@ProviderType public class DLFileEntryServiceWrapper extends java.lang.Object implements DLFileEntryService, ServiceWrapper<DLFileEntryService>
DLFileEntryService.DLFileEntryService| Constructor and Description |
|---|
DLFileEntryServiceWrapper(DLFileEntryService dlFileEntryService) |
| Modifier and Type | Method and Description |
|---|---|
DLFileEntry |
addFileEntry(long groupId,
long repositoryId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
long fileEntryTypeId,
java.util.Map<java.lang.String,Fields> fieldsMap,
java.io.File file,
java.io.InputStream is,
long size,
ServiceContext serviceContext) |
DLFileVersion |
cancelCheckOut(long fileEntryId) |
void |
checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid)
Deprecated.
As of 6.2.0, replaced by
checkInFileEntry(long,
String, ServiceContext) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext) |
DLFileEntry |
checkOutFileEntry(long fileEntryId)
Deprecated.
As of 6.2.0, replaced by
checkOutFileEntry(long,
ServiceContext) |
DLFileEntry |
checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
DLFileEntry |
checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime)
Deprecated.
As of 6.2.0, replaced by
checkOutFileEntry(long,
String, long, ServiceContext) |
DLFileEntry |
checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntry |
copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
void |
deleteFileEntry(long fileEntryId) |
void |
deleteFileEntry(long groupId,
long folderId,
java.lang.String title) |
void |
deleteFileVersion(long fileEntryId,
java.lang.String version) |
DLFileEntry |
fetchFileEntryByImageId(long imageId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.io.InputStream |
getFileAsStream(long fileEntryId,
java.lang.String version) |
java.io.InputStream |
getFileAsStream(long fileEntryId,
java.lang.String version,
boolean incrementCounter) |
java.util.List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc) |
java.util.List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc) |
java.util.List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc) |
java.util.List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
java.lang.String[] mimeTypes,
int start,
int end,
OrderByComparator obc) |
int |
getFileEntriesCount(long groupId,
long folderId) |
int |
getFileEntriesCount(long groupId,
long folderId,
int status) |
int |
getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId) |
int |
getFileEntriesCount(long groupId,
long folderId,
java.lang.String[] mimeTypes) |
DLFileEntry |
getFileEntry(long fileEntryId) |
DLFileEntry |
getFileEntry(long groupId,
long folderId,
java.lang.String title) |
DLFileEntry |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
Lock |
getFileEntryLock(long fileEntryId) |
int |
getFoldersFileEntriesCount(long groupId,
java.util.List<java.lang.Long> folderIds,
int status) |
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc) |
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc) |
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
DLFileEntryService |
getWrappedDLFileEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLFileEntryService |
getWrappedService() |
boolean |
hasFileEntryLock(long fileEntryId) |
boolean |
isFileEntryCheckedOut(long fileEntryId) |
DLFileEntry |
moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext) |
Lock |
refreshFileEntryLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
void |
revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext) |
Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end) |
Hits |
search(long groupId,
long creatorUserId,
long folderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedDLFileEntryService(DLFileEntryService dlFileEntryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryService) |
void |
setWrappedService(DLFileEntryService dlFileEntryService) |
DLFileEntry |
updateFileEntry(long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
long fileEntryTypeId,
java.util.Map<java.lang.String,Fields> fieldsMap,
java.io.File file,
java.io.InputStream is,
long size,
ServiceContext serviceContext) |
boolean |
verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid) |
boolean |
verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid) |
public DLFileEntryServiceWrapper(DLFileEntryService dlFileEntryService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DLFileEntryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLFileEntryServicebeanIdentifier - the Spring bean ID for this beanpublic DLFileEntry addFileEntry(long groupId, long repositoryId, long folderId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, long fileEntryTypeId, java.util.Map<java.lang.String,Fields> fieldsMap, java.io.File file, java.io.InputStream is, long size, ServiceContext serviceContext) throws PortalException, SystemException
addFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileVersion cancelCheckOut(long fileEntryId) throws PortalException, SystemException
cancelCheckOut in interface DLFileEntryServicePortalExceptionSystemExceptionpublic void checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext)
throws PortalException,
SystemException
checkInFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic void checkInFileEntry(long fileEntryId,
java.lang.String lockUuid)
throws PortalException,
SystemException
checkInFileEntry(long,
String, ServiceContext)checkInFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic void checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext)
throws PortalException,
SystemException
checkInFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry checkOutFileEntry(long fileEntryId) throws PortalException, SystemException
checkOutFileEntry(long,
ServiceContext)checkOutFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
checkOutFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime) throws PortalException, SystemException
checkOutFileEntry(long,
String, long, ServiceContext)checkOutFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime, ServiceContext serviceContext) throws PortalException, SystemException
checkOutFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext) throws PortalException, SystemException
copyFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic void deleteFileEntry(long fileEntryId)
throws PortalException,
SystemException
deleteFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic void deleteFileEntry(long groupId,
long folderId,
java.lang.String title)
throws PortalException,
SystemException
deleteFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic void deleteFileVersion(long fileEntryId,
java.lang.String version)
throws PortalException,
SystemException
deleteFileVersion in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry fetchFileEntryByImageId(long imageId) throws PortalException, SystemException
fetchFileEntryByImageId in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.io.InputStream getFileAsStream(long fileEntryId,
java.lang.String version)
throws PortalException,
SystemException
getFileAsStream in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.io.InputStream getFileAsStream(long fileEntryId,
java.lang.String version,
boolean incrementCounter)
throws PortalException,
SystemException
getFileAsStream in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.util.List<DLFileEntry> getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFileEntries in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.util.List<DLFileEntry> getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFileEntries in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.util.List<DLFileEntry> getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFileEntries in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.util.List<DLFileEntry> getFileEntries(long groupId, long folderId, java.lang.String[] mimeTypes, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFileEntries in interface DLFileEntryServicePortalExceptionSystemExceptionpublic int getFileEntriesCount(long groupId,
long folderId)
throws SystemException
getFileEntriesCount in interface DLFileEntryServiceSystemExceptionpublic int getFileEntriesCount(long groupId,
long folderId,
int status)
throws SystemException
getFileEntriesCount in interface DLFileEntryServiceSystemExceptionpublic int getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId)
throws SystemException
getFileEntriesCount in interface DLFileEntryServiceSystemExceptionpublic int getFileEntriesCount(long groupId,
long folderId,
java.lang.String[] mimeTypes)
throws SystemException
getFileEntriesCount in interface DLFileEntryServiceSystemExceptionpublic DLFileEntry getFileEntry(long fileEntryId) throws PortalException, SystemException
getFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry getFileEntry(long groupId, long folderId, java.lang.String title) throws PortalException, SystemException
getFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException, SystemException
getFileEntryByUuidAndGroupId in interface DLFileEntryServicePortalExceptionSystemExceptionpublic Lock getFileEntryLock(long fileEntryId)
getFileEntryLock in interface DLFileEntryServicepublic int getFoldersFileEntriesCount(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
throws SystemException
getFoldersFileEntriesCount in interface DLFileEntryServiceSystemExceptionpublic java.util.List<DLFileEntry> getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getGroupFileEntries in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.util.List<DLFileEntry> getGroupFileEntries(long groupId, long userId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getGroupFileEntries in interface DLFileEntryServicePortalExceptionSystemExceptionpublic java.util.List<DLFileEntry> getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getGroupFileEntries in interface DLFileEntryServicePortalExceptionSystemExceptionpublic int getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException,
SystemException
getGroupFileEntriesCount in interface DLFileEntryServicePortalExceptionSystemExceptionpublic int getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws PortalException,
SystemException
getGroupFileEntriesCount in interface DLFileEntryServicePortalExceptionSystemExceptionpublic int getGroupFileEntriesCount(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws PortalException,
SystemException
getGroupFileEntriesCount in interface DLFileEntryServicePortalExceptionSystemExceptionpublic boolean hasFileEntryLock(long fileEntryId)
throws PortalException,
SystemException
hasFileEntryLock in interface DLFileEntryServicePortalExceptionSystemExceptionpublic boolean isFileEntryCheckedOut(long fileEntryId)
throws PortalException,
SystemException
isFileEntryCheckedOut in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic Lock refreshFileEntryLock(java.lang.String lockUuid, long companyId, long expirationTime) throws PortalException, SystemException
refreshFileEntryLock in interface DLFileEntryServicePortalExceptionSystemExceptionpublic void revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext)
throws PortalException,
SystemException
revertFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException, SystemException
search in interface DLFileEntryServicePortalExceptionSystemExceptionpublic Hits search(long groupId, long creatorUserId, long folderId, java.lang.String[] mimeTypes, int status, int start, int end) throws PortalException, SystemException
search in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntry updateFileEntry(long fileEntryId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, boolean majorVersion, long fileEntryTypeId, java.util.Map<java.lang.String,Fields> fieldsMap, java.io.File file, java.io.InputStream is, long size, ServiceContext serviceContext) throws PortalException, SystemException
updateFileEntry in interface DLFileEntryServicePortalExceptionSystemExceptionpublic boolean verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid)
throws PortalException,
SystemException
verifyFileEntryCheckOut in interface DLFileEntryServicePortalExceptionSystemExceptionpublic boolean verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid)
throws PortalException,
SystemException
verifyFileEntryLock in interface DLFileEntryServicePortalExceptionSystemExceptionpublic DLFileEntryService getWrappedDLFileEntryService()
getWrappedService()public void setWrappedDLFileEntryService(DLFileEntryService dlFileEntryService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryService)public DLFileEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileEntryService>public void setWrappedService(DLFileEntryService dlFileEntryService)
setWrappedService in interface ServiceWrapper<DLFileEntryService>