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(String externalReferenceCode,
long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
void |
deleteFileShortcut(String externalReferenceCode,
long groupId) |
com.liferay.document.library.kernel.model.DLFileShortcut |
getDLFileShortcutByExternalReferenceCode(String externalReferenceCode,
long groupId) |
com.liferay.document.library.kernel.model.DLFileShortcut |
getFileShortcut(long fileShortcutId) |
List<com.liferay.document.library.kernel.model.DLFileShortcut> |
getGroupFileShortcuts(long groupId) |
List<com.liferay.document.library.kernel.model.DLFileShortcut> |
getGroupFileShortcuts(long groupId,
int start,
int end) |
long |
getGroupFileShortcutsCount(long groupId) |
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(String externalReferenceCode,
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 void deleteFileShortcut(String externalReferenceCode,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileShortcut getDLFileShortcutByExternalReferenceCode(String externalReferenceCode,
long groupId)
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 List<com.liferay.document.library.kernel.model.DLFileShortcut> getGroupFileShortcuts(long groupId)
public List<com.liferay.document.library.kernel.model.DLFileShortcut> getGroupFileShortcuts(long groupId,
int start,
int end)
public long getGroupFileShortcutsCount(long groupId)
public 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