com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileRankPersistence
- All Superinterfaces:
- BasePersistence<DLFileRank>
public interface DLFileRankPersistence
- extends BasePersistence<DLFileRank>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileRankPersistenceImpl
,
DLFileRankUtil
- Generated:
Method Summary |
void |
cacheResult(DLFileRank dlFileRank)
|
void |
cacheResult(java.util.List<DLFileRank> dlFileRanks)
|
int |
countAll()
|
int |
countByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
|
int |
countByF_N(long folderId,
java.lang.String name)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByUserId(long userId)
|
DLFileRank |
create(long fileRankId)
|
DLFileRank |
fetchByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
|
DLFileRank |
fetchByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name,
boolean retrieveFromCache)
|
DLFileRank |
fetchByPrimaryKey(long fileRankId)
|
java.util.List<DLFileRank> |
findAll()
|
java.util.List<DLFileRank> |
findAll(int start,
int end)
|
java.util.List<DLFileRank> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank |
findByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
|
DLFileRank |
findByF_N_First(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank |
findByF_N_Last(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank[] |
findByF_N_PrevAndNext(long fileRankId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<DLFileRank> |
findByF_N(long folderId,
java.lang.String name)
|
java.util.List<DLFileRank> |
findByF_N(long folderId,
java.lang.String name,
int start,
int end)
|
java.util.List<DLFileRank> |
findByF_N(long folderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank[] |
findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<DLFileRank> |
findByG_U(long groupId,
long userId)
|
java.util.List<DLFileRank> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<DLFileRank> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank |
findByPrimaryKey(long fileRankId)
|
DLFileRank |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank[] |
findByUserId_PrevAndNext(long fileRankId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<DLFileRank> |
findByUserId(long userId)
|
java.util.List<DLFileRank> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<DLFileRank> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
DLFileRank |
remove(long fileRankId)
|
void |
removeAll()
|
void |
removeByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
|
void |
removeByF_N(long folderId,
java.lang.String name)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByUserId(long userId)
|
DLFileRank |
update(DLFileRank dlFileRank)
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean) . |
DLFileRank |
updateImpl(DLFileRank dlFileRank,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update |
cacheResult
void cacheResult(DLFileRank dlFileRank)
cacheResult
void cacheResult(java.util.List<DLFileRank> dlFileRanks)
create
DLFileRank create(long fileRankId)
remove
DLFileRank remove(long fileRankId)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
update
DLFileRank update(DLFileRank dlFileRank)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
DLFileRank updateImpl(DLFileRank dlFileRank,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
DLFileRank findByPrimaryKey(long fileRankId)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
fetchByPrimaryKey
DLFileRank fetchByPrimaryKey(long fileRankId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId
java.util.List<DLFileRank> findByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId
java.util.List<DLFileRank> findByUserId(long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId
java.util.List<DLFileRank> findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId_First
DLFileRank findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByUserId_Last
DLFileRank findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByUserId_PrevAndNext
DLFileRank[] findByUserId_PrevAndNext(long fileRankId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByG_U
java.util.List<DLFileRank> findByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
java.util.List<DLFileRank> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
java.util.List<DLFileRank> findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U_First
DLFileRank findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByG_U_Last
DLFileRank findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByG_U_PrevAndNext
DLFileRank[] findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByF_N
java.util.List<DLFileRank> findByF_N(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByF_N
java.util.List<DLFileRank> findByF_N(long folderId,
java.lang.String name,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByF_N
java.util.List<DLFileRank> findByF_N(long folderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByF_N_First
DLFileRank findByF_N_First(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByF_N_Last
DLFileRank findByF_N_Last(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByF_N_PrevAndNext
DLFileRank[] findByF_N_PrevAndNext(long fileRankId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
findByC_U_F_N
DLFileRank findByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
fetchByC_U_F_N
DLFileRank fetchByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByC_U_F_N
DLFileRank fetchByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<DLFileRank> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<DLFileRank> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<DLFileRank> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUserId
void removeByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_U
void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByF_N
void removeByF_N(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByC_U_F_N
void removeByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchFileRankException
- Throws:
com.liferay.portal.SystemException
NoSuchFileRankException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserId
int countByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_U
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByF_N
int countByF_N(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_U_F_N
int countByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException