Class DLTrashLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLTrashLocalServiceImpl
- All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLTrashLocalService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
- Author:
- Adolfo Pérez
-
Field Summary
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
counterLocalService, dlTrashLocalService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.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) Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getDLTrashLocalService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLTrashLocalService
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
-
Constructor Details
-
DLTrashLocalServiceImpl
public DLTrashLocalServiceImpl()
-
-
Method Details
-
moveFileEntryFromTrash
public 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveFileEntryToTrash
public com.liferay.portal.kernel.repository.model.FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreFileEntryFromTrash
public void restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-