Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.documentlibrary.model.DLFileShortcut

Packages that use DLFileShortcut
com.liferay.portal.repository.liferayrepository.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.permission   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence.impl   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
 

Uses of DLFileShortcut in com.liferay.portal.repository.liferayrepository.model
 

Constructors in com.liferay.portal.repository.liferayrepository.model with parameters of type DLFileShortcut
LiferayFileShortcut(DLFileShortcut dlFileShortcut)
           
LiferayFileShortcut(DLFileShortcut dlFileShortcut, boolean escapedModel)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.model
 

Classes in com.liferay.portlet.documentlibrary.model that implement DLFileShortcut
 class DLFileShortcutWrapper
           This class is a wrapper for DLFileShortcut.
 

Fields in com.liferay.portlet.documentlibrary.model with type parameters of type DLFileShortcut
static Accessor<DLFileShortcut,Long> DLFileShortcut.FILE_SHORTCUT_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileShortcut
 DLFileShortcut DLFileShortcutWrapper.getWrappedModel()
           
 DLFileShortcut DLFileShortcutModel.toEscapedModel()
           
 DLFileShortcut DLFileShortcutWrapper.toEscapedModel()
           
 DLFileShortcut DLFileShortcutModel.toUnescapedModel()
           
 DLFileShortcut DLFileShortcutWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileShortcut
 List<DLFileShortcut> DLFileEntryWrapper.getFileShortcuts()
           
 List<DLFileShortcut> DLFileEntry.getFileShortcuts()
           
 CacheModel<DLFileShortcut> DLFileShortcutModel.toCacheModel()
           
 CacheModel<DLFileShortcut> DLFileShortcutWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileShortcut
 int DLFileShortcutModel.compareTo(DLFileShortcut dlFileShortcut)
           
 int DLFileShortcutWrapper.compareTo(DLFileShortcut dlFileShortcut)
           
static DLFileShortcutSoap DLFileShortcutSoap.toSoapModel(DLFileShortcut model)
           
static DLFileShortcutSoap[] DLFileShortcutSoap.toSoapModels(DLFileShortcut[] models)
           
static DLFileShortcutSoap[][] DLFileShortcutSoap.toSoapModels(DLFileShortcut[][] models)
           
 

Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLFileShortcut
static DLFileShortcutSoap[] DLFileShortcutSoap.toSoapModels(List<DLFileShortcut> models)
           
 

Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileShortcut
DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileShortcut
 class DLFileShortcutBaseImpl
          The extended model base implementation for the DLFileShortcut service.
 class DLFileShortcutImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFileShortcut
 DLFileShortcut DLFileShortcutCacheModel.toEntityModel()
           
 DLFileShortcut DLFileShortcutModelImpl.toEscapedModel()
           
static DLFileShortcut DLFileShortcutModelImpl.toModel(DLFileShortcutSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLFileShortcut
 List<DLFileShortcut> DLFileEntryImpl.getFileShortcuts()
           
 CacheModel<DLFileShortcut> DLFileShortcutModelImpl.toCacheModel()
           
static List<DLFileShortcut> DLFileShortcutModelImpl.toModels(DLFileShortcutSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileShortcut
 int DLFileShortcutModelImpl.compareTo(DLFileShortcut dlFileShortcut)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFileShortcut
 DLFileShortcut DLFileShortcutLocalService.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
static DLFileShortcut DLFileShortcutLocalServiceUtil.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 DLFileShortcut DLFileShortcutLocalService.addFileShortcut(long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutLocalServiceWrapper.addFileShortcut(long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutLocalServiceUtil.addFileShortcut(long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutServiceUtil.addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutService.addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutServiceWrapper.addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutLocalService.createDLFileShortcut(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.createDLFileShortcut(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
static DLFileShortcut DLFileShortcutLocalServiceUtil.createDLFileShortcut(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalService.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
static DLFileShortcut DLFileShortcutLocalServiceUtil.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 DLFileShortcut DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId)
          Deletes the document library file shortcut with the primary key from the database.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(long fileShortcutId)
          Deletes the document library file shortcut with the primary key from the database.
static DLFileShortcut DLFileShortcutLocalServiceUtil.deleteDLFileShortcut(long fileShortcutId)
          Deletes the document library file shortcut with the primary key from the database.
 DLFileShortcut DLFileShortcutLocalService.fetchDLFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalServiceWrapper.fetchDLFileShortcut(long fileShortcutId)
           
static DLFileShortcut DLFileShortcutLocalServiceUtil.fetchDLFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalService.fetchDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.fetchDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
static DLFileShortcut DLFileShortcutLocalServiceUtil.fetchDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
 DLFileShortcut DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId)
          Returns the document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.getDLFileShortcut(long fileShortcutId)
          Returns the document library file shortcut with the primary key.
static DLFileShortcut DLFileShortcutLocalServiceUtil.getDLFileShortcut(long fileShortcutId)
          Returns the document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
static DLFileShortcut DLFileShortcutLocalServiceUtil.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
 DLFileShortcut DLFileShortcutLocalService.getFileShortcut(long fileShortcutId)
           
static DLFileShortcut DLFileShortcutServiceUtil.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalServiceWrapper.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutService.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutServiceWrapper.getFileShortcut(long fileShortcutId)
           
static DLFileShortcut DLFileShortcutLocalServiceUtil.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalService.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
static DLFileShortcut DLFileShortcutLocalServiceUtil.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 DLFileShortcut DLFileShortcutLocalService.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutLocalServiceWrapper.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutLocalServiceUtil.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutServiceUtil.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutService.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutServiceWrapper.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileShortcut
 List<DLFileShortcut> DLFileShortcutLocalService.getDLFileShortcuts(int start, int end)
          Returns a range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutLocalServiceWrapper.getDLFileShortcuts(int start, int end)
          Returns a range of all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutLocalServiceUtil.getDLFileShortcuts(int start, int end)
          Returns a range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file shortcuts matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file shortcuts matching the UUID and company.
static List<DLFileShortcut> DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file shortcuts matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
static List<DLFileShortcut> DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalService.getFileShortcuts(long toFileEntryId)
           
 List<DLFileShortcut> DLFileShortcutLocalServiceWrapper.getFileShortcuts(long toFileEntryId)
           
static List<DLFileShortcut> DLFileShortcutLocalServiceUtil.getFileShortcuts(long toFileEntryId)
           
static List<DLFileShortcut> DLAppHelperLocalServiceUtil.getFileShortcuts(long groupId, long folderId, boolean active, int status)
           
 List<DLFileShortcut> DLAppHelperLocalServiceWrapper.getFileShortcuts(long groupId, long folderId, boolean active, int status)
           
 List<DLFileShortcut> DLAppHelperLocalService.getFileShortcuts(long groupId, long folderId, boolean active, int status)
           
 List<DLFileShortcut> DLFileShortcutLocalService.getFileShortcuts(long groupId, long folderId, boolean active, int status, int start, int end)
           
 List<DLFileShortcut> DLFileShortcutLocalServiceWrapper.getFileShortcuts(long groupId, long folderId, boolean active, int status, int start, int end)
           
static List<DLFileShortcut> DLFileShortcutLocalServiceUtil.getFileShortcuts(long groupId, long folderId, boolean active, int status, int start, int end)
           
static List<DLFileShortcut> DLAppHelperLocalServiceUtil.getFileShortcuts(long groupId, long folderId, int status)
          Deprecated. As of 6.2.0, replaced by DLAppHelperLocalServiceUtil.getFileShortcuts(long, long, boolean, int)
 List<DLFileShortcut> DLAppHelperLocalServiceWrapper.getFileShortcuts(long groupId, long folderId, int status)
          Deprecated. As of 6.2.0, replaced by DLAppHelperLocalServiceWrapper.getFileShortcuts(long, long, boolean, int)
 List<DLFileShortcut> DLAppHelperLocalService.getFileShortcuts(long groupId, long folderId, int status)
          Deprecated. As of 6.2.0, replaced by DLAppHelperLocalService.getFileShortcuts(long, long, boolean, int)
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileShortcut
 DLFileShortcut DLFileShortcutLocalService.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
static DLFileShortcut DLFileShortcutLocalServiceUtil.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 void DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions)
           
 void DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions)
           
static void DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions)
           
 DLFileShortcut DLFileShortcutLocalService.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
static DLFileShortcut DLFileShortcutLocalServiceUtil.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 void DLFileShortcutLocalService.deleteFileShortcut(DLFileShortcut fileShortcut)
           
 void DLFileShortcutLocalServiceWrapper.deleteFileShortcut(DLFileShortcut fileShortcut)
           
static void DLFileShortcutLocalServiceUtil.deleteFileShortcut(DLFileShortcut fileShortcut)
           
 void DLFileShortcutLocalService.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames)
           
 void DLFileShortcutLocalServiceWrapper.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames)
           
static void DLFileShortcutLocalServiceUtil.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames)
           
 DLFileShortcut DLFileShortcutLocalService.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
static DLFileShortcut DLFileShortcutLocalServiceUtil.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DLFileShortcut
 List<DLFileShortcut> DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
static List<DLFileShortcut> DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.service.base
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileShortcut
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.createDLFileShortcut(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.deleteDLFileShortcut(long fileShortcutId)
          Deletes the document library file shortcut with the primary key from the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.fetchDLFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.fetchDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.getDLFileShortcut(long fileShortcutId)
          Returns the document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file shortcut matching the UUID and group.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileShortcut
 List<DLFileShortcut> DLFileShortcutLocalServiceBaseImpl.getDLFileShortcuts(int start, int end)
          Returns a range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutLocalServiceBaseImpl.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file shortcuts matching the UUID and company.
 List<DLFileShortcut> DLFileShortcutLocalServiceBaseImpl.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileShortcut
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.documentlibrary.service.base with type arguments of type DLFileShortcut
 List<DLFileShortcut> DLFileShortcutLocalServiceBaseImpl.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns a range of document library file shortcuts matching the UUID and company.
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileShortcut
static DLFileShortcut DLFileShortcutServiceHttp.addFileShortcut(HttpPrincipal httpPrincipal, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutServiceHttp.getFileShortcut(HttpPrincipal httpPrincipal, long fileShortcutId)
           
static DLFileShortcut DLFileShortcutServiceHttp.updateFileShortcut(HttpPrincipal httpPrincipal, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileShortcut
 DLFileShortcut DLFileShortcutLocalServiceImpl.addFileShortcut(long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutServiceImpl.addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutServiceImpl.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalServiceImpl.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalServiceImpl.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutServiceImpl.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileShortcut
 List<DLFileShortcut> DLFileShortcutLocalServiceImpl.getFileShortcuts(long toFileEntryId)
           
 List<DLFileShortcut> DLAppHelperLocalServiceImpl.getFileShortcuts(long groupId, long folderId, boolean active, int status)
           
 List<DLFileShortcut> DLFileShortcutLocalServiceImpl.getFileShortcuts(long groupId, long folderId, boolean active, int status, int start, int end)
           
 List<DLFileShortcut> DLAppHelperLocalServiceImpl.getFileShortcuts(long groupId, long folderId, int status)
          Deprecated. As of 6.2.0, replaced by DLAppHelperLocalServiceImpl.getFileShortcuts(long, long, boolean, int)
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileShortcut
 void DLFileShortcutLocalServiceImpl.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DLFileShortcutLocalServiceImpl.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions)
           
 void DLFileShortcutLocalServiceImpl.deleteFileShortcut(DLFileShortcut fileShortcut)
           
 void DLFileShortcutLocalServiceImpl.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.service.permission
 

Methods in com.liferay.portlet.documentlibrary.service.permission with parameters of type DLFileShortcut
static void DLFileShortcutPermission.check(PermissionChecker permissionChecker, DLFileShortcut dlFileShortcut, String actionId)
           
static boolean DLFileShortcutPermission.contains(PermissionChecker permissionChecker, DLFileShortcut dlFileShortcut, String actionId)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileShortcut
 DLFileShortcut DLFileShortcutPersistence.create(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
static DLFileShortcut DLFileShortcutUtil.create(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or returns null if it could not be found.
static DLFileShortcut DLFileShortcutUtil.fetchByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or returns null if it could not be found.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found.
static DLFileShortcut DLFileShortcutUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileShortcut DLFileShortcutPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileShortcut DLFileShortcutUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut[] DLFileShortcutUtil.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found.
static DLFileShortcut DLFileShortcutUtil.findByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found.
static DLFileShortcut DLFileShortcutUtil.findByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.remove(long fileShortcutId)
          Removes the document library file shortcut with the primary key from the database.
static DLFileShortcut DLFileShortcutUtil.remove(long fileShortcutId)
          Removes the document library file shortcut with the primary key from the database.
 DLFileShortcut DLFileShortcutPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the document library file shortcut where uuid = ? and groupId = ? from the database.
static DLFileShortcut DLFileShortcutUtil.removeByUUID_G(String uuid, long groupId)
          Removes the document library file shortcut where uuid = ? and groupId = ? from the database.
static DLFileShortcut DLFileShortcutUtil.update(DLFileShortcut dlFileShortcut)
           
static DLFileShortcut DLFileShortcutUtil.update(DLFileShortcut dlFileShortcut, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutPersistence.updateImpl(DLFileShortcut dlFileShortcut)
           
static DLFileShortcut DLFileShortcutUtil.updateImpl(DLFileShortcut dlFileShortcut)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileShortcut
 Map<Serializable,DLFileShortcut> DLFileShortcutPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,DLFileShortcut> DLFileShortcutUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll()
          Returns all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutUtil.findAll()
          Returns all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end)
          Returns a range of all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end)
          Returns a range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status)
          Returns all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status)
          Returns all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId)
          Returns all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId)
          Returns all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId)
          Returns all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId)
          Returns all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end)
          Returns a range of all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end)
          Returns a range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId)
          Returns all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid(String uuid)
          Returns all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid)
          Returns all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DLFileShortcut> DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DLFileShortcut> DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileShortcut
 void DLFileShortcutPersistence.cacheResult(DLFileShortcut dlFileShortcut)
          Caches the document library file shortcut in the entity cache if it is enabled.
static void DLFileShortcutUtil.cacheResult(DLFileShortcut dlFileShortcut)
          Caches the document library file shortcut in the entity cache if it is enabled.
static void DLFileShortcutUtil.clearCache(DLFileShortcut dlFileShortcut)
           
static DLFileShortcut DLFileShortcutUtil.update(DLFileShortcut dlFileShortcut)
           
static DLFileShortcut DLFileShortcutUtil.update(DLFileShortcut dlFileShortcut, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutPersistence.updateImpl(DLFileShortcut dlFileShortcut)
           
static DLFileShortcut DLFileShortcutUtil.updateImpl(DLFileShortcut dlFileShortcut)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFileShortcut
 void DLFileShortcutPersistence.cacheResult(List<DLFileShortcut> dlFileShortcuts)
          Caches the document library file shortcuts in the entity cache if it is enabled.
static void DLFileShortcutUtil.cacheResult(List<DLFileShortcut> dlFileShortcuts)
          Caches the document library file shortcuts in the entity cache if it is enabled.
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
static DLFileShortcut[] DLFileShortcutUtil.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
static List<DLFileShortcut> DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut DLFileShortcutUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
static DLFileShortcut[] DLFileShortcutUtil.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut DLFileShortcutUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut DLFileShortcutUtil.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut DLFileShortcutUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistence.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
static DLFileShortcut[] DLFileShortcutUtil.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
static List<DLFileShortcut> DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.service.persistence.impl
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return DLFileShortcut
 DLFileShortcut DLFileShortcutPersistenceImpl.create(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or returns null if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the document library file shortcut with the primary key or returns null if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
 DLFileShortcut DLFileShortcutPersistenceImpl.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file shortcut with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByToFileEntryId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
 DLFileShortcut DLFileShortcutPersistenceImpl.remove(long fileShortcutId)
          Removes the document library file shortcut with the primary key from the database.
 DLFileShortcut DLFileShortcutPersistenceImpl.remove(Serializable primaryKey)
          Removes the document library file shortcut with the primary key from the database.
 DLFileShortcut DLFileShortcutPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the document library file shortcut where uuid = ? and groupId = ? from the database.
protected  DLFileShortcut DLFileShortcutPersistenceImpl.removeImpl(DLFileShortcut dlFileShortcut)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.toUnwrappedModel(DLFileShortcut dlFileShortcut)
           
 DLFileShortcut DLFileShortcutPersistenceImpl.updateImpl(DLFileShortcut dlFileShortcut)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return types with arguments of type DLFileShortcut
 Map<Serializable,DLFileShortcut> DLFileShortcutPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll()
          Returns all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll(int start, int end)
          Returns a range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByC_NotS(long companyId, int status)
          Returns all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByCompanyId(long companyId)
          Returns all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByToFileEntryId(long toFileEntryId)
          Returns all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByToFileEntryId(long toFileEntryId, int start, int end)
          Returns a range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid(String uuid)
          Returns all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl with parameters of type DLFileShortcut
 void DLFileShortcutPersistenceImpl.cacheResult(DLFileShortcut dlFileShortcut)
          Caches the document library file shortcut in the entity cache if it is enabled.
 void DLFileShortcutPersistenceImpl.clearCache(DLFileShortcut dlFileShortcut)
          Clears the cache for the document library file shortcut.
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByToFileEntryId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.removeImpl(DLFileShortcut dlFileShortcut)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.toUnwrappedModel(DLFileShortcut dlFileShortcut)
           
 DLFileShortcut DLFileShortcutPersistenceImpl.updateImpl(DLFileShortcut dlFileShortcut)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence.impl with type arguments of type DLFileShortcut
 void DLFileShortcutPersistenceImpl.cacheResult(List<DLFileShortcut> dlFileShortcuts)
          Caches the document library file shortcuts in the entity cache if it is enabled.
 void DLFileShortcutPersistenceImpl.clearCache(List<DLFileShortcut> dlFileShortcuts)
           
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] DLFileShortcutPersistenceImpl.findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> DLFileShortcutPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_A_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByToFileEntryId_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
protected  DLFileShortcut DLFileShortcutPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, OrderByComparator<DLFileShortcut> orderByComparator, boolean previous)
           
 

Uses of DLFileShortcut in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFileShortcut
 String DL.getThumbnailSrc(FileEntry fileEntry, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry, ThemeDisplay)
static String DLUtil.getThumbnailSrc(FileEntry fileEntry, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLUtil.getThumbnailSrc(FileEntry, ThemeDisplay)
 String DLImpl.getThumbnailSrc(FileEntry fileEntry, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLImpl.getThumbnailSrc(FileEntry, ThemeDisplay)
 String DL.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry, FileVersion, ThemeDisplay)
static String DLUtil.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLUtil.getThumbnailSrc(FileEntry, FileVersion, ThemeDisplay)
 String DLImpl.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLImpl.getThumbnailSrc(FileEntry, FileVersion, ThemeDisplay)
 

Method parameters in com.liferay.portlet.documentlibrary.util with type arguments of type DLFileShortcut
static List<FileShortcut> RepositoryModelUtil.toFileShortcuts(List<DLFileShortcut> dlFileShortcuts)
           
 


Liferay 7.0-ce-b4