@CTAware @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DLTrashLocalService extends BaseLocalService
DLTrashLocalServiceUtil| 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) |
String getOSGiServiceIdentifier()
FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException
PortalExceptionFileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException
PortalExceptionvoid restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
throws PortalException
PortalException