Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.polls.NoSuchQuestionException

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.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.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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.findByPrimaryKey(long questionId)
          Returns the polls question with the primary key or throws a NoSuchQuestionException if it could not be found.
 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.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls question in the ordered set where uuid = ?.
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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls question in the ordered set where uuid = ?.
 PollsQuestion PollsQuestionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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.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.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.
static PollsQuestion PollsQuestionUtil.removeByUUID_G(String uuid, long groupId)
          Removes the polls question where uuid = ? and groupId = ? from the database.
 PollsQuestion PollsQuestionPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the polls question where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3