com.liferay.portlet.documentlibrary.service
Class DLFileEntryServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileEntryServiceWrapper
- All Implemented Interfaces:
- DLFileEntryService
public class DLFileEntryServiceWrapper
- extends java.lang.Object
- implements DLFileEntryService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for DLFileEntryService
.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileEntryService
- Generated:
Method Summary |
DLFileEntry |
addFileEntry(long groupId,
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 groupId,
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 groupId,
long folderId,
java.lang.String name)
|
void |
deleteFileEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String version)
|
void |
deleteFileEntryByTitle(long groupId,
long folderId,
java.lang.String titleWithExtension)
|
java.util.List<DLFileEntry> |
getFileEntries(long groupId,
long folderId)
|
java.util.List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
int start,
int end)
|
java.util.List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
int |
getFileEntriesCount(long groupId,
long folderId)
|
DLFileEntry |
getFileEntry(long groupId,
long folderId,
java.lang.String name)
|
DLFileEntry |
getFileEntryByTitle(long groupId,
long folderId,
java.lang.String titleWithExtension)
|
DLFileEntry |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
int |
getFoldersFileEntriesCount(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
|
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
int |
getGroupFileEntriesCount(long groupId,
long userId)
|
DLFileEntryService |
getWrappedDLFileEntryService()
|
boolean |
hasFileEntryLock(long groupId,
long folderId,
java.lang.String name)
|
Lock |
lockFileEntry(long groupId,
long folderId,
java.lang.String name)
|
Lock |
lockFileEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String owner,
long expirationTime)
|
Lock |
refreshFileEntryLock(java.lang.String lockUuid,
long expirationTime)
|
void |
unlockFileEntry(long groupId,
long folderId,
java.lang.String name)
|
void |
unlockFileEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String lockUuid)
|
DLFileEntry |
updateFileEntry(long groupId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
boolean majorVersion,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
updateFileEntry(long groupId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
boolean majorVersion,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
boolean |
verifyFileEntryLock(long groupId,
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 |
DLFileEntryServiceWrapper
public DLFileEntryServiceWrapper(DLFileEntryService dlFileEntryService)
addFileEntry
public DLFileEntry addFileEntry(long groupId,
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 PortalException,
SystemException
- Specified by:
addFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
addFileEntry
public DLFileEntry addFileEntry(long groupId,
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 PortalException,
SystemException
- Specified by:
addFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
deleteFileEntry
public void deleteFileEntry(long groupId,
long folderId,
java.lang.String name)
throws PortalException,
SystemException
- Specified by:
deleteFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
deleteFileEntry
public void deleteFileEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String version)
throws PortalException,
SystemException
- Specified by:
deleteFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
deleteFileEntryByTitle
public void deleteFileEntryByTitle(long groupId,
long folderId,
java.lang.String titleWithExtension)
throws PortalException,
SystemException
- Specified by:
deleteFileEntryByTitle
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFileEntries
public java.util.List<DLFileEntry> getFileEntries(long groupId,
long folderId)
throws PortalException,
SystemException
- Specified by:
getFileEntries
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFileEntries
public java.util.List<DLFileEntry> getFileEntries(long groupId,
long folderId,
int start,
int end)
throws PortalException,
SystemException
- Specified by:
getFileEntries
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFileEntries
public java.util.List<DLFileEntry> getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
- Specified by:
getFileEntries
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFileEntriesCount
public int getFileEntriesCount(long groupId,
long folderId)
throws PortalException,
SystemException
- Specified by:
getFileEntriesCount
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFileEntry
public DLFileEntry getFileEntry(long groupId,
long folderId,
java.lang.String name)
throws PortalException,
SystemException
- Specified by:
getFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFileEntryByTitle
public DLFileEntry getFileEntryByTitle(long groupId,
long folderId,
java.lang.String titleWithExtension)
throws PortalException,
SystemException
- Specified by:
getFileEntryByTitle
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFileEntryByUuidAndGroupId
public DLFileEntry getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getFileEntryByUuidAndGroupId
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getFoldersFileEntriesCount
public int getFoldersFileEntriesCount(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
throws SystemException
- Specified by:
getFoldersFileEntriesCount
in interface DLFileEntryService
- Throws:
SystemException
getGroupFileEntries
public java.util.List<DLFileEntry> getGroupFileEntries(long groupId,
long userId,
int start,
int end)
throws SystemException
- Specified by:
getGroupFileEntries
in interface DLFileEntryService
- Throws:
SystemException
getGroupFileEntries
public java.util.List<DLFileEntry> getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getGroupFileEntries
in interface DLFileEntryService
- Throws:
SystemException
getGroupFileEntriesCount
public int getGroupFileEntriesCount(long groupId,
long userId)
throws SystemException
- Specified by:
getGroupFileEntriesCount
in interface DLFileEntryService
- Throws:
SystemException
hasFileEntryLock
public boolean hasFileEntryLock(long groupId,
long folderId,
java.lang.String name)
throws PortalException,
SystemException
- Specified by:
hasFileEntryLock
in interface DLFileEntryService
- Throws:
PortalException
SystemException
lockFileEntry
public Lock lockFileEntry(long groupId,
long folderId,
java.lang.String name)
throws PortalException,
SystemException
- Specified by:
lockFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
lockFileEntry
public Lock lockFileEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String owner,
long expirationTime)
throws PortalException,
SystemException
- Specified by:
lockFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
refreshFileEntryLock
public Lock refreshFileEntryLock(java.lang.String lockUuid,
long expirationTime)
throws PortalException,
SystemException
- Specified by:
refreshFileEntryLock
in interface DLFileEntryService
- Throws:
PortalException
SystemException
unlockFileEntry
public void unlockFileEntry(long groupId,
long folderId,
java.lang.String name)
throws SystemException
- Specified by:
unlockFileEntry
in interface DLFileEntryService
- Throws:
SystemException
unlockFileEntry
public void unlockFileEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String lockUuid)
throws PortalException,
SystemException
- Specified by:
unlockFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
updateFileEntry
public DLFileEntry updateFileEntry(long groupId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
boolean majorVersion,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
updateFileEntry
public DLFileEntry updateFileEntry(long groupId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
boolean majorVersion,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFileEntry
in interface DLFileEntryService
- Throws:
PortalException
SystemException
verifyFileEntryLock
public boolean verifyFileEntryLock(long groupId,
long folderId,
java.lang.String name,
java.lang.String lockUuid)
throws PortalException,
SystemException
- Specified by:
verifyFileEntryLock
in interface DLFileEntryService
- Throws:
PortalException
SystemException
getWrappedDLFileEntryService
public DLFileEntryService getWrappedDLFileEntryService()