@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) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
DLFileShortcut |
getFileShortcut(long fileShortcutId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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
PortalExceptionvoid deleteFileShortcut(long fileShortcutId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanDLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws PortalException
PortalException