|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileRankPersistence
Method Summary | |
---|---|
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 |
countByUserId(long userId)
|
DLFileRank |
create(long fileRankId)
|
DLFileRank |
fetchByC_U_F_N(long companyId,
long userId,
long folderId,
java.lang.String name)
|
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 |
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)
|
void |
registerListener(ModelListener listener)
|
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 |
removeByUserId(long userId)
|
void |
unregisterListener(ModelListener listener)
|
DLFileRank |
update(DLFileRank dlFileRank)
Deprecated. Use update(DLFileRank dlFileRank, boolean merge) . |
DLFileRank |
update(DLFileRank dlFileRank,
boolean merge)
Add, update, or merge, the entity. |
DLFileRank |
updateImpl(DLFileRank dlFileRank,
boolean merge)
|
Method Detail |
---|
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 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> 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
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 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 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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |