Liferay 6.2.0

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
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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.0