|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DLFileRank | |
---|---|
com.liferay.portal.tools.samplesqlbuilder | |
com.liferay.portlet.documentlibrary.lar | |
com.liferay.portlet.documentlibrary.model | |
com.liferay.portlet.documentlibrary.model.impl | |
com.liferay.portlet.documentlibrary.service | This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. |
com.liferay.portlet.documentlibrary.service.base | |
com.liferay.portlet.documentlibrary.service.impl | This package defines the document library portlet local and remote service implementations. |
com.liferay.portlet.documentlibrary.service.persistence |
Uses of DLFileRank in com.liferay.portal.tools.samplesqlbuilder |
---|
Methods in com.liferay.portal.tools.samplesqlbuilder that return DLFileRank | |
---|---|
DLFileRank |
DataFactory.addDLFileRank(long groupId,
long companyId,
long userId,
long fileEntryId)
|
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 portletDataContext,
Element fileRanksElement,
DLFileRank fileRank)
|
protected static String |
DLPortletDataHandlerImpl.getFileRankPath(PortletDataContext portletDataContext,
DLFileRank fileRank)
|
protected static void |
DLPortletDataHandlerImpl.importFileRank(PortletDataContext portletDataContext,
DLFileRank fileRank,
String fileEntryUuid)
|
Uses of DLFileRank in com.liferay.portlet.documentlibrary.model |
---|
Classes in com.liferay.portlet.documentlibrary.model that implement DLFileRank | |
---|---|
class |
DLFileRankWrapper
This class is a wrapper for DLFileRank . |
Methods in com.liferay.portlet.documentlibrary.model that return DLFileRank | |
---|---|
DLFileRank |
DLFileRankWrapper.getWrappedDLFileRank()
Deprecated. Renamed to DLFileRankWrapper.getWrappedModel() |
DLFileRank |
DLFileRankWrapper.getWrappedModel()
|
DLFileRank |
DLFileRankModel.toEscapedModel()
|
DLFileRank |
DLFileRankWrapper.toEscapedModel()
|
DLFileRank |
DLFileRankModel.toUnescapedModel()
|
DLFileRank |
DLFileRankWrapper.toUnescapedModel()
|
Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileRank | |
---|---|
CacheModel<DLFileRank> |
DLFileRankModel.toCacheModel()
|
CacheModel<DLFileRank> |
DLFileRankWrapper.toCacheModel()
|
Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileRank | |
---|---|
int |
DLFileRankModel.compareTo(DLFileRank dlFileRank)
|
int |
DLFileRankWrapper.compareTo(DLFileRank dlFileRank)
|
static DLFileRankSoap |
DLFileRankSoap.toSoapModel(DLFileRank model)
|
static DLFileRankSoap[] |
DLFileRankSoap.toSoapModels(DLFileRank[] models)
|
static DLFileRankSoap[][] |
DLFileRankSoap.toSoapModels(DLFileRank[][] models)
|
Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLFileRank | |
---|---|
static DLFileRankSoap[] |
DLFileRankSoap.toSoapModels(List<DLFileRank> models)
|
Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileRank | |
---|---|
DLFileRankWrapper(DLFileRank dlFileRank)
|
Uses of DLFileRank in com.liferay.portlet.documentlibrary.model.impl |
---|
Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileRank | |
---|---|
class |
DLFileRankBaseImpl
The extended model base implementation for the DLFileRank service. |
class |
DLFileRankImpl
|
Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFileRank | |
---|---|
DLFileRank |
DLFileRankCacheModel.toEntityModel()
|
DLFileRank |
DLFileRankModelImpl.toEscapedModel()
|
DLFileRank |
DLFileRankModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLFileRank | |
---|---|
CacheModel<DLFileRank> |
DLFileRankModelImpl.toCacheModel()
|
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 | |
---|---|
static DLFileRank |
DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileRank |
DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLAppLocalServiceWrapper.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
static DLFileRank |
DLAppLocalServiceUtil.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
DLFileRank |
DLAppLocalService.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
DLFileRank |
DLFileRankLocalService.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileRank |
DLFileRankLocalServiceUtil.createDLFileRank(long fileRankId)
Creates a new document library file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceWrapper.createDLFileRank(long fileRankId)
Creates a new document library file rank with the primary key. |
DLFileRank |
DLFileRankLocalService.createDLFileRank(long fileRankId)
Creates a new document library file rank with the primary key. |
static DLFileRank |
DLFileRankLocalServiceUtil.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankLocalService.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.fetchDLFileRank(long fileRankId)
|
DLFileRank |
DLFileRankLocalServiceWrapper.fetchDLFileRank(long fileRankId)
|
DLFileRank |
DLFileRankLocalService.fetchDLFileRank(long fileRankId)
|
static DLFileRank |
DLFileRankLocalServiceUtil.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceWrapper.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key. |
DLFileRank |
DLFileRankLocalService.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLAppLocalServiceWrapper.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
static DLFileRank |
DLAppLocalServiceUtil.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
DLFileRank |
DLAppLocalService.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
DLFileRank |
DLFileRankLocalService.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileRank | |
---|---|
static List<DLFileRank> |
DLFileRankLocalServiceUtil.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankLocalServiceWrapper.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankLocalService.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks. |
static List<DLFileRank> |
DLFileRankLocalServiceUtil.getFileRanks(long groupId,
long userId)
|
List<DLFileRank> |
DLFileRankLocalServiceWrapper.getFileRanks(long groupId,
long userId)
|
List<DLFileRank> |
DLAppLocalServiceWrapper.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
static List<DLFileRank> |
DLAppLocalServiceUtil.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
List<DLFileRank> |
DLAppLocalService.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
List<DLFileRank> |
DLFileRankLocalService.getFileRanks(long groupId,
long userId)
|
Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileRank | |
---|---|
static DLFileRank |
DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileRank |
DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
static void |
DLFileRankLocalServiceUtil.deleteFileRank(DLFileRank dlFileRank)
|
void |
DLFileRankLocalServiceWrapper.deleteFileRank(DLFileRank dlFileRank)
|
void |
DLFileRankLocalService.deleteFileRank(DLFileRank dlFileRank)
|
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
Uses of DLFileRank in com.liferay.portlet.documentlibrary.service.base |
---|
Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileRank | |
---|---|
DLFileRank |
DLFileRankLocalServiceBaseImpl.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.createDLFileRank(long fileRankId)
Creates a new document library file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.fetchDLFileRank(long fileRankId)
|
DLFileRank |
DLFileRankLocalServiceBaseImpl.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileRank | |
---|---|
List<DLFileRank> |
DLFileRankLocalServiceBaseImpl.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks. |
Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileRank | |
---|---|
DLFileRank |
DLFileRankLocalServiceBaseImpl.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the document library file rank in the database or adds it if it does not yet exist. |
Uses of DLFileRank in com.liferay.portlet.documentlibrary.service.impl |
---|
Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileRank | |
---|---|
DLFileRank |
DLAppLocalServiceImpl.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
DLFileRank |
DLFileRankLocalServiceImpl.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLAppLocalServiceImpl.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
DLFileRank |
DLFileRankLocalServiceImpl.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileRank | |
---|---|
List<DLFileRank> |
DLAppLocalServiceImpl.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
List<DLFileRank> |
DLFileRankLocalServiceImpl.getFileRanks(long groupId,
long userId)
|
Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileRank | |
---|---|
void |
DLFileRankLocalServiceImpl.deleteFileRank(DLFileRank dlFileRank)
|
Uses of DLFileRank in com.liferay.portlet.documentlibrary.service.persistence |
---|
Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileRank | |
---|---|
static DLFileRank |
DLFileRankUtil.create(long fileRankId)
Creates a new document library file rank with the primary key. |
DLFileRank |
DLFileRankPersistence.create(long fileRankId)
Creates a new document library file rank with the primary key. |
DLFileRank |
DLFileRankPersistenceImpl.create(long fileRankId)
Creates a new document library file rank with the primary key. |
static DLFileRank |
DLFileRankUtil.fetchByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistence.fetchByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found. |
static DLFileRank |
DLFileRankUtil.fetchByC_U_F(long companyId,
long userId,
long fileEntryId,
boolean retrieveFromCache)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileRank |
DLFileRankPersistence.fetchByC_U_F(long companyId,
long userId,
long fileEntryId,
boolean retrieveFromCache)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByC_U_F(long companyId,
long userId,
long fileEntryId,
boolean retrieveFromCache)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistence.fetchByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the document library file rank with the primary key or returns null if it could not be found. |
static DLFileRank |
DLFileRankUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank[] |
DLFileRankPersistenceImpl.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank[] |
DLFileRankPersistenceImpl.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the document library 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)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
DLFileRank[] |
DLFileRankPersistenceImpl.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
protected DLFileRank |
DLFileRankPersistenceImpl.getByFileEntryId_PrevAndNext(Session session,
DLFileRank dlFileRank,
long fileEntryId,
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(long fileRankId)
Removes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankPersistence.remove(long fileRankId)
Removes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankPersistenceImpl.remove(long fileRankId)
Removes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankPersistenceImpl.remove(Serializable primaryKey)
Removes the document library file rank with the primary key from the database. |
static DLFileRank |
DLFileRankUtil.removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database. |
DLFileRank |
DLFileRankPersistence.removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database. |
DLFileRank |
DLFileRankPersistenceImpl.removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? 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()
Returns all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll()
Returns all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findAll()
Returns all the document library file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end)
Returns a range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end)
Returns a range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findAll(int start,
int end)
Returns a range of all the document library file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId)
Returns all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId)
Returns all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByFileEntryId(long fileEntryId)
Returns all the document library file ranks where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file ranks where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId)
Returns all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId)
Returns all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByG_U(long groupId,
long userId)
Returns all the document library file ranks where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId)
Returns all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId)
Returns all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByUserId(long userId)
Returns all the document library file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByUserId(long userId,
int start,
int end)
Returns a range of all the document library file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileRank | |
---|---|
static void |
DLFileRankUtil.cacheResult(DLFileRank dlFileRank)
Caches the document library file rank in the entity cache if it is enabled. |
void |
DLFileRankPersistence.cacheResult(DLFileRank dlFileRank)
Caches the document library file rank in the entity cache if it is enabled. |
void |
DLFileRankPersistenceImpl.cacheResult(DLFileRank dlFileRank)
Caches the document library file rank in the entity cache if it is enabled. |
protected void |
DLFileRankPersistenceImpl.cacheUniqueFindersCache(DLFileRank dlFileRank)
|
static void |
DLFileRankUtil.clearCache(DLFileRank dlFileRank)
|
void |
DLFileRankPersistenceImpl.clearCache(DLFileRank dlFileRank)
Clears the cache for the document library file rank. |
protected void |
DLFileRankPersistenceImpl.clearUniqueFindersCache(DLFileRank dlFileRank)
|
protected DLFileRank |
DLFileRankPersistenceImpl.getByFileEntryId_PrevAndNext(Session session,
DLFileRank dlFileRank,
long fileEntryId,
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)
|
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 document library file ranks in the entity cache if it is enabled. |
void |
DLFileRankPersistence.cacheResult(List<DLFileRank> dlFileRanks)
Caches the document library file ranks in the entity cache if it is enabled. |
void |
DLFileRankPersistenceImpl.cacheResult(List<DLFileRank> dlFileRanks)
Caches the document library file ranks in the entity cache if it is enabled. |
void |
DLFileRankPersistenceImpl.clearCache(List<DLFileRank> dlFileRanks)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |