|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TasksReviewPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
|
int |
countByP_S_C(long proposalId,
int stage,
boolean completed)
|
int |
countByP_S(long proposalId,
int stage)
|
int |
countByProposalId(long proposalId)
|
int |
countByU_P(long userId,
long proposalId)
|
int |
countByUserId(long userId)
|
TasksReview |
create(long reviewId)
|
TasksReview |
fetchByPrimaryKey(long reviewId)
|
TasksReview |
fetchByU_P(long userId,
long proposalId)
|
java.util.List<TasksReview> |
findAll()
|
java.util.List<TasksReview> |
findAll(int begin,
int end)
|
java.util.List<TasksReview> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByP_S_C_First(long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByP_S_C_Last(long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview[] |
findByP_S_C_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByP_S_C_R_First(long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByP_S_C_R_Last(long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview[] |
findByP_S_C_R_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
|
java.util.List<TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int begin,
int end)
|
java.util.List<TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed)
|
java.util.List<TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed,
int begin,
int end)
|
java.util.List<TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByP_S_First(long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByP_S_Last(long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview[] |
findByP_S_PrevAndNext(long reviewId,
long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksReview> |
findByP_S(long proposalId,
int stage)
|
java.util.List<TasksReview> |
findByP_S(long proposalId,
int stage,
int begin,
int end)
|
java.util.List<TasksReview> |
findByP_S(long proposalId,
int stage,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByPrimaryKey(long reviewId)
|
TasksReview |
findByProposalId_First(long proposalId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByProposalId_Last(long proposalId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview[] |
findByProposalId_PrevAndNext(long reviewId,
long proposalId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksReview> |
findByProposalId(long proposalId)
|
java.util.List<TasksReview> |
findByProposalId(long proposalId,
int begin,
int end)
|
java.util.List<TasksReview> |
findByProposalId(long proposalId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByU_P(long userId,
long proposalId)
|
TasksReview |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksReview[] |
findByUserId_PrevAndNext(long reviewId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksReview> |
findByUserId(long userId)
|
java.util.List<TasksReview> |
findByUserId(long userId,
int begin,
int end)
|
java.util.List<TasksReview> |
findByUserId(long userId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksReview> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<TasksReview> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
TasksReview |
remove(long reviewId)
|
TasksReview |
remove(TasksReview tasksReview)
|
void |
removeAll()
|
void |
removeByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
|
void |
removeByP_S_C(long proposalId,
int stage,
boolean completed)
|
void |
removeByP_S(long proposalId,
int stage)
|
void |
removeByProposalId(long proposalId)
|
void |
removeByU_P(long userId,
long proposalId)
|
void |
removeByUserId(long userId)
|
TasksReview |
update(TasksReview tasksReview)
Deprecated. Use update(TasksReview tasksReview, boolean merge) . |
TasksReview |
update(TasksReview tasksReview,
boolean merge)
Add, update, or merge, the entity. |
TasksReview |
updateImpl(TasksReview tasksReview,
boolean merge)
|
Method Detail |
---|
TasksReview create(long reviewId)
TasksReview remove(long reviewId) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview remove(TasksReview tasksReview) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksReview update(TasksReview tasksReview) throws com.liferay.portal.SystemException
update(TasksReview tasksReview, boolean merge)
.
com.liferay.portal.SystemException
TasksReview update(TasksReview tasksReview, boolean merge) throws com.liferay.portal.SystemException
tasksReview
- 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 tasksReview is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
TasksReview updateImpl(TasksReview tasksReview, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksReview findByPrimaryKey(long reviewId) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview fetchByPrimaryKey(long reviewId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByUserId(long userId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByUserId(long userId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksReview findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview[] findByUserId_PrevAndNext(long reviewId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
java.util.List<TasksReview> findByProposalId(long proposalId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByProposalId(long proposalId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByProposalId(long proposalId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksReview findByProposalId_First(long proposalId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview findByProposalId_Last(long proposalId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview[] findByProposalId_PrevAndNext(long reviewId, long proposalId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview findByU_P(long userId, long proposalId) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview fetchByU_P(long userId, long proposalId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByP_S(long proposalId, int stage) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByP_S(long proposalId, int stage, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByP_S(long proposalId, int stage, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksReview findByP_S_First(long proposalId, int stage, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview findByP_S_Last(long proposalId, int stage, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview[] findByP_S_PrevAndNext(long reviewId, long proposalId, int stage, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
java.util.List<TasksReview> findByP_S_C(long proposalId, int stage, boolean completed) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByP_S_C(long proposalId, int stage, boolean completed, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByP_S_C(long proposalId, int stage, boolean completed, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksReview findByP_S_C_First(long proposalId, int stage, boolean completed, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview findByP_S_C_Last(long proposalId, int stage, boolean completed, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview[] findByP_S_C_PrevAndNext(long reviewId, long proposalId, int stage, boolean completed, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
java.util.List<TasksReview> findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksReview findByP_S_C_R_First(long proposalId, int stage, boolean completed, boolean rejected, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview findByP_S_C_R_Last(long proposalId, int stage, boolean completed, boolean rejected, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
TasksReview[] findByP_S_C_R_PrevAndNext(long reviewId, long proposalId, int stage, boolean completed, boolean rejected, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
java.util.List<TasksReview> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksReview> findAll(int begin, 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 removeByProposalId(long proposalId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByU_P(long userId, long proposalId) throws com.liferay.portal.SystemException, NoSuchReviewException
com.liferay.portal.SystemException
NoSuchReviewException
void removeByP_S(long proposalId, int stage) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByP_S_C(long proposalId, int stage, boolean completed) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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 countByProposalId(long proposalId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByU_P(long userId, long proposalId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByP_S(long proposalId, int stage) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByP_S_C(long proposalId, int stage, boolean completed) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByP_S_C_R(long proposalId, int stage, boolean completed, boolean rejected) 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 |