public class DLTrashLocalServiceImpl extends DLTrashLocalServiceBaseImpl
counterLocalService, dlTrashLocalService| Constructor and Description |
|---|
DLTrashLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.repository.model.FileEntry |
moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.repository.model.FileEntry |
moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId) |
void |
restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId) |
afterPropertiesSet, destroy, getCounterLocalService, getDLTrashLocalService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLTrashLocalServicepublic com.liferay.portal.kernel.repository.model.FileEntry moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.repository.model.FileEntry moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException