|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<TasksReview>
com.liferay.portlet.tasks.service.persistence.TasksReviewPersistenceImpl
public class TasksReviewPersistenceImpl
TasksReviewPersistence,
TasksReviewUtil| Field Summary | |
|---|---|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST
|
static FinderPath |
FINDER_PATH_COUNT_ALL
|
static FinderPath |
FINDER_PATH_COUNT_BY_P_S
|
static FinderPath |
FINDER_PATH_COUNT_BY_P_S_C
|
static FinderPath |
FINDER_PATH_COUNT_BY_P_S_C_R
|
static FinderPath |
FINDER_PATH_COUNT_BY_PROPOSALID
|
static FinderPath |
FINDER_PATH_COUNT_BY_U_P
|
static FinderPath |
FINDER_PATH_COUNT_BY_USERID
|
static FinderPath |
FINDER_PATH_FETCH_BY_U_P
|
static FinderPath |
FINDER_PATH_FIND_ALL
|
static FinderPath |
FINDER_PATH_FIND_BY_P_S
|
static FinderPath |
FINDER_PATH_FIND_BY_P_S_C
|
static FinderPath |
FINDER_PATH_FIND_BY_P_S_C_R
|
static FinderPath |
FINDER_PATH_FIND_BY_PROPOSALID
|
static FinderPath |
FINDER_PATH_FIND_BY_USERID
|
protected ResourcePersistence |
resourcePersistence
|
protected SocialActivityPersistence |
socialActivityPersistence
|
protected TasksProposalPersistence |
tasksProposalPersistence
|
protected TasksReviewPersistence |
tasksReviewPersistence
|
protected UserPersistence |
userPersistence
|
| 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, WHERE_OR |
| Constructor Summary | |
|---|---|
TasksReviewPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
cacheResult(List<TasksReview> tasksReviews)
|
void |
cacheResult(TasksReview tasksReview)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(TasksReview tasksReview)
Clears the cache for one instance of this model. |
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 |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
TasksReview |
fetchByU_P(long userId,
long proposalId)
|
TasksReview |
fetchByU_P(long userId,
long proposalId,
boolean retrieveFromCache)
|
List<TasksReview> |
findAll()
|
List<TasksReview> |
findAll(int start,
int end)
|
List<TasksReview> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
TasksReview |
findByP_S_C_First(long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator)
|
TasksReview |
findByP_S_C_Last(long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator)
|
TasksReview[] |
findByP_S_C_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator)
|
TasksReview |
findByP_S_C_R_First(long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator)
|
TasksReview |
findByP_S_C_R_Last(long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator)
|
TasksReview[] |
findByP_S_C_R_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator)
|
List<TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
|
List<TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end)
|
List<TasksReview> |
findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end,
OrderByComparator orderByComparator)
|
List<TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed)
|
List<TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end)
|
List<TasksReview> |
findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
|
TasksReview |
findByP_S_First(long proposalId,
int stage,
OrderByComparator orderByComparator)
|
TasksReview |
findByP_S_Last(long proposalId,
int stage,
OrderByComparator orderByComparator)
|
TasksReview[] |
findByP_S_PrevAndNext(long reviewId,
long proposalId,
int stage,
OrderByComparator orderByComparator)
|
List<TasksReview> |
findByP_S(long proposalId,
int stage)
|
List<TasksReview> |
findByP_S(long proposalId,
int stage,
int start,
int end)
|
List<TasksReview> |
findByP_S(long proposalId,
int stage,
int start,
int end,
OrderByComparator orderByComparator)
|
TasksReview |
findByPrimaryKey(long reviewId)
|
TasksReview |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
TasksReview |
findByProposalId_First(long proposalId,
OrderByComparator orderByComparator)
|
TasksReview |
findByProposalId_Last(long proposalId,
OrderByComparator orderByComparator)
|
TasksReview[] |
findByProposalId_PrevAndNext(long reviewId,
long proposalId,
OrderByComparator orderByComparator)
|
List<TasksReview> |
findByProposalId(long proposalId)
|
List<TasksReview> |
findByProposalId(long proposalId,
int start,
int end)
|
List<TasksReview> |
findByProposalId(long proposalId,
int start,
int end,
OrderByComparator orderByComparator)
|
TasksReview |
findByU_P(long userId,
long proposalId)
|
TasksReview |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
|
TasksReview |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
|
TasksReview[] |
findByUserId_PrevAndNext(long reviewId,
long userId,
OrderByComparator orderByComparator)
|
List<TasksReview> |
findByUserId(long userId)
|
List<TasksReview> |
findByUserId(long userId,
int start,
int end)
|
List<TasksReview> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
protected TasksReview |
getByP_S_C_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
getByP_S_C_R_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
getByP_S_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
getByProposalId_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
OrderByComparator orderByComparator,
boolean previous)
|
protected TasksReview |
getByUserId_PrevAndNext(Session session,
TasksReview tasksReview,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
TasksReview |
remove(long reviewId)
|
TasksReview |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
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 TasksReview |
removeImpl(TasksReview tasksReview)
Removes the model instance from the database. |
protected TasksReview |
toUnwrappedModel(TasksReview tasksReview)
|
TasksReview |
updateImpl(TasksReview tasksReview,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, 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, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
public static final FinderPath FINDER_PATH_FIND_BY_PROPOSALID
public static final FinderPath FINDER_PATH_COUNT_BY_PROPOSALID
public static final FinderPath FINDER_PATH_FETCH_BY_U_P
public static final FinderPath FINDER_PATH_COUNT_BY_U_P
public static final FinderPath FINDER_PATH_FIND_BY_P_S
public static final FinderPath FINDER_PATH_COUNT_BY_P_S
public static final FinderPath FINDER_PATH_FIND_BY_P_S_C
public static final FinderPath FINDER_PATH_COUNT_BY_P_S_C
public static final FinderPath FINDER_PATH_FIND_BY_P_S_C_R
public static final FinderPath FINDER_PATH_COUNT_BY_P_S_C_R
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=TasksProposalPersistence.class) protected TasksProposalPersistence tasksProposalPersistence
@BeanReference(type=TasksReviewPersistence.class) protected TasksReviewPersistence tasksReviewPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
| Constructor Detail |
|---|
public TasksReviewPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(TasksReview tasksReview)
cacheResult in interface TasksReviewPersistencepublic void cacheResult(List<TasksReview> tasksReviews)
cacheResult in interface TasksReviewPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<TasksReview>clearCache in class BasePersistenceImpl<TasksReview>public void clearCache(TasksReview tasksReview)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<TasksReview>clearCache in class BasePersistenceImpl<TasksReview>tasksReview - the instance of this model to clear the cache forpublic TasksReview create(long reviewId)
create in interface TasksReviewPersistence
public TasksReview remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<TasksReview>remove in class BasePersistenceImpl<TasksReview>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public TasksReview remove(long reviewId)
throws NoSuchReviewException,
SystemException
remove in interface TasksReviewPersistenceNoSuchReviewException
SystemException
protected TasksReview removeImpl(TasksReview tasksReview)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<TasksReview>tasksReview - the model instance to remove
SystemException - if a system exception occurred
public TasksReview updateImpl(TasksReview tasksReview,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface TasksReviewPersistenceupdateImpl in class BasePersistenceImpl<TasksReview>tasksReview - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected TasksReview toUnwrappedModel(TasksReview tasksReview)
public TasksReview findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<TasksReview>findByPrimaryKey in class BasePersistenceImpl<TasksReview>primaryKey - the primary key of the model instance to find
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public TasksReview findByPrimaryKey(long reviewId)
throws NoSuchReviewException,
SystemException
findByPrimaryKey in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<TasksReview>fetchByPrimaryKey in class BasePersistenceImpl<TasksReview>primaryKey - the primary key of the model instance to find
null if an instance of this
model with the primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public TasksReview fetchByPrimaryKey(long reviewId)
throws SystemException
fetchByPrimaryKey in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByUserId(long userId)
throws SystemException
findByUserId in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByUserId(long userId,
int start,
int end)
throws SystemException
findByUserId in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUserId in interface TasksReviewPersistenceSystemException
public TasksReview findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByUserId_First in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByUserId_Last in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview[] findByUserId_PrevAndNext(long reviewId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByUserId_PrevAndNext in interface TasksReviewPersistenceNoSuchReviewException
SystemException
protected TasksReview getByUserId_PrevAndNext(Session session,
TasksReview tasksReview,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<TasksReview> findByProposalId(long proposalId)
throws SystemException
findByProposalId in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByProposalId(long proposalId,
int start,
int end)
throws SystemException
findByProposalId in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByProposalId(long proposalId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByProposalId in interface TasksReviewPersistenceSystemException
public TasksReview findByProposalId_First(long proposalId,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByProposalId_First in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview findByProposalId_Last(long proposalId,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByProposalId_Last in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview[] findByProposalId_PrevAndNext(long reviewId,
long proposalId,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByProposalId_PrevAndNext in interface TasksReviewPersistenceNoSuchReviewException
SystemException
protected TasksReview getByProposalId_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
OrderByComparator orderByComparator,
boolean previous)
public TasksReview findByU_P(long userId,
long proposalId)
throws NoSuchReviewException,
SystemException
findByU_P in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview fetchByU_P(long userId,
long proposalId)
throws SystemException
fetchByU_P in interface TasksReviewPersistenceSystemException
public TasksReview fetchByU_P(long userId,
long proposalId,
boolean retrieveFromCache)
throws SystemException
fetchByU_P in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByP_S(long proposalId,
int stage)
throws SystemException
findByP_S in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByP_S(long proposalId,
int stage,
int start,
int end)
throws SystemException
findByP_S in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByP_S(long proposalId,
int stage,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByP_S in interface TasksReviewPersistenceSystemException
public TasksReview findByP_S_First(long proposalId,
int stage,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_First in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview findByP_S_Last(long proposalId,
int stage,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_Last in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview[] findByP_S_PrevAndNext(long reviewId,
long proposalId,
int stage,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_PrevAndNext in interface TasksReviewPersistenceNoSuchReviewException
SystemException
protected TasksReview getByP_S_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
OrderByComparator orderByComparator,
boolean previous)
public List<TasksReview> findByP_S_C(long proposalId,
int stage,
boolean completed)
throws SystemException
findByP_S_C in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end)
throws SystemException
findByP_S_C in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByP_S_C(long proposalId,
int stage,
boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByP_S_C in interface TasksReviewPersistenceSystemException
public TasksReview findByP_S_C_First(long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_C_First in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview findByP_S_C_Last(long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_C_Last in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview[] findByP_S_C_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_C_PrevAndNext in interface TasksReviewPersistenceNoSuchReviewException
SystemException
protected TasksReview getByP_S_C_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
OrderByComparator orderByComparator,
boolean previous)
public List<TasksReview> findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
throws SystemException
findByP_S_C_R in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end)
throws SystemException
findByP_S_C_R in interface TasksReviewPersistenceSystemException
public List<TasksReview> findByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByP_S_C_R in interface TasksReviewPersistenceSystemException
public TasksReview findByP_S_C_R_First(long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_C_R_First in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview findByP_S_C_R_Last(long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_C_R_Last in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public TasksReview[] findByP_S_C_R_PrevAndNext(long reviewId,
long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator)
throws NoSuchReviewException,
SystemException
findByP_S_C_R_PrevAndNext in interface TasksReviewPersistenceNoSuchReviewException
SystemException
protected TasksReview getByP_S_C_R_PrevAndNext(Session session,
TasksReview tasksReview,
long proposalId,
int stage,
boolean completed,
boolean rejected,
OrderByComparator orderByComparator,
boolean previous)
public List<TasksReview> findAll()
throws SystemException
findAll in interface TasksReviewPersistenceSystemException
public List<TasksReview> findAll(int start,
int end)
throws SystemException
findAll in interface TasksReviewPersistenceSystemException
public List<TasksReview> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface TasksReviewPersistenceSystemException
public void removeByUserId(long userId)
throws SystemException
removeByUserId in interface TasksReviewPersistenceSystemException
public void removeByProposalId(long proposalId)
throws SystemException
removeByProposalId in interface TasksReviewPersistenceSystemException
public void removeByU_P(long userId,
long proposalId)
throws NoSuchReviewException,
SystemException
removeByU_P in interface TasksReviewPersistenceNoSuchReviewException
SystemException
public void removeByP_S(long proposalId,
int stage)
throws SystemException
removeByP_S in interface TasksReviewPersistenceSystemException
public void removeByP_S_C(long proposalId,
int stage,
boolean completed)
throws SystemException
removeByP_S_C in interface TasksReviewPersistenceSystemException
public void removeByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
throws SystemException
removeByP_S_C_R in interface TasksReviewPersistenceSystemException
public void removeAll()
throws SystemException
removeAll in interface TasksReviewPersistenceSystemException
public int countByUserId(long userId)
throws SystemException
countByUserId in interface TasksReviewPersistenceSystemException
public int countByProposalId(long proposalId)
throws SystemException
countByProposalId in interface TasksReviewPersistenceSystemException
public int countByU_P(long userId,
long proposalId)
throws SystemException
countByU_P in interface TasksReviewPersistenceSystemException
public int countByP_S(long proposalId,
int stage)
throws SystemException
countByP_S in interface TasksReviewPersistenceSystemException
public int countByP_S_C(long proposalId,
int stage,
boolean completed)
throws SystemException
countByP_S_C in interface TasksReviewPersistenceSystemException
public int countByP_S_C_R(long proposalId,
int stage,
boolean completed,
boolean rejected)
throws SystemException
countByP_S_C_R in interface TasksReviewPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface TasksReviewPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||