@ProviderType public class DLTrashLocalServiceWrapper extends java.lang.Object implements DLTrashLocalService, ServiceWrapper<DLTrashLocalService>
DLTrashLocalService.DLTrashLocalService| Constructor and Description |
|---|
DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DLTrashLocalService |
getWrappedDLTrashLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLTrashLocalService |
getWrappedService() |
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) |
void |
setWrappedDLTrashLocalService(DLTrashLocalService dlTrashLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.documentlibrary.service.DLTrashLocalService) |
void |
setWrappedService(DLTrashLocalService dlTrashLocalService) |
public DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLTrashLocalServicepublic FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileEntryFromTrash in interface DLTrashLocalServicePortalExceptionpublic FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException
moveFileEntryToTrash in interface DLTrashLocalServicePortalExceptionpublic void restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
throws PortalException
restoreFileEntryFromTrash in interface DLTrashLocalServicePortalException@Deprecated public DLTrashLocalService getWrappedDLTrashLocalService()
getWrappedService()@Deprecated public void setWrappedDLTrashLocalService(DLTrashLocalService dlTrashLocalService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLTrashLocalService)public DLTrashLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DLTrashLocalService>public void setWrappedService(DLTrashLocalService dlTrashLocalService)
setWrappedService in interface ServiceWrapper<DLTrashLocalService>