|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileEntryServiceWrapper
public class DLFileEntryServiceWrapper
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
This class is a wrapper for DLFileEntryService
.
DLFileEntryService
Constructor Summary | |
---|---|
DLFileEntryServiceWrapper(DLFileEntryService dlFileEntryService)
|
Method Summary | |
---|---|
DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
Deprecated. |
DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
Deprecated. |
DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
void |
deleteFileEntry(long folderId,
java.lang.String name)
|
void |
deleteFileEntry(long folderId,
java.lang.String name,
double version)
|
void |
deleteFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
|
java.util.List<DLFileEntry> |
getFileEntries(long folderId)
|
DLFileEntry |
getFileEntry(long folderId,
java.lang.String name)
|
DLFileEntry |
getFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
|
Lock |
getFileEntryLock(long folderId,
java.lang.String name)
|
DLFileEntryService |
getWrappedDLFileEntryService()
|
boolean |
hasFileEntryLock(long folderId,
java.lang.String name)
|
Lock |
lockFileEntry(long folderId,
java.lang.String name)
|
Lock |
lockFileEntry(long folderId,
java.lang.String name,
java.lang.String owner,
long expirationTime)
|
Lock |
refreshFileEntryLock(java.lang.String lockUuid,
long expirationTime)
|
void |
unlockFileEntry(long folderId,
java.lang.String name)
|
void |
unlockFileEntry(long folderId,
java.lang.String name,
java.lang.String lockUuid)
|
DLFileEntry |
updateFileEntry(long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
Deprecated. |
DLFileEntry |
updateFileEntry(long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
Deprecated. |
DLFileEntry |
updateFileEntry(long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
updateFileEntry(long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
boolean |
verifyFileEntryLock(long folderId,
java.lang.String name,
java.lang.String lockUuid)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DLFileEntryServiceWrapper(DLFileEntryService dlFileEntryService)
Method Detail |
---|
public DLFileEntry addFileEntry(long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String extraSettings, byte[] bytes, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
addFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry addFileEntry(long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String extraSettings, java.io.File file, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
addFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry addFileEntry(long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, byte[] bytes, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
addFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry addFileEntry(long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, java.io.File file, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
addFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteFileEntry(long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
deleteFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteFileEntry(long folderId, java.lang.String name, double version) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
deleteFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteFileEntryByTitle(long folderId, java.lang.String titleWithExtension) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
deleteFileEntryByTitle
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public java.util.List<DLFileEntry> getFileEntries(long folderId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
getFileEntries
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry getFileEntry(long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
getFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry getFileEntryByTitle(long folderId, java.lang.String titleWithExtension) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
getFileEntryByTitle
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public Lock getFileEntryLock(long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
getFileEntryLock
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public boolean hasFileEntryLock(long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
hasFileEntryLock
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public Lock lockFileEntry(long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
lockFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public Lock lockFileEntry(long folderId, java.lang.String name, java.lang.String owner, long expirationTime) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
lockFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public Lock refreshFileEntryLock(java.lang.String lockUuid, long expirationTime) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
refreshFileEntryLock
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void unlockFileEntry(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
unlockFileEntry
in interface DLFileEntryService
com.liferay.portal.SystemException
public void unlockFileEntry(long folderId, java.lang.String name, java.lang.String lockUuid) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
unlockFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry updateFileEntry(long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String extraSettings, byte[] bytes, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
updateFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry updateFileEntry(long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String extraSettings, java.io.File file, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
updateFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry updateFileEntry(long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, byte[] bytes, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
updateFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntry updateFileEntry(long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, java.io.File file, ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
updateFileEntry
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public boolean verifyFileEntryLock(long folderId, java.lang.String name, java.lang.String lockUuid) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
verifyFileEntryLock
in interface DLFileEntryService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public DLFileEntryService getWrappedDLFileEntryService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |