|
Liferay 6.0.5 | |||||||||
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 | |
---|---|
static PollsQuestion |
PollsQuestionUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where groupId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where groupId = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where groupId = ?. |
PollsQuestion[] |
PollsQuestionPersistenceImpl.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByPrimaryKey(long questionId)
Finds the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByPrimaryKey(long questionId)
Finds the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByPrimaryKey(long questionId)
Finds the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where uuid = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where uuid = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where uuid = ?. |
PollsQuestion[] |
PollsQuestionPersistenceImpl.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.remove(long questionId)
Removes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionPersistence.remove(long questionId)
Removes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionPersistenceImpl.remove(long questionId)
Removes the polls question with the primary key from the database. |
static void |
PollsQuestionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
void |
PollsQuestionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
void |
PollsQuestionPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |