Class DLFileShortcutServiceWrapper
Object
com.liferay.document.library.kernel.service.DLFileShortcutServiceWrapper
- All Implemented Interfaces:
DLFileShortcutService,BaseService,ServiceWrapper<DLFileShortcutService>
public class DLFileShortcutServiceWrapper
extends Object
implements DLFileShortcutService, ServiceWrapper<DLFileShortcutService>
Provides a wrapper for
DLFileShortcutService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) voiddeleteFileShortcut(long fileShortcutId) voiddeleteFileShortcut(String externalReferenceCode, long groupId) getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) getFileShortcut(long fileShortcutId) getGroupFileShortcuts(long groupId) getGroupFileShortcuts(long groupId, int start, int end) longgetGroupFileShortcutsCount(long groupId) Returns the OSGi service identifier.voidsetWrappedService(DLFileShortcutService dlFileShortcutService) updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) voidupdateFileShortcuts(long oldToFileEntryId, long newToFileEntryId)
-
Constructor Details
-
DLFileShortcutServiceWrapper
public DLFileShortcutServiceWrapper() -
DLFileShortcutServiceWrapper
-
-
Method Details
-
addFileShortcut
public DLFileShortcut addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException - Specified by:
addFileShortcutin interfaceDLFileShortcutService- Throws:
PortalException
-
deleteFileShortcut
- Specified by:
deleteFileShortcutin interfaceDLFileShortcutService- Throws:
PortalException
-
deleteFileShortcut
- Specified by:
deleteFileShortcutin interfaceDLFileShortcutService- Throws:
PortalException
-
getDLFileShortcutByExternalReferenceCode
public DLFileShortcut getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
getDLFileShortcutByExternalReferenceCodein interfaceDLFileShortcutService- Throws:
PortalException
-
getFileShortcut
- Specified by:
getFileShortcutin interfaceDLFileShortcutService- Throws:
PortalException
-
getGroupFileShortcuts
- Specified by:
getGroupFileShortcutsin interfaceDLFileShortcutService
-
getGroupFileShortcuts
- Specified by:
getGroupFileShortcutsin interfaceDLFileShortcutService
-
getGroupFileShortcutsCount
public long getGroupFileShortcutsCount(long groupId) - Specified by:
getGroupFileShortcutsCountin interfaceDLFileShortcutService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDLFileShortcutService- Returns:
- the OSGi service identifier
-
updateFileShortcut
public DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException - Specified by:
updateFileShortcutin interfaceDLFileShortcutService- Throws:
PortalException
-
updateFileShortcuts
public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) throws PortalException - Specified by:
updateFileShortcutsin interfaceDLFileShortcutService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<DLFileShortcutService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<DLFileShortcutService>
-