com.liferay.portlet.documentlibrary.service.impl
Class DLTrashLocalServiceImpl
java.lang.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
@ProviderType
public class DLTrashLocalServiceImpl
- extends DLTrashLocalServiceBaseImpl
|
Method Summary |
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)
|
| Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl |
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLTrashLocalServiceImpl
public DLTrashLocalServiceImpl()
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