com.liferay.portlet.tasks.service.persistence
Class TasksReviewPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
com.liferay.portlet.tasks.service.persistence.TasksReviewPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tasks.model.TasksReview>, com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
public class TasksReviewPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
- implements com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
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:
TasksReviewPersistence
,
TasksReviewUtil
- Generated:
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.tasks.model.TasksReview> tasksReviews)
|
void |
cacheResult(com.liferay.portlet.tasks.model.TasksReview tasksReview)
|
void |
clearCache()
|
void |
clearCache(com.liferay.portlet.tasks.model.TasksReview tasksReview)
|
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)
|
com.liferay.portlet.tasks.model.TasksReview |
create(long reviewId)
|
void |
destroy()
|
com.liferay.portlet.tasks.model.TasksReview |
fetchByPrimaryKey(long reviewId)
|
com.liferay.portlet.tasks.model.TasksReview |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.tasks.model.TasksReview |
fetchByU_P(long userId,
long proposalId)
|
com.liferay.portlet.tasks.model.TasksReview |
fetchByU_P(long userId,
long proposalId,
boolean retrieveFromCache)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findAll()
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByP_S_C_First(long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByP_S_C_Last(long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview[] |
findByP_S_C_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByP_S_C_R_First(long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByP_S_C_R_Last(long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview[] |
findByP_S_C_R_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByP_S_First(long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByP_S_Last(long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview[] |
findByP_S_PrevAndNext(long reviewId,
long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S(long proposalId,
int stage)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S(long proposalId,
int stage,
int start,
int end)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByP_S(long proposalId,
int stage,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByPrimaryKey(long reviewId)
|
com.liferay.portlet.tasks.model.TasksReview |
findByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.tasks.model.TasksReview |
findByProposalId_First(long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByProposalId_Last(long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview[] |
findByProposalId_PrevAndNext(long reviewId,
long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByProposalId(long proposalId)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByProposalId(long proposalId,
int start,
int end)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByProposalId(long proposalId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByU_P(long userId,
long proposalId)
|
com.liferay.portlet.tasks.model.TasksReview |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.tasks.model.TasksReview[] |
findByUserId_PrevAndNext(long reviewId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByUserId(long userId)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<com.liferay.portlet.tasks.model.TasksReview> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
protected com.liferay.portlet.tasks.model.TasksReview |
getByP_S_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.tasks.model.TasksReview |
getByP_S_C_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.tasks.model.TasksReview |
getByP_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.tasks.model.TasksReview |
getByProposalId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.tasks.model.TasksReview |
getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
com.liferay.portlet.tasks.model.TasksReview |
remove(long reviewId)
|
com.liferay.portlet.tasks.model.TasksReview |
remove(java.io.Serializable primaryKey)
|
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)
|
protected com.liferay.portlet.tasks.model.TasksReview |
removeImpl(com.liferay.portlet.tasks.model.TasksReview tasksReview)
|
protected com.liferay.portlet.tasks.model.TasksReview |
toUnwrappedModel(com.liferay.portlet.tasks.model.TasksReview tasksReview)
|
com.liferay.portlet.tasks.model.TasksReview |
update(com.liferay.portlet.tasks.model.TasksReview tasksReview)
Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean) . |
com.liferay.portlet.tasks.model.TasksReview |
updateImpl(com.liferay.portlet.tasks.model.TasksReview tasksReview,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FIND_BY_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_USERID
FINDER_PATH_COUNT_BY_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_USERID
FINDER_PATH_FIND_BY_PROPOSALID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_PROPOSALID
FINDER_PATH_COUNT_BY_PROPOSALID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_PROPOSALID
FINDER_PATH_FETCH_BY_U_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_U_P
FINDER_PATH_COUNT_BY_U_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_U_P
FINDER_PATH_FIND_BY_P_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_P_S
FINDER_PATH_COUNT_BY_P_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_S
FINDER_PATH_FIND_BY_P_S_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_P_S_C
FINDER_PATH_COUNT_BY_P_S_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_S_C
FINDER_PATH_FIND_BY_P_S_C_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_P_S_C_R
FINDER_PATH_COUNT_BY_P_S_C_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_S_C_R
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
tasksProposalPersistence
@BeanReference(type=com.liferay.portlet.tasks.service.persistence.TasksProposalPersistence.class)
protected com.liferay.portlet.tasks.service.persistence.TasksProposalPersistence tasksProposalPersistence
tasksReviewPersistence
@BeanReference(type=com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence.class)
protected com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence tasksReviewPersistence
resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
socialActivityPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
TasksReviewPersistenceImpl
public TasksReviewPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.tasks.model.TasksReview tasksReview)
- Specified by:
cacheResult
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.tasks.model.TasksReview> tasksReviews)
- Specified by:
cacheResult
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tasks.model.TasksReview>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
clearCache
public void clearCache(com.liferay.portlet.tasks.model.TasksReview tasksReview)
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tasks.model.TasksReview>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
create
public com.liferay.portlet.tasks.model.TasksReview create(long reviewId)
- Specified by:
create
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
remove
public com.liferay.portlet.tasks.model.TasksReview remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tasks.model.TasksReview>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
remove
public com.liferay.portlet.tasks.model.TasksReview remove(long reviewId)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portlet.tasks.model.TasksReview removeImpl(com.liferay.portlet.tasks.model.TasksReview tasksReview)
throws com.liferay.portal.SystemException
- Overrides:
removeImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portlet.tasks.model.TasksReview update(com.liferay.portlet.tasks.model.TasksReview tasksReview)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence#update(com.liferay.portal.model.BaseModel, boolean)
.
- Specified by:
update
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portlet.tasks.model.TasksReview updateImpl(com.liferay.portlet.tasks.model.TasksReview tasksReview,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
- Throws:
com.liferay.portal.SystemException
toUnwrappedModel
protected com.liferay.portlet.tasks.model.TasksReview toUnwrappedModel(com.liferay.portlet.tasks.model.TasksReview tasksReview)
findByPrimaryKey
public com.liferay.portlet.tasks.model.TasksReview findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tasks.model.TasksReview>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portlet.tasks.model.TasksReview findByPrimaryKey(long reviewId)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.tasks.model.TasksReview fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tasks.model.TasksReview>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tasks.model.TasksReview>
- Throws:
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.tasks.model.TasksReview fetchByPrimaryKey(long reviewId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByUserId
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByUserId(long userId)
throws com.liferay.portal.SystemException
- Specified by:
findByUserId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByUserId
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByUserId(long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByUserId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByUserId
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByUserId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByUserId_First
public com.liferay.portlet.tasks.model.TasksReview findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByUserId_First
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByUserId_Last
public com.liferay.portlet.tasks.model.TasksReview findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByUserId_Last
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByUserId_PrevAndNext
public com.liferay.portlet.tasks.model.TasksReview[] findByUserId_PrevAndNext(long reviewId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByUserId_PrevAndNext
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
getByUserId_PrevAndNext
protected com.liferay.portlet.tasks.model.TasksReview getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByProposalId
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByProposalId(long proposalId)
throws com.liferay.portal.SystemException
- Specified by:
findByProposalId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByProposalId
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByProposalId(long proposalId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByProposalId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByProposalId
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByProposalId(long proposalId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByProposalId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByProposalId_First
public com.liferay.portlet.tasks.model.TasksReview findByProposalId_First(long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByProposalId_First
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByProposalId_Last
public com.liferay.portlet.tasks.model.TasksReview findByProposalId_Last(long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByProposalId_Last
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByProposalId_PrevAndNext
public com.liferay.portlet.tasks.model.TasksReview[] findByProposalId_PrevAndNext(long reviewId,
long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByProposalId_PrevAndNext
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
getByProposalId_PrevAndNext
protected com.liferay.portlet.tasks.model.TasksReview getByProposalId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByU_P
public com.liferay.portlet.tasks.model.TasksReview findByU_P(long userId,
long proposalId)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByU_P
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
fetchByU_P
public com.liferay.portlet.tasks.model.TasksReview fetchByU_P(long userId,
long proposalId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByU_P
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
fetchByU_P
public com.liferay.portlet.tasks.model.TasksReview fetchByU_P(long userId,
long proposalId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByU_P
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S(long proposalId,
int stage)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S(long proposalId,
int stage,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S(long proposalId,
int stage,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S_First
public com.liferay.portlet.tasks.model.TasksReview findByP_S_First(long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_First
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByP_S_Last
public com.liferay.portlet.tasks.model.TasksReview findByP_S_Last(long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_Last
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByP_S_PrevAndNext
public com.liferay.portlet.tasks.model.TasksReview[] findByP_S_PrevAndNext(long reviewId,
long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_PrevAndNext
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
getByP_S_PrevAndNext
protected com.liferay.portlet.tasks.model.TasksReview getByP_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
int stage,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByP_S_C
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S_C(long proposalId,
int stage,
boolean completed)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S_C
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S_C
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S_C
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S_C
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S_C
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S_C_First
public com.liferay.portlet.tasks.model.TasksReview findByP_S_C_First(long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_C_First
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByP_S_C_Last
public com.liferay.portlet.tasks.model.TasksReview findByP_S_C_Last(long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_C_Last
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByP_S_C_PrevAndNext
public com.liferay.portlet.tasks.model.TasksReview[] findByP_S_C_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_C_PrevAndNext
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
getByP_S_C_PrevAndNext
protected com.liferay.portlet.tasks.model.TasksReview getByP_S_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByP_S_C_R
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S_C_R
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S_C_R
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S_C_R
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S_C_R
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByP_S_C_R
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findByP_S_C_R_First
public com.liferay.portlet.tasks.model.TasksReview findByP_S_C_R_First(long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_C_R_First
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByP_S_C_R_Last
public com.liferay.portlet.tasks.model.TasksReview findByP_S_C_R_Last(long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_C_R_Last
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
findByP_S_C_R_PrevAndNext
public com.liferay.portlet.tasks.model.TasksReview[] findByP_S_C_R_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
findByP_S_C_R_PrevAndNext
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
getByP_S_C_R_PrevAndNext
protected com.liferay.portlet.tasks.model.TasksReview getByP_S_C_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.tasks.model.TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
boolean rejected,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findAll
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.tasks.model.TasksReview> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
removeByUserId
public void removeByUserId(long userId)
throws com.liferay.portal.SystemException
- Specified by:
removeByUserId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
removeByProposalId
public void removeByProposalId(long proposalId)
throws com.liferay.portal.SystemException
- Specified by:
removeByProposalId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
removeByU_P
public void removeByU_P(long userId,
long proposalId)
throws com.liferay.portlet.tasks.NoSuchReviewException,
com.liferay.portal.SystemException
- Specified by:
removeByU_P
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portlet.tasks.NoSuchReviewException
com.liferay.portal.SystemException
removeByP_S
public void removeByP_S(long proposalId,
int stage)
throws com.liferay.portal.SystemException
- Specified by:
removeByP_S
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
removeByP_S_C
public void removeByP_S_C(long proposalId,
int stage,
boolean completed)
throws com.liferay.portal.SystemException
- Specified by:
removeByP_S_C
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
removeByP_S_C_R
public void removeByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
throws com.liferay.portal.SystemException
- Specified by:
removeByP_S_C_R
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
countByUserId
public int countByUserId(long userId)
throws com.liferay.portal.SystemException
- Specified by:
countByUserId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
countByProposalId
public int countByProposalId(long proposalId)
throws com.liferay.portal.SystemException
- Specified by:
countByProposalId
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
countByU_P
public int countByU_P(long userId,
long proposalId)
throws com.liferay.portal.SystemException
- Specified by:
countByU_P
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
countByP_S
public int countByP_S(long proposalId,
int stage)
throws com.liferay.portal.SystemException
- Specified by:
countByP_S
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
countByP_S_C
public int countByP_S_C(long proposalId,
int stage,
boolean completed)
throws com.liferay.portal.SystemException
- Specified by:
countByP_S_C
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
countByP_S_C_R
public int countByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
throws com.liferay.portal.SystemException
- Specified by:
countByP_S_C_R
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.tasks.service.persistence.TasksReviewPersistence
- Throws:
com.liferay.portal.SystemException
afterPropertiesSet
public void afterPropertiesSet()
destroy
public void destroy()