@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DLTrashLocalService extends BaseLocalService
DLTrashLocalServiceUtil,
com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLTrashLocalServiceImpl| Modifier and Type | Method and Description |
|---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
FileEntry |
moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext) |
FileEntry |
moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId) |
void |
restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId) |
FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException
PortalExceptionFileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
throws PortalException
PortalException