Liferay 6.1.2-ce-ga3

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

Packages that use DLFileRank
com.liferay.portlet.documentlibrary.model   
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.persistence   
 

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

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

Methods in com.liferay.portlet.documentlibrary.model that return DLFileRank
 DLFileRank DLFileRankWrapper.getWrappedDLFileRank()
          Deprecated. Renamed to DLFileRankWrapper.getWrappedModel()
 DLFileRank DLFileRankWrapper.getWrappedModel()
           
 DLFileRank DLFileRankModel.toEscapedModel()
           
 DLFileRank DLFileRankWrapper.toEscapedModel()
           
 DLFileRank DLFileRankModel.toUnescapedModel()
           
 DLFileRank DLFileRankWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileRank
 CacheModel<DLFileRank> DLFileRankModel.toCacheModel()
           
 CacheModel<DLFileRank> DLFileRankWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileRank
 int DLFileRankModel.compareTo(DLFileRank dlFileRank)
           
 int DLFileRankWrapper.compareTo(DLFileRank dlFileRank)
           
static DLFileRankSoap DLFileRankSoap.toSoapModel(DLFileRank model)
           
static DLFileRankSoap[] DLFileRankSoap.toSoapModels(DLFileRank[] models)
           
static DLFileRankSoap[][] DLFileRankSoap.toSoapModels(DLFileRank[][] models)
           
 

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

Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileRank
DLFileRankWrapper(DLFileRank dlFileRank)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFileRank
static DLFileRank DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
 DLFileRank DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
 DLFileRank DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
static DLFileRank DLFileRankLocalServiceUtil.addFileRank(long groupId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
           
 DLFileRank DLFileRankLocalServiceWrapper.addFileRank(long groupId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
           
 DLFileRank DLAppLocalServiceWrapper.addFileRank(long repositoryId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
          Adds the file rank to the existing file entry.
static DLFileRank DLAppLocalServiceUtil.addFileRank(long repositoryId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
          Adds the file rank to the existing file entry.
 DLFileRank DLAppLocalService.addFileRank(long repositoryId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
          Adds the file rank to the existing file entry.
 DLFileRank DLFileRankLocalService.addFileRank(long groupId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
           
static DLFileRank DLFileRankLocalServiceUtil.createDLFileRank(long fileRankId)
          Creates a new document library file rank with the primary key.
 DLFileRank DLFileRankLocalServiceWrapper.createDLFileRank(long fileRankId)
          Creates a new document library file rank with the primary key.
 DLFileRank DLFileRankLocalService.createDLFileRank(long fileRankId)
          Creates a new document library file rank with the primary key.
static DLFileRank DLFileRankLocalServiceUtil.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
 DLFileRank DLFileRankLocalServiceWrapper.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
 DLFileRank DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
static DLFileRank DLFileRankLocalServiceUtil.deleteDLFileRank(long fileRankId)
          Deletes the document library file rank with the primary key from the database.
 DLFileRank DLFileRankLocalServiceWrapper.deleteDLFileRank(long fileRankId)
          Deletes the document library file rank with the primary key from the database.
 DLFileRank DLFileRankLocalService.deleteDLFileRank(long fileRankId)
          Deletes the document library file rank with the primary key from the database.
static DLFileRank DLFileRankLocalServiceUtil.fetchDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalServiceWrapper.fetchDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalService.fetchDLFileRank(long fileRankId)
           
static DLFileRank DLFileRankLocalServiceUtil.getDLFileRank(long fileRankId)
          Returns the document library file rank with the primary key.
 DLFileRank DLFileRankLocalServiceWrapper.getDLFileRank(long fileRankId)
          Returns the document library file rank with the primary key.
 DLFileRank DLFileRankLocalService.getDLFileRank(long fileRankId)
          Returns the document library file rank with the primary key.
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
          Updates the document library file rank in the database or adds it if it does not yet exist.
static DLFileRank DLFileRankLocalServiceUtil.updateFileRank(long groupId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
           
 DLFileRank DLFileRankLocalServiceWrapper.updateFileRank(long groupId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
           
 DLFileRank DLAppLocalServiceWrapper.updateFileRank(long repositoryId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
          Updates a file rank to the existing file entry.
static DLFileRank DLAppLocalServiceUtil.updateFileRank(long repositoryId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
          Updates a file rank to the existing file entry.
 DLFileRank DLAppLocalService.updateFileRank(long repositoryId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
          Updates a file rank to the existing file entry.
 DLFileRank DLFileRankLocalService.updateFileRank(long groupId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileRank
static List<DLFileRank> DLFileRankLocalServiceUtil.getDLFileRanks(int start, int end)
          Returns a range of all the document library file ranks.
 List<DLFileRank> DLFileRankLocalServiceWrapper.getDLFileRanks(int start, int end)
          Returns a range of all the document library file ranks.
 List<DLFileRank> DLFileRankLocalService.getDLFileRanks(int start, int end)
          Returns a range of all the document library file ranks.
static List<DLFileRank> DLFileRankLocalServiceUtil.getFileRanks(long groupId, long userId)
           
 List<DLFileRank> DLFileRankLocalServiceWrapper.getFileRanks(long groupId, long userId)
           
 List<DLFileRank> DLAppLocalServiceWrapper.getFileRanks(long repositoryId, long userId)
          Returns the file ranks from the user.
static List<DLFileRank> DLAppLocalServiceUtil.getFileRanks(long repositoryId, long userId)
          Returns the file ranks from the user.
 List<DLFileRank> DLAppLocalService.getFileRanks(long repositoryId, long userId)
          Returns the file ranks from the user.
 List<DLFileRank> DLFileRankLocalService.getFileRanks(long groupId, long userId)
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileRank
static DLFileRank DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
 DLFileRank DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
 DLFileRank DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
static DLFileRank DLFileRankLocalServiceUtil.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
 DLFileRank DLFileRankLocalServiceWrapper.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
 DLFileRank DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
static void DLFileRankLocalServiceUtil.deleteFileRank(DLFileRank dlFileRank)
           
 void DLFileRankLocalServiceWrapper.deleteFileRank(DLFileRank dlFileRank)
           
 void DLFileRankLocalService.deleteFileRank(DLFileRank dlFileRank)
           
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileRank
static DLFileRank DLFileRankUtil.create(long fileRankId)
          Creates a new document library file rank with the primary key.
 DLFileRank DLFileRankPersistence.create(long fileRankId)
          Creates a new document library file rank with the primary key.
static DLFileRank DLFileRankUtil.fetchByC_U_F(long companyId, long userId, long fileEntryId)
          Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found.
 DLFileRank DLFileRankPersistence.fetchByC_U_F(long companyId, long userId, long fileEntryId)
          Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found.
static DLFileRank DLFileRankUtil.fetchByC_U_F(long companyId, long userId, long fileEntryId, boolean retrieveFromCache)
          Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileRank DLFileRankPersistence.fetchByC_U_F(long companyId, long userId, long fileEntryId, boolean retrieveFromCache)
          Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileRank DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.fetchByPrimaryKey(long fileRankId)
          Returns the document library file rank with the primary key or returns null if it could not be found.
 DLFileRank DLFileRankPersistence.fetchByPrimaryKey(long fileRankId)
          Returns the document library file rank with the primary key or returns null if it could not be found.
static DLFileRank DLFileRankUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.findByC_U_F(long companyId, long userId, long fileEntryId)
          Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found.
 DLFileRank DLFileRankPersistence.findByC_U_F(long companyId, long userId, long fileEntryId)
          Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found.
static DLFileRank DLFileRankUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where fileEntryId = ?.
static DLFileRank[] DLFileRankUtil.findByFileEntryId_PrevAndNext(long fileRankId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?.
 DLFileRank[] DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?.
static DLFileRank DLFileRankUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank[] DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank[] DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByPrimaryKey(long fileRankId)
          Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found.
 DLFileRank DLFileRankPersistence.findByPrimaryKey(long fileRankId)
          Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found.
static DLFileRank DLFileRankUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last document library file rank in the ordered set where userId = ?.
static DLFileRank[] DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?.
 DLFileRank[] DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.remove(long fileRankId)
          Removes the document library file rank with the primary key from the database.
 DLFileRank DLFileRankPersistence.remove(long fileRankId)
          Removes the document library file rank with the primary key from the database.
static DLFileRank DLFileRankUtil.removeByC_U_F(long companyId, long userId, long fileEntryId)
          Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database.
 DLFileRank DLFileRankPersistence.removeByC_U_F(long companyId, long userId, long fileEntryId)
          Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database.
static DLFileRank DLFileRankUtil.update(DLFileRank dlFileRank, boolean merge)
           
static DLFileRank DLFileRankUtil.update(DLFileRank dlFileRank, boolean merge, ServiceContext serviceContext)
           
static DLFileRank DLFileRankUtil.updateImpl(DLFileRank dlFileRank, boolean merge)
           
 DLFileRank DLFileRankPersistence.updateImpl(DLFileRank dlFileRank, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileRank
static List<DLFileRank> DLFileRankUtil.findAll()
          Returns all the document library file ranks.
 List<DLFileRank> DLFileRankPersistence.findAll()
          Returns all the document library file ranks.
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end)
          Returns a range of all the document library file ranks.
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end)
          Returns a range of all the document library file ranks.
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks.
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks.
static List<DLFileRank> DLFileRankUtil.findByFileEntryId(long fileEntryId)
          Returns all the document library file ranks where fileEntryId = ?.
 List<DLFileRank> DLFileRankPersistence.findByFileEntryId(long fileEntryId)
          Returns all the document library file ranks where fileEntryId = ?.
static List<DLFileRank> DLFileRankUtil.findByFileEntryId(long fileEntryId, int start, int end)
          Returns a range of all the document library file ranks where fileEntryId = ?.
 List<DLFileRank> DLFileRankPersistence.findByFileEntryId(long fileEntryId, int start, int end)
          Returns a range of all the document library file ranks where fileEntryId = ?.
static List<DLFileRank> DLFileRankUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where fileEntryId = ?.
 List<DLFileRank> DLFileRankPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where fileEntryId = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId)
          Returns all the document library file ranks where groupId = ? and userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId)
          Returns all the document library file ranks where groupId = ? and userId = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file ranks where groupId = ? and userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file ranks where groupId = ? and userId = ?.
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId)
          Returns all the document library file ranks where userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByUserId(long userId)
          Returns all the document library file ranks where userId = ?.
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the document library file ranks where userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the document library file ranks where userId = ?.
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where userId = ?.
 List<DLFileRank> DLFileRankPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file ranks where userId = ?.
static List<DLFileRank> DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DLFileRank> DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DLFileRank> DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileRank
static void DLFileRankUtil.cacheResult(DLFileRank dlFileRank)
          Caches the document library file rank in the entity cache if it is enabled.
 void DLFileRankPersistence.cacheResult(DLFileRank dlFileRank)
          Caches the document library file rank in the entity cache if it is enabled.
static void DLFileRankUtil.clearCache(DLFileRank dlFileRank)
           
static DLFileRank DLFileRankUtil.update(DLFileRank dlFileRank, boolean merge)
           
static DLFileRank DLFileRankUtil.update(DLFileRank dlFileRank, boolean merge, ServiceContext serviceContext)
           
static DLFileRank DLFileRankUtil.updateImpl(DLFileRank dlFileRank, boolean merge)
           
 DLFileRank DLFileRankPersistence.updateImpl(DLFileRank dlFileRank, boolean merge)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFileRank
static void DLFileRankUtil.cacheResult(List<DLFileRank> dlFileRanks)
          Caches the document library file ranks in the entity cache if it is enabled.
 void DLFileRankPersistence.cacheResult(List<DLFileRank> dlFileRanks)
          Caches the document library file ranks in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3