Package | Description |
---|---|
com.liferay.document.library.kernel.model | |
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.document.library.kernel.service.persistence | |
com.liferay.document.library.kernel.util.comparator |
Modifier and Type | Class and Description |
---|---|
class |
DLFileRankWrapper
This class is a wrapper for
DLFileRank . |
Modifier and Type | Field and Description |
---|---|
static Accessor<DLFileRank,Long> |
DLFileRank.FILE_RANK_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
DLFileRank |
DLFileRankWrapper.getWrappedModel() |
DLFileRank |
DLFileRankWrapper.toEscapedModel() |
DLFileRank |
DLFileRankModel.toEscapedModel() |
DLFileRank |
DLFileRankWrapper.toUnescapedModel() |
DLFileRank |
DLFileRankModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<DLFileRank> |
DLFileRankWrapper.toCacheModel() |
CacheModel<DLFileRank> |
DLFileRankModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static DLFileRankSoap[] |
DLFileRankSoap.toSoapModels(List<DLFileRank> models) |
Constructor and Description |
---|
DLFileRankWrapper(DLFileRank dlFileRank) |
Modifier and Type | Method and Description |
---|---|
static DLFileRank |
DLFileRankLocalServiceUtil.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.
|
DLFileRank |
DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database.
|
DLFileRank |
DLAppLocalService.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry.
|
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 fileEntryId,
ServiceContext serviceContext) |
static DLFileRank |
DLAppLocalServiceUtil.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry.
|
DLFileRank |
DLAppLocalServiceWrapper.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry.
|
static DLFileRank |
DLFileRankLocalServiceUtil.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.
|
DLFileRank |
DLFileRankLocalServiceWrapper.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 |
DLFileRankLocalService.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.
|
static DLFileRank |
DLFileRankLocalServiceUtil.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.
|
DLFileRank |
DLFileRankLocalServiceWrapper.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database.
|
static DLFileRank |
DLFileRankLocalServiceUtil.fetchDLFileRank(long fileRankId) |
DLFileRank |
DLFileRankLocalService.fetchDLFileRank(long fileRankId) |
DLFileRank |
DLFileRankLocalServiceWrapper.fetchDLFileRank(long fileRankId) |
static DLFileRank |
DLFileRankLocalServiceUtil.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.
|
DLFileRank |
DLFileRankLocalServiceWrapper.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 |
DLFileRankLocalService.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 |
DLAppLocalService.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry.
|
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 fileEntryId,
ServiceContext serviceContext) |
static DLFileRank |
DLAppLocalServiceUtil.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry.
|
DLFileRank |
DLAppLocalServiceWrapper.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry.
|
Modifier and Type | Method and Description |
---|---|
static List<DLFileRank> |
DLFileRankLocalServiceUtil.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.
|
List<DLFileRank> |
DLFileRankLocalServiceWrapper.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks.
|
List<DLFileRank> |
DLAppLocalService.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user.
|
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) |
static List<DLFileRank> |
DLAppLocalServiceUtil.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user.
|
List<DLFileRank> |
DLAppLocalServiceWrapper.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user.
|
Modifier and Type | Method and Description |
---|---|
static DLFileRank |
DLFileRankLocalServiceUtil.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.
|
DLFileRank |
DLFileRankLocalServiceWrapper.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 |
DLFileRankLocalService.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.
|
static void |
DLFileRankLocalServiceUtil.deleteFileRank(DLFileRank dlFileRank) |
void |
DLFileRankLocalService.deleteFileRank(DLFileRank dlFileRank) |
void |
DLFileRankLocalServiceWrapper.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 |
DLFileRankLocalService.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.
|
Modifier and Type | Method and Description |
---|---|
DLFileRank |
DLFileRankPersistence.create(long fileRankId)
Creates a new document library file rank with the primary key.
|
static DLFileRank |
DLFileRankUtil.create(long fileRankId)
Creates a new document library file rank with the primary key.
|
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)
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,
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.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.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
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.fetchByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or returns
null if it could not be found. |
DLFileRank |
DLFileRankPersistence.fetchByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
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.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.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator<DLFileRank> 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.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank[] |
DLFileRankUtil.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator<DLFileRank> 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.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator<DLFileRank> 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.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.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.findByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
DLFileRank |
DLFileRankPersistence.findByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator<DLFileRank> 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.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?.
|
DLFileRank |
DLFileRankPersistence.remove(long fileRankId)
Removes the document library file rank with the primary key from the database.
|
static DLFileRank |
DLFileRankUtil.remove(long fileRankId)
Removes the document library file rank with the primary key 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.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) |
static DLFileRank |
DLFileRankUtil.update(DLFileRank dlFileRank,
ServiceContext serviceContext) |
DLFileRank |
DLFileRankPersistence.updateImpl(DLFileRank dlFileRank) |
static DLFileRank |
DLFileRankUtil.updateImpl(DLFileRank dlFileRank) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,DLFileRank> |
DLFileRankPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,DLFileRank> |
DLFileRankUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<DLFileRank> |
DLFileRankPersistence.findAll()
Returns all the document library file ranks.
|
static List<DLFileRank> |
DLFileRankUtil.findAll()
Returns 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)
Returns a range of all the document library file ranks.
|
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks.
|
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks.
|
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks.
|
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks.
|
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId)
Returns all the document library file ranks where fileEntryId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId)
Returns 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)
Returns a range of all the document library file ranks where fileEntryId = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where fileEntryId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where fileEntryId = ?.
|
static List<DLFileRank> |
DLFileRankFinderUtil.findByFolderId(long folderId) |
List<DLFileRank> |
DLFileRankFinder.findByFolderId(long folderId) |
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active)
Returns all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active)
Returns all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
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)
Returns 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)
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,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered 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<DLFileRank> 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId)
Returns all the document library file ranks where userId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId)
Returns 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)
Returns a range of all the document library file ranks where userId = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where userId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
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<DLFileRank> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
DLFileRankPersistence.cacheResult(DLFileRank dlFileRank)
Caches the document library file rank in the entity cache if it is enabled.
|
static void |
DLFileRankUtil.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) |
static DLFileRank |
DLFileRankUtil.update(DLFileRank dlFileRank,
ServiceContext serviceContext) |
DLFileRank |
DLFileRankPersistence.updateImpl(DLFileRank dlFileRank) |
static DLFileRank |
DLFileRankUtil.updateImpl(DLFileRank dlFileRank) |
Modifier and Type | Method and Description |
---|---|
void |
DLFileRankPersistence.cacheResult(List<DLFileRank> dlFileRanks)
Caches the document library file ranks in the entity cache if it is enabled.
|
static void |
DLFileRankUtil.cacheResult(List<DLFileRank> dlFileRanks)
Caches the document library file ranks in the entity cache if it is enabled.
|
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
DLFileRank |
DLFileRankPersistence.fetchByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.fetchByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks.
|
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks.
|
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks.
|
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks.
|
DLFileRank |
DLFileRankPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
static DLFileRank |
DLFileRankUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator<DLFileRank> 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.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where fileEntryId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where fileEntryId = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
static DLFileRank[] |
DLFileRankUtil.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?.
|
DLFileRank |
DLFileRankPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator<DLFileRank> 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.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered 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<DLFileRank> 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?.
|
DLFileRank |
DLFileRankPersistence.findByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?.
|
DLFileRank |
DLFileRankPersistence.findByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
static DLFileRank |
DLFileRankUtil.findByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?.
|
DLFileRank[] |
DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator<DLFileRank> 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.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?.
|
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> 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<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where userId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file ranks where userId = ?.
|
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
int |
FileRankCreateDateComparator.compare(DLFileRank dlFileRank1,
DLFileRank dlFileRank2) |