|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface PollsQuestionPersistence
| Method Summary | |
|---|---|
int |
countAll()
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
PollsQuestion |
create(long questionId)
|
PollsQuestion |
fetchByPrimaryKey(long questionId)
|
PollsQuestion |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
java.util.List<PollsQuestion> |
findAll()
|
java.util.List<PollsQuestion> |
findAll(int start,
int end)
|
java.util.List<PollsQuestion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PollsQuestion |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PollsQuestion |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PollsQuestion[] |
findByGroupId_PrevAndNext(long questionId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<PollsQuestion> |
findByGroupId(long groupId)
|
java.util.List<PollsQuestion> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<PollsQuestion> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PollsQuestion |
findByPrimaryKey(long questionId)
|
PollsQuestion |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PollsQuestion |
findByUUID_G(java.lang.String uuid,
long groupId)
|
PollsQuestion |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PollsQuestion[] |
findByUuid_PrevAndNext(long questionId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<PollsQuestion> |
findByUuid(java.lang.String uuid)
|
java.util.List<PollsQuestion> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<PollsQuestion> |
findByUuid(java.lang.String uuid,
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)
|
PollsQuestion |
remove(long questionId)
|
PollsQuestion |
remove(PollsQuestion pollsQuestion)
|
void |
removeAll()
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
PollsQuestion |
update(PollsQuestion pollsQuestion)
Deprecated. Use update(PollsQuestion pollsQuestion, boolean merge). |
PollsQuestion |
update(PollsQuestion pollsQuestion,
boolean merge)
Add, update, or merge, the entity. |
PollsQuestion |
updateImpl(PollsQuestion pollsQuestion,
boolean merge)
|
| Method Detail |
|---|
PollsQuestion create(long questionId)
PollsQuestion remove(long questionId)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
PollsQuestion remove(PollsQuestion pollsQuestion)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PollsQuestion update(PollsQuestion pollsQuestion)
throws com.liferay.portal.SystemException
update(PollsQuestion pollsQuestion, boolean merge).
com.liferay.portal.SystemException
PollsQuestion update(PollsQuestion pollsQuestion,
boolean merge)
throws com.liferay.portal.SystemException
pollsQuestion - 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 pollsQuestion is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
PollsQuestion updateImpl(PollsQuestion pollsQuestion,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion findByPrimaryKey(long questionId)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
PollsQuestion fetchByPrimaryKey(long questionId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion[] findByUuid_PrevAndNext(long questionId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
PollsQuestion fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PollsQuestion[] findByGroupId_PrevAndNext(long questionId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<PollsQuestion> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchQuestionException
com.liferay.portal.SystemException
NoSuchQuestionException
void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||