Class DLFileShortcutServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl
All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLFileShortcutService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService

public class DLFileShortcutServiceImpl extends DLFileShortcutServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • DLFileShortcutServiceImpl

      public DLFileShortcutServiceImpl()
  • Method Details

    • addFileShortcut

      public 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFileShortcut

      public void deleteFileShortcut(long fileShortcutId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFileShortcut

      public void deleteFileShortcut(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDLFileShortcutByExternalReferenceCode

      public com.liferay.document.library.kernel.model.DLFileShortcut getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFileShortcut

      public com.liferay.document.library.kernel.model.DLFileShortcut getFileShortcut(long fileShortcutId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupFileShortcuts

      public List<com.liferay.document.library.kernel.model.DLFileShortcut> getGroupFileShortcuts(long groupId)
    • getGroupFileShortcuts

      public List<com.liferay.document.library.kernel.model.DLFileShortcut> getGroupFileShortcuts(long groupId, int start, int end)
    • getGroupFileShortcutsCount

      public long getGroupFileShortcutsCount(long groupId)
    • updateFileShortcut

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateFileShortcuts

      public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException