public class DLFileShortcutServiceImpl extends DLFileShortcutServiceBaseImpl
counterLocalService, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService| Constructor and Description |
|---|
DLFileShortcutServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.document.library.kernel.model.DLFileShortcut |
addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
com.liferay.document.library.kernel.model.DLFileShortcut |
getFileShortcut(long fileShortcutId) |
com.liferay.document.library.kernel.model.DLFileShortcut |
updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId) |
afterPropertiesSet, destroy, getCounterLocalService, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutServicepublic com.liferay.document.library.kernel.model.DLFileShortcut addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileShortcut getFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileShortcut updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException