@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DLFileShortcutService extends BaseService
DLFileShortcutServiceUtil
,
DLFileShortcutServiceBaseImpl
,
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
void deleteFileShortcut(long fileShortcutId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException
PortalException
String getOSGiServiceIdentifier()
DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
PortalException
void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) throws PortalException
PortalException