|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileRankPersistence
The persistence interface for the document library file rank service.
Caching information and settings can be found in portal.properties
DLFileRankPersistenceImpl
,
DLFileRankUtil
Method Summary | |
---|---|
void |
cacheResult(DLFileRank dlFileRank)
Caches the document library file rank in the entity cache if it is enabled. |
void |
cacheResult(List<DLFileRank> dlFileRanks)
Caches the document library file ranks in the entity cache if it is enabled. |
int |
countAll()
Returns the number of document library file ranks. |
int |
countByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the number of document library file ranks where companyId = ? and userId = ? and fileEntryId = ?. |
int |
countByFileEntryId(long fileEntryId)
Returns the number of document library file ranks where fileEntryId = ?. |
int |
countByG_U(long groupId,
long userId)
Returns the number of document library file ranks where groupId = ? and userId = ?. |
int |
countByUserId(long userId)
Returns the number of document library file ranks where userId = ?. |
DLFileRank |
create(long fileRankId)
Creates a new document library file rank with the primary key. |
DLFileRank |
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 |
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 |
fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
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 |
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 |
fetchByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or returns null if it could not be found. |
DLFileRank |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
List<DLFileRank> |
findAll()
Returns all the document library file ranks. |
List<DLFileRank> |
findAll(int start,
int end)
Returns a range of all the document library file ranks. |
List<DLFileRank> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks. |
DLFileRank |
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 |
findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank[] |
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 = ?. |
List<DLFileRank> |
findByFileEntryId(long fileEntryId)
Returns all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
DLFileRank |
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 |
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[] |
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 = ?. |
List<DLFileRank> |
findByG_U(long groupId,
long userId)
Returns all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
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> |
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 = ?. |
DLFileRank |
findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank[] |
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 = ?. |
List<DLFileRank> |
findByUserId(long userId)
Returns all the document library file ranks where userId = ?. |
List<DLFileRank> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the document library file ranks where userId = ?. |
List<DLFileRank> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
DLFileRank |
remove(long fileRankId)
Removes the document library file rank with the primary key from the database. |
void |
removeAll()
Removes all the document library file ranks from the database. |
DLFileRank |
removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database. |
void |
removeByFileEntryId(long fileEntryId)
Removes all the document library file ranks where fileEntryId = ? from the database. |
void |
removeByG_U(long groupId,
long userId)
Removes all the document library file ranks where groupId = ? and userId = ? from the database. |
void |
removeByUserId(long userId)
Removes all the document library file ranks where userId = ? from the database. |
DLFileRank |
updateImpl(DLFileRank dlFileRank,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(DLFileRank dlFileRank)
dlFileRank
- the document library file rankvoid cacheResult(List<DLFileRank> dlFileRanks)
dlFileRanks
- the document library file ranksDLFileRank create(long fileRankId)
fileRankId
- the primary key for the new document library file rank
DLFileRank remove(long fileRankId) throws SystemException, NoSuchFileRankException
fileRankId
- the primary key of the document library file rank
NoSuchFileRankException
- if a document library file rank with the primary key could not be found
SystemException
- if a system exception occurredDLFileRank updateImpl(DLFileRank dlFileRank, boolean merge) throws SystemException
SystemException
DLFileRank findByPrimaryKey(long fileRankId) throws SystemException, NoSuchFileRankException
NoSuchFileRankException
if it could not be found.
fileRankId
- the primary key of the document library file rank
NoSuchFileRankException
- if a document library file rank with the primary key could not be found
SystemException
- if a system exception occurredDLFileRank fetchByPrimaryKey(long fileRankId) throws SystemException
null
if it could not be found.
fileRankId
- the primary key of the document library file rank
null
if a document library file rank with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileRank> findByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredList<DLFileRank> findByUserId(long userId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
userId
- the user IDstart
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)
SystemException
- if a system exception occurredList<DLFileRank> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
userId
- the user IDstart
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileRank findByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank findByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank[] findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
fileRankId
- the primary key of the current document library file rankuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a document library file rank with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileRank> findByFileEntryId(long fileEntryId) throws SystemException
fileEntryId
- the file entry ID
SystemException
- if a system exception occurredList<DLFileRank> findByFileEntryId(long fileEntryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the file entry IDstart
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)
SystemException
- if a system exception occurredList<DLFileRank> findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the file entry IDstart
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileRank findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator) throws SystemException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator) throws SystemException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank[] findByFileEntryId_PrevAndNext(long fileRankId, long fileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
fileRankId
- the primary key of the current document library file rankfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a document library file rank with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileRank> findByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredList<DLFileRank> findByG_U(long groupId, long userId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)
SystemException
- if a system exception occurredList<DLFileRank> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileRank findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank[] findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileRankException
fileRankId
- the primary key of the current document library file rankgroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileRankException
- if a document library file rank with the primary key could not be found
SystemException
- if a system exception occurredDLFileRank findByC_U_F(long companyId, long userId, long fileEntryId) throws SystemException, NoSuchFileRankException
NoSuchFileRankException
if it could not be found.
companyId
- the company IDuserId
- the user IDfileEntryId
- the file entry ID
NoSuchFileRankException
- if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByC_U_F(long companyId, long userId, long fileEntryId) throws SystemException
null
if it could not be found. Uses the finder cache.
companyId
- the company IDuserId
- the user IDfileEntryId
- the file entry ID
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredDLFileRank fetchByC_U_F(long companyId, long userId, long fileEntryId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
companyId
- the company IDuserId
- the user IDfileEntryId
- the file entry IDretrieveFromCache
- whether to use the finder cache
null
if a matching document library file rank could not be found
SystemException
- if a system exception occurredList<DLFileRank> findAll() throws SystemException
SystemException
- if a system exception occurredList<DLFileRank> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)
SystemException
- if a system exception occurredList<DLFileRank> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of document library file ranksend
- the upper bound of the range of document library file ranks (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredvoid removeByFileEntryId(long fileEntryId) throws SystemException
fileEntryId
- the file entry ID
SystemException
- if a system exception occurredvoid removeByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredDLFileRank removeByC_U_F(long companyId, long userId, long fileEntryId) throws SystemException, NoSuchFileRankException
companyId
- the company IDuserId
- the user IDfileEntryId
- the file entry ID
SystemException
- if a system exception occurred
NoSuchFileRankException
void removeAll() throws SystemException
SystemException
- if a system exception occurredint countByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredint countByFileEntryId(long fileEntryId) throws SystemException
fileEntryId
- the file entry ID
SystemException
- if a system exception occurredint countByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredint countByC_U_F(long companyId, long userId, long fileEntryId) throws SystemException
companyId
- the company IDuserId
- the user IDfileEntryId
- the file entry ID
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |