|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DLFileRank | |
|---|---|
| com.liferay.portlet.documentlibrary.model | |
| com.liferay.portlet.documentlibrary.service | |
| 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()
|
DLFileRank |
DLFileRankWrapper.toEscapedModel()
|
DLFileRank |
DLFileRankModel.toEscapedModel()
|
| Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileRank | |
|---|---|
CacheModel<DLFileRank> |
DLFileRankWrapper.toCacheModel()
|
CacheModel<DLFileRank> |
DLFileRankModel.toCacheModel()
|
| Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileRank | |
|---|---|
int |
DLFileRankWrapper.compareTo(DLFileRank dlFileRank)
|
int |
DLFileRankModel.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 | |
|---|---|
DLFileRank |
DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
DLFileRank |
DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileRank |
DLFileRankLocalServiceUtil.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalService.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.addFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. DLFileRankLocalServiceWrapper.addFileRank(long, long, long, long, ServiceContext) |
static DLFileRank |
DLFileRankLocalServiceUtil.addFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. DLFileRankLocalServiceUtil.addFileRank(long, long, long, long, ServiceContext) |
DLFileRank |
DLFileRankLocalService.addFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. DLFileRankLocalService.addFileRank(long, long, long, long, ServiceContext) |
DLFileRank |
DLFileRankLocalServiceWrapper.createDLFileRank(long fileRankId)
Creates a new d l file rank with the primary key. |
static DLFileRank |
DLFileRankLocalServiceUtil.createDLFileRank(long fileRankId)
Creates a new d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalService.createDLFileRank(long fileRankId)
Creates a new d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceWrapper.getDLFileRank(long fileRankId)
Returns the d l file rank with the primary key. |
static DLFileRank |
DLFileRankLocalServiceUtil.getDLFileRank(long fileRankId)
Returns the d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalService.getDLFileRank(long fileRankId)
Returns the d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileRank |
DLFileRankLocalServiceUtil.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalService.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. DLFileRankLocalServiceWrapper.updateFileRank(long, long, long, long,
ServiceContext) |
static DLFileRank |
DLFileRankLocalServiceUtil.updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. DLFileRankLocalServiceUtil.updateFileRank(long, long, long, long,
ServiceContext) |
DLFileRank |
DLFileRankLocalService.updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. DLFileRankLocalService.updateFileRank(long, long, long, long,
ServiceContext) |
| Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileRank | |
|---|---|
List<DLFileRank> |
DLFileRankLocalServiceWrapper.getDLFileRanks(int start,
int end)
Returns a range of all the d l file ranks. |
static List<DLFileRank> |
DLFileRankLocalServiceUtil.getDLFileRanks(int start,
int end)
Returns a range of all the d l file ranks. |
List<DLFileRank> |
DLFileRankLocalService.getDLFileRanks(int start,
int end)
Returns a range of all the d l file ranks. |
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)
Deprecated. DLFileRankLocalServiceWrapper.getFileRanks(long, long) |
static List<DLFileRank> |
DLFileRankLocalServiceUtil.getFileRanks(long groupId,
long userId,
int start,
int end)
Deprecated. DLFileRankLocalServiceUtil.getFileRanks(long, long) |
List<DLFileRank> |
DLFileRankLocalService.getFileRanks(long groupId,
long userId,
int start,
int end)
Deprecated. DLFileRankLocalService.getFileRanks(long, long) |
| Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileRank | |
|---|---|
DLFileRank |
DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
DLFileRank |
DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
void |
DLFileRankLocalServiceWrapper.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the d l file rank from the database. |
static void |
DLFileRankLocalServiceUtil.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the d l file rank from the database. |
void |
DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the d l file rank from the database. |
void |
DLFileRankLocalServiceWrapper.deleteFileRank(DLFileRank fileRank)
|
static void |
DLFileRankLocalServiceUtil.deleteFileRank(DLFileRank fileRank)
|
void |
DLFileRankLocalService.deleteFileRank(DLFileRank fileRank)
|
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l 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 d l file rank with the primary key. |
DLFileRank |
DLFileRankPersistence.create(long fileRankId)
Creates a new d l file rank with the primary key. |
static DLFileRank |
DLFileRankUtil.fetchByC_U_F(long companyId,
long userId,
long fileEntryId)
Finds the d l 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)
Finds the d l 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)
Finds the d l 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)
Finds the d l 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.fetchByPrimaryKey(long fileRankId)
Finds the d l file rank with the primary key or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistence.fetchByPrimaryKey(long fileRankId)
Finds the d l file rank with the primary key or returns null if it could not be found. |
static DLFileRank |
DLFileRankUtil.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Finds the d l 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)
Finds the d l 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)
Finds the first d l file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Finds the first d l file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where fileEntryId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where fileEntryId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first d l file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first d l file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByPrimaryKey(long fileRankId)
Finds the d l file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByPrimaryKey(long fileRankId)
Finds the d l 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)
Finds the first d l file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first d l file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.remove(DLFileRank dlFileRank)
|
DLFileRank |
DLFileRankPersistence.remove(DLFileRank dlFileRank)
|
static DLFileRank |
DLFileRankUtil.remove(long fileRankId)
Removes the d l file rank with the primary key from the database. |
DLFileRank |
DLFileRankPersistence.remove(long fileRankId)
Removes the d l file rank with the primary key 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()
Finds all the d l file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll()
Finds all the d l file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end)
Finds a range of all the d l file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end)
Finds a range of all the d l file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId)
Finds all the d l file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId)
Finds all the d l file ranks where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end)
Finds a range of all the d l file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end)
Finds a range of all the d l file ranks where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId)
Finds all the d l file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId)
Finds all the d l file ranks where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the d l file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the d l file ranks where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId)
Finds all the d l file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId)
Finds all the d l file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end)
Finds a range of all the d l file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end)
Finds a range of all the d l file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l 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 d l file rank in the entity cache if it is enabled. |
void |
DLFileRankPersistence.cacheResult(DLFileRank dlFileRank)
Caches the d l file rank in the entity cache if it is enabled. |
static void |
DLFileRankUtil.clearCache(DLFileRank dlFileRank)
|
static DLFileRank |
DLFileRankUtil.remove(DLFileRank dlFileRank)
|
DLFileRank |
DLFileRankPersistence.remove(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 d l file ranks in the entity cache if it is enabled. |
void |
DLFileRankPersistence.cacheResult(List<DLFileRank> dlFileRanks)
Caches the d l file ranks in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||