|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileRankPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
DLFileRankPersistenceImpl
,
DLFileRankUtil
Method Summary | |
---|---|
void |
cacheResult(DLFileRank dlFileRank)
|
void |
cacheResult(java.util.List<DLFileRank> dlFileRanks)
|
void |
clearCache()
|
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 obc)
|
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 obc)
|
DLFileRank |
findByF_N_Last(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileRank[] |
findByF_N_PrevAndNext(long fileRankId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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 obc)
|
DLFileRank |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileRank |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileRank[] |
findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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 obc)
|
DLFileRank |
findByPrimaryKey(long fileRankId)
|
DLFileRank |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileRank |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileRank[] |
findByUserId_PrevAndNext(long fileRankId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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 obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
DLFileRank |
remove(DLFileRank dlFileRank)
|
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 update(DLFileRank, boolean merge) . |
DLFileRank |
update(DLFileRank dlFileRank,
boolean merge)
Add, update, or merge, the entity. |
DLFileRank |
updateImpl(DLFileRank dlFileRank,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(DLFileRank dlFileRank)
void cacheResult(java.util.List<DLFileRank> dlFileRanks)
void clearCache()
clearCache
in interface BasePersistence
DLFileRank create(long fileRankId)
DLFileRank remove(long fileRankId) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank remove(DLFileRank dlFileRank) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank update(DLFileRank dlFileRank) throws com.liferay.portal.SystemException
update(DLFileRank, boolean merge)
.
com.liferay.portal.SystemException
DLFileRank update(DLFileRank dlFileRank, boolean merge) throws com.liferay.portal.SystemException
dlFileRank
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when dlFileRank is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
DLFileRank updateImpl(DLFileRank dlFileRank, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank findByPrimaryKey(long fileRankId) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank fetchByPrimaryKey(long fileRankId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findByUserId(long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank[] findByUserId_PrevAndNext(long fileRankId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
java.util.List<DLFileRank> findByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findByG_U(long groupId, long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank[] findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
java.util.List<DLFileRank> findByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findByF_N(long folderId, java.lang.String name, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findByF_N(long folderId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank findByF_N_First(long folderId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank findByF_N_Last(long folderId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank[] findByF_N_PrevAndNext(long fileRankId, long folderId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank findByC_U_F_N(long companyId, long userId, long folderId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
DLFileRank fetchByC_U_F_N(long companyId, long userId, long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank fetchByC_U_F_N(long companyId, long userId, long folderId, java.lang.String name, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileRank> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_U_F_N(long companyId, long userId, long folderId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchFileRankException
com.liferay.portal.SystemException
NoSuchFileRankException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_U_F_N(long companyId, long userId, long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |