com.liferay.portlet.documentlibrary.service.impl
Class DLFileShortcutServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, DLFileShortcutService
public class DLFileShortcutServiceImpl
- extends DLFileShortcutServiceBaseImpl
| Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl |
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, counterLocalService, dlAppLocalService, dlAppService, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, resourceLocalService, trashEntryLocalService, trashEntryPersistence, trashEntryService, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl |
afterPropertiesSet, destroy, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getCounterLocalService, getDLAppLocalService, getDLAppService, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getTrashVersionLocalService, getTrashVersionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setCounterLocalService, setDLAppLocalService, setDLAppService, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setResourceLocalService, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setTrashVersionLocalService, setTrashVersionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileShortcutServiceImpl
public DLFileShortcutServiceImpl()
addFileShortcut
public DLFileShortcut addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws PortalException
- Throws:
PortalException
getFileShortcut
public DLFileShortcut getFileShortcut(long fileShortcutId)
throws PortalException
- Throws:
PortalException
updateFileShortcut
public DLFileShortcut updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
updateFileShortcuts
public void updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws PortalException
- Throws:
PortalException