|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchQuestionException | |
---|---|
com.liferay.portlet.polls.service.persistence |
Uses of NoSuchQuestionException in com.liferay.portlet.polls.service.persistence |
---|
Methods in com.liferay.portlet.polls.service.persistence that throw NoSuchQuestionException | |
---|---|
PollsQuestion[] |
PollsQuestionPersistence.filterFindByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.filterFindByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByPrimaryKey(long questionId)
Returns the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByPrimaryKey(long questionId)
Returns the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByUuid_C_PrevAndNext(long questionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_C_PrevAndNext(long questionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.remove(long questionId)
Removes the polls question with the primary key from the database. |
static PollsQuestion |
PollsQuestionUtil.remove(long questionId)
Removes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
static PollsQuestion |
PollsQuestionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |