|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DLFileEntryService
Provides the remote service interface for DLFileEntry. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DLFileEntryServiceUtil
,
DLFileEntryServiceBaseImpl
,
DLFileEntryServiceImpl
Method Summary | |
---|---|
abstract DLFileEntry |
addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
abstract DLFileVersion |
cancelCheckOut(long fileEntryId)
|
abstract void |
checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
abstract void |
checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. As of 6.2.0, replaced by checkInFileEntry(long,
String, ServiceContext) |
abstract void |
checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
abstract DLFileEntry |
checkOutFileEntry(long fileEntryId)
Deprecated. As of 6.2.0, replaced by checkOutFileEntry(long,
ServiceContext) |
abstract DLFileEntry |
checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
abstract DLFileEntry |
checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. As of 6.2.0, replaced by checkOutFileEntry(long,
String, long, ServiceContext) |
abstract DLFileEntry |
checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
abstract DLFileEntry |
copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
abstract void |
deleteFileEntry(long fileEntryId)
|
abstract void |
deleteFileEntry(long groupId,
long folderId,
String title)
|
abstract void |
deleteFileVersion(long fileEntryId,
String version)
|
abstract DLFileEntry |
fetchFileEntryByImageId(long imageId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract InputStream |
getFileAsStream(long fileEntryId,
String version)
|
abstract InputStream |
getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter)
|
abstract List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
abstract List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
abstract List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
abstract List<DLFileEntry> |
getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
abstract int |
getFileEntriesCount(long groupId,
long folderId)
|
abstract int |
getFileEntriesCount(long groupId,
long folderId,
int status)
|
abstract int |
getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId)
|
abstract int |
getFileEntriesCount(long groupId,
long folderId,
String[] mimeTypes)
|
abstract DLFileEntry |
getFileEntry(long fileEntryId)
|
abstract DLFileEntry |
getFileEntry(long groupId,
long folderId,
String title)
|
abstract DLFileEntry |
getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
abstract Lock |
getFileEntryLock(long fileEntryId)
|
abstract int |
getFoldersFileEntriesCount(long groupId,
List<Long> folderIds,
int status)
|
abstract List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
abstract List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
abstract int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
|
abstract int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
abstract boolean |
hasFileEntryLock(long fileEntryId)
|
abstract boolean |
isFileEntryCheckedOut(long fileEntryId)
|
abstract DLFileEntry |
moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
abstract Lock |
refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
|
abstract void |
revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
abstract Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end)
|
abstract Hits |
search(long groupId,
long creatorUserId,
long folderId,
String[] mimeTypes,
int status,
int start,
int end)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract DLFileEntry |
updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
abstract boolean |
verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
abstract boolean |
verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanDLFileEntry addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,Fields> fieldsMap, File file, InputStream is, long size, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
DLFileVersion cancelCheckOut(long fileEntryId) throws PortalException, SystemException
PortalException
SystemException
void checkInFileEntry(long fileEntryId, boolean major, String changeLog, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void checkInFileEntry(long fileEntryId, String lockUuid) throws PortalException, SystemException
checkInFileEntry(long,
String, ServiceContext)
PortalException
SystemException
void checkInFileEntry(long fileEntryId, String lockUuid, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
DLFileEntry checkOutFileEntry(long fileEntryId) throws PortalException, SystemException
checkOutFileEntry(long,
ServiceContext)
PortalException
SystemException
DLFileEntry checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
DLFileEntry checkOutFileEntry(long fileEntryId, String owner, long expirationTime) throws PortalException, SystemException
checkOutFileEntry(long,
String, long, ServiceContext)
PortalException
SystemException
DLFileEntry checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
DLFileEntry copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void deleteFileEntry(long fileEntryId) throws PortalException, SystemException
PortalException
SystemException
void deleteFileEntry(long groupId, long folderId, String title) throws PortalException, SystemException
PortalException
SystemException
void deleteFileVersion(long fileEntryId, String version) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntry fetchFileEntryByImageId(long imageId) throws PortalException, SystemException
PortalException
SystemException
InputStream getFileAsStream(long fileEntryId, String version) throws PortalException, SystemException
PortalException
SystemException
InputStream getFileAsStream(long fileEntryId, String version, boolean incrementCounter) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<DLFileEntry> getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<DLFileEntry> getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<DLFileEntry> getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<DLFileEntry> getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFileEntriesCount(long groupId, long folderId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFileEntriesCount(long groupId, long folderId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFileEntriesCount(long groupId, long folderId, long fileEntryTypeId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFileEntriesCount(long groupId, long folderId, String[] mimeTypes) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntry getFileEntry(long fileEntryId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntry getFileEntry(long groupId, long folderId, String title) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntry getFileEntryByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) Lock getFileEntryLock(long fileEntryId)
@Transactional(propagation=SUPPORTS, readOnly=true) int getFoldersFileEntriesCount(long groupId, List<Long> folderIds, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<DLFileEntry> getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<DLFileEntry> getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupFileEntriesCount(long groupId, long userId, long rootFolderId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasFileEntryLock(long fileEntryId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) boolean isFileEntryCheckedOut(long fileEntryId) throws PortalException, SystemException
PortalException
SystemException
DLFileEntry moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
Lock refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) throws PortalException, SystemException
PortalException
SystemException
void revertFileEntry(long fileEntryId, String version, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) Hits search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) throws PortalException, SystemException
PortalException
SystemException
DLFileEntry updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,Fields> fieldsMap, File file, InputStream is, long size, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
boolean verifyFileEntryCheckOut(long fileEntryId, String lockUuid) throws PortalException, SystemException
PortalException
SystemException
boolean verifyFileEntryLock(long fileEntryId, String lockUuid) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |