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) |
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, setDLFileShortcutService
public 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.PortalException
public void deleteFileShortcut(long fileShortcutId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.document.library.kernel.model.DLFileShortcut getFileShortcut(long fileShortcutId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException