@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DLFileShortcutService extends BaseService
DLFileShortcutServiceUtil,
com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl| Modifier and Type | Method and Description |
|---|---|
DLFileShortcut |
addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
DLFileShortcut |
getFileShortcut(long fileShortcutId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DLFileShortcut |
updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId) |
DLFileShortcut addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException
PortalExceptionDLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void deleteFileShortcut(long fileShortcutId)
throws PortalException
PortalExceptionvoid updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws PortalException
PortalException