|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Gets a copy of this d l file rank as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
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)
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 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)
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)
Gets the d l file rank with the primary key. |
static DLFileRank |
DLFileRankLocalServiceUtil.getDLFileRank(long fileRankId)
Gets the d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalService.getDLFileRank(long fileRankId)
Gets the d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
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)
Gets a range of all the d l file ranks. |
static List<DLFileRank> |
DLFileRankLocalServiceUtil.getDLFileRanks(int start,
int end)
Gets a range of all the d l file ranks. |
List<DLFileRank> |
DLFileRankLocalService.getDLFileRanks(int start,
int end)
Gets 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)
|
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)
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. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
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)
Adds the d l file rank to the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.createDLFileRank(long fileRankId)
Creates a new d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.getDLFileRank(long fileRankId)
Gets the d l file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileRank | |
---|---|
List<DLFileRank> |
DLFileRankLocalServiceBaseImpl.getDLFileRanks(int start,
int end)
Gets a range of all the d l file ranks. |
Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileRank | |
---|---|
DLFileRank |
DLFileRankLocalServiceBaseImpl.addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
void |
DLFileRankLocalServiceBaseImpl.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the d l file rank from the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database. |
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)
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. |
DLFileRank |
DLFileRankPersistenceImpl.create(long fileRankId)
Creates a new d l file rank with the primary key. |
static DLFileRank |
DLFileRankUtil.fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistence.fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found. |
static DLFileRank |
DLFileRankUtil.fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name,
boolean retrieveFromCache)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileRank |
DLFileRankPersistence.fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name,
boolean retrieveFromCache)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name,
boolean retrieveFromCache)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? 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. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByPrimaryKey(long fileRankId)
Finds the d l file rank with the primary key or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
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_N(long companyId,
long userId,
long folderId,
String name)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.findByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found. |
static DLFileRank |
DLFileRankUtil.findByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l file rank in the ordered set where folderId = ? and name = ?. |
DLFileRank |
DLFileRankPersistence.findByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l file rank in the ordered set where folderId = ? and name = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l file rank in the ordered set where folderId = ? and name = ?. |
static DLFileRank |
DLFileRankUtil.findByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where folderId = ? and name = ?. |
DLFileRank |
DLFileRankPersistence.findByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where folderId = ? and name = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l file rank in the ordered set where folderId = ? and name = ?. |
static DLFileRank[] |
DLFileRankUtil.findByF_N_PrevAndNext(long fileRankId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?. |
DLFileRank[] |
DLFileRankPersistence.findByF_N_PrevAndNext(long fileRankId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?. |
DLFileRank[] |
DLFileRankPersistenceImpl.findByF_N_PrevAndNext(long fileRankId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?. |
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 = ?. |
DLFileRank |
DLFileRankPersistenceImpl.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 = ?. |
DLFileRank |
DLFileRankPersistenceImpl.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 = ?. |
DLFileRank[] |
DLFileRankPersistenceImpl.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. |
DLFileRank |
DLFileRankPersistenceImpl.findByPrimaryKey(long fileRankId)
Finds the d l file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the d l file rank with the primary key or throws a NoSuchModelException 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 = ?. |
DLFileRank |
DLFileRankPersistenceImpl.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 = ?. |
DLFileRank |
DLFileRankPersistenceImpl.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 = ?. |
DLFileRank[] |
DLFileRankPersistenceImpl.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 = ?. |
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)
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. |
DLFileRank |
DLFileRankPersistenceImpl.remove(long fileRankId)
Removes the d l file rank with the primary key from the database. |
DLFileRank |
DLFileRankPersistenceImpl.remove(Serializable primaryKey)
Removes the d l file rank with the primary key from the database. |
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()
Finds all the d l file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll()
Finds all the d l file ranks. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findByF_N(long folderId,
String name)
Finds all the d l file ranks where folderId = ? and name = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByF_N(long folderId,
String name)
Finds all the d l file ranks where folderId = ? and name = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByF_N(long folderId,
String name)
Finds all the d l file ranks where folderId = ? and name = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByF_N(long folderId,
String name,
int start,
int end)
Finds a range of all the d l file ranks where folderId = ? and name = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByF_N(long folderId,
String name,
int start,
int end)
Finds a range of all the d l file ranks where folderId = ? and name = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByF_N(long folderId,
String name,
int start,
int end)
Finds a range of all the d l file ranks where folderId = ? and name = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where folderId = ? and name = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where folderId = ? and name = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file ranks where folderId = ? and name = ?. |
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 = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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 = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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 = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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 = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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 = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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 = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.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. |
void |
DLFileRankPersistenceImpl.cacheResult(DLFileRank dlFileRank)
Caches the d l file rank in the entity cache if it is enabled. |
static void |
DLFileRankUtil.clearCache(DLFileRank dlFileRank)
|
void |
DLFileRankPersistenceImpl.clearCache(DLFileRank dlFileRank)
Clears the cache for the d l file rank. |
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)
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. |
void |
DLFileRankPersistenceImpl.cacheResult(List<DLFileRank> dlFileRanks)
Caches the d l file ranks in the entity cache if it is enabled. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |