Liferay 6.0.3

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

Packages that use DLFileRank
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.impl   
com.liferay.portlet.documentlibrary.service.persistence   
 

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

Methods in com.liferay.portlet.documentlibrary.lar with parameters of type DLFileRank
protected static void DLPortletDataHandlerImpl.exportFileRank(PortletDataContext context, Element fileRanksElement, DLFileRank fileRank)
           
protected static String DLPortletDataHandlerImpl.getFileRankPath(PortletDataContext context, DLFileRank fileRank)
           
protected static void DLPortletDataHandlerImpl.importFileRank(PortletDataContext context, DLFileRank rank)
           
 

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()
           
 DLFileRank DLFileRankWrapper.toEscapedModel()
           
 DLFileRank DLFileRankModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileRank
 int DLFileRankWrapper.compareTo(DLFileRank dlFileRank)
           
 int DLFileRankModel.compareTo(DLFileRank dlFileRank)
           
 

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

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

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileRank
 class DLFileRankImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFileRank
 DLFileRank DLFileRankModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileRank
 int DLFileRankModelImpl.compareTo(DLFileRank dlFileRank)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFileRank
 DLFileRank DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
           
static DLFileRank DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceWrapper.addFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
static DLFileRank DLFileRankLocalServiceUtil.addFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
 DLFileRank DLFileRankLocalService.addFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
 DLFileRank DLFileRankLocalServiceWrapper.createDLFileRank(long fileRankId)
           
static DLFileRank DLFileRankLocalServiceUtil.createDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalService.createDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalServiceWrapper.getDLFileRank(long fileRankId)
           
static DLFileRank DLFileRankLocalServiceUtil.getDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalService.getDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
           
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
 DLFileRank DLFileRankLocalServiceWrapper.updateFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
static DLFileRank DLFileRankLocalServiceUtil.updateFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
 DLFileRank DLFileRankLocalService.updateFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileRank
 List<DLFileRank> DLFileRankLocalServiceWrapper.getDLFileRanks(int start, int end)
           
static List<DLFileRank> DLFileRankLocalServiceUtil.getDLFileRanks(int start, int end)
           
 List<DLFileRank> DLFileRankLocalService.getDLFileRanks(int start, int end)
           
 List<DLFileRank> DLFileRankLocalServiceWrapper.getFileRanks(long groupId, long userId)
           
static List<DLFileRank> DLFileRankLocalServiceUtil.getFileRanks(long groupId, long userId)
           
 List<DLFileRank> DLFileRankLocalService.getFileRanks(long groupId, long userId)
           
 List<DLFileRank> DLFileRankLocalServiceWrapper.getFileRanks(long groupId, long userId, int start, int end)
           
static List<DLFileRank> DLFileRankLocalServiceUtil.getFileRanks(long groupId, long userId, int start, int end)
           
 List<DLFileRank> DLFileRankLocalService.getFileRanks(long groupId, long userId, int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileRank
 DLFileRank DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
           
static DLFileRank DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
           
 void DLFileRankLocalServiceWrapper.deleteDLFileRank(DLFileRank dlFileRank)
           
static void DLFileRankLocalServiceUtil.deleteDLFileRank(DLFileRank dlFileRank)
           
 void DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
           
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
static DLFileRank DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileRank
 DLFileRank DLFileRankLocalServiceBaseImpl.addDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceBaseImpl.createDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalServiceBaseImpl.getDLFileRank(long fileRankId)
           
 DLFileRank DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileRank
 List<DLFileRank> DLFileRankLocalServiceBaseImpl.getDLFileRanks(int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileRank
 DLFileRank DLFileRankLocalServiceBaseImpl.addDLFileRank(DLFileRank dlFileRank)
           
 void DLFileRankLocalServiceBaseImpl.deleteDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileRank
 DLFileRank DLFileRankLocalServiceImpl.addFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
 DLFileRank DLFileRankLocalServiceImpl.updateFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileRank
 List<DLFileRank> DLFileRankLocalServiceImpl.getFileRanks(long groupId, long userId)
           
 List<DLFileRank> DLFileRankLocalServiceImpl.getFileRanks(long groupId, long userId, int start, int end)
           
 

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)
           
 DLFileRank DLFileRankPersistence.create(long fileRankId)
           
 DLFileRank DLFileRankPersistenceImpl.create(long fileRankId)
           
static DLFileRank DLFileRankUtil.fetchByC_U_F_N(long companyId, long userId, long folderId, String name)
           
 DLFileRank DLFileRankPersistence.fetchByC_U_F_N(long companyId, long userId, long folderId, String name)
           
 DLFileRank DLFileRankPersistenceImpl.fetchByC_U_F_N(long companyId, long userId, long folderId, String name)
           
static DLFileRank DLFileRankUtil.fetchByC_U_F_N(long companyId, long userId, long folderId, String name, boolean retrieveFromCache)
           
 DLFileRank DLFileRankPersistence.fetchByC_U_F_N(long companyId, long userId, long folderId, String name, boolean retrieveFromCache)
           
 DLFileRank DLFileRankPersistenceImpl.fetchByC_U_F_N(long companyId, long userId, long folderId, String name, boolean retrieveFromCache)
           
static DLFileRank DLFileRankUtil.fetchByPrimaryKey(long fileRankId)
           
 DLFileRank DLFileRankPersistence.fetchByPrimaryKey(long fileRankId)
           
 DLFileRank DLFileRankPersistenceImpl.fetchByPrimaryKey(long fileRankId)
           
 DLFileRank DLFileRankPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static DLFileRank DLFileRankUtil.findByC_U_F_N(long companyId, long userId, long folderId, String name)
           
 DLFileRank DLFileRankPersistence.findByC_U_F_N(long companyId, long userId, long folderId, String name)
           
 DLFileRank DLFileRankPersistenceImpl.findByC_U_F_N(long companyId, long userId, long folderId, String name)
           
static DLFileRank DLFileRankUtil.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistence.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistenceImpl.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
           
static DLFileRank DLFileRankUtil.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistence.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistenceImpl.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
           
static DLFileRank[] DLFileRankUtil.findByF_N_PrevAndNext(long fileRankId, long folderId, String name, OrderByComparator orderByComparator)
           
 DLFileRank[] DLFileRankPersistence.findByF_N_PrevAndNext(long fileRankId, long folderId, String name, OrderByComparator orderByComparator)
           
 DLFileRank[] DLFileRankPersistenceImpl.findByF_N_PrevAndNext(long fileRankId, long folderId, String name, OrderByComparator orderByComparator)
           
static DLFileRank DLFileRankUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileRank DLFileRankUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileRank[] DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank[] DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank[] DLFileRankPersistenceImpl.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileRank DLFileRankUtil.findByPrimaryKey(long fileRankId)
           
 DLFileRank DLFileRankPersistence.findByPrimaryKey(long fileRankId)
           
 DLFileRank DLFileRankPersistenceImpl.findByPrimaryKey(long fileRankId)
           
 DLFileRank DLFileRankPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static DLFileRank DLFileRankUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static DLFileRank DLFileRankUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 DLFileRank DLFileRankPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static DLFileRank[] DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank[] DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
           
 DLFileRank[] DLFileRankPersistenceImpl.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByF_N_PrevAndNext(Session session, DLFileRank dlFileRank, long folderId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileRank dlFileRank, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByUserId_PrevAndNext(Session session, DLFileRank dlFileRank, long userId, OrderByComparator orderByComparator, boolean previous)
           
static DLFileRank DLFileRankUtil.remove(DLFileRank dlFileRank)
           
static DLFileRank DLFileRankUtil.remove(long fileRankId)
           
 DLFileRank DLFileRankPersistence.remove(long fileRankId)
           
 DLFileRank DLFileRankPersistenceImpl.remove(long fileRankId)
           
 DLFileRank DLFileRankPersistenceImpl.remove(Serializable primaryKey)
           
protected  DLFileRank DLFileRankPersistenceImpl.removeImpl(DLFileRank dlFileRank)
           
protected  DLFileRank DLFileRankPersistenceImpl.toUnwrappedModel(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)
           
 DLFileRank DLFileRankPersistenceImpl.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()
           
 List<DLFileRank> DLFileRankPersistence.findAll()
           
 List<DLFileRank> DLFileRankPersistenceImpl.findAll()
           
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end)
           
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findAll(int start, int end)
           
static List<DLFileRank> DLFileRankUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileRank> DLFileRankUtil.findByF_N(long folderId, String name)
           
 List<DLFileRank> DLFileRankPersistence.findByF_N(long folderId, String name)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByF_N(long folderId, String name)
           
static List<DLFileRank> DLFileRankUtil.findByF_N(long folderId, String name, int start, int end)
           
 List<DLFileRank> DLFileRankPersistence.findByF_N(long folderId, String name, int start, int end)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByF_N(long folderId, String name, int start, int end)
           
static List<DLFileRank> DLFileRankUtil.findByF_N(long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistence.findByF_N(long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByF_N(long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId)
           
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByG_U(long groupId, long userId)
           
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
           
static List<DLFileRank> DLFileRankUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId)
           
 List<DLFileRank> DLFileRankPersistence.findByUserId(long userId)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByUserId(long userId)
           
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId, int start, int end)
           
 List<DLFileRank> DLFileRankPersistence.findByUserId(long userId, int start, int end)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByUserId(long userId, int start, int end)
           
static List<DLFileRank> DLFileRankUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileRank> DLFileRankPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void DLFileRankPersistence.cacheResult(DLFileRank dlFileRank)
           
 void DLFileRankPersistenceImpl.cacheResult(DLFileRank dlFileRank)
           
static void DLFileRankUtil.clearCache(DLFileRank dlFileRank)
           
 void DLFileRankPersistenceImpl.clearCache(DLFileRank dlFileRank)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByF_N_PrevAndNext(Session session, DLFileRank dlFileRank, long folderId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileRank dlFileRank, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileRank DLFileRankPersistenceImpl.getByUserId_PrevAndNext(Session session, DLFileRank dlFileRank, long userId, OrderByComparator orderByComparator, boolean previous)
           
static DLFileRank DLFileRankUtil.remove(DLFileRank dlFileRank)
           
protected  DLFileRank DLFileRankPersistenceImpl.removeImpl(DLFileRank dlFileRank)
           
protected  DLFileRank DLFileRankPersistenceImpl.toUnwrappedModel(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)
           
 DLFileRank DLFileRankPersistenceImpl.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)
           
 void DLFileRankPersistence.cacheResult(List<DLFileRank> dlFileRanks)
           
 void DLFileRankPersistenceImpl.cacheResult(List<DLFileRank> dlFileRanks)
           
 


Liferay 6.0.3