Liferay 6.2-ce-ga5

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

Packages that use NoSuchChoiceException
com.liferay.portlet.polls.service.persistence   
 

Uses of NoSuchChoiceException in com.liferay.portlet.polls.service.persistence
 

Methods in com.liferay.portlet.polls.service.persistence that throw NoSuchChoiceException
 PollsChoice PollsChoicePersistence.findByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
static PollsChoice PollsChoiceUtil.findByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
static PollsChoice PollsChoiceUtil.findByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
 PollsChoice[] PollsChoicePersistence.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
static PollsChoice[] PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice[] PollsChoicePersistence.findByUuid_C_PrevAndNext(long choiceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice[] PollsChoiceUtil.findByUuid_C_PrevAndNext(long choiceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUUID_G(String uuid, long groupId)
          Returns the polls choice where uuid = ? and groupId = ? or throws a NoSuchChoiceException if it could not be found.
static PollsChoice PollsChoiceUtil.findByUUID_G(String uuid, long groupId)
          Returns the polls choice where uuid = ? and groupId = ? or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsChoice[] PollsChoicePersistence.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
static PollsChoice[] PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
static PollsChoice PollsChoiceUtil.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 PollsChoice PollsChoicePersistence.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
static PollsChoice PollsChoiceUtil.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
 PollsChoice PollsChoicePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the polls choice where uuid = ? and groupId = ? from the database.
static PollsChoice PollsChoiceUtil.removeByUUID_G(String uuid, long groupId)
          Removes the polls choice where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5