Liferay 6.0.5

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
static PollsChoice PollsChoiceUtil.findByPrimaryKey(long choiceId)
          Finds the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByPrimaryKey(long choiceId)
          Finds the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.findByPrimaryKey(long choiceId)
          Finds the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
static PollsChoice PollsChoiceUtil.findByQ_N(long questionId, String name)
          Finds the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByQ_N(long questionId, String name)
          Finds the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.findByQ_N(long questionId, String name)
          Finds the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
static PollsChoice PollsChoiceUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Finds the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Finds the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistenceImpl.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Finds the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Finds the last polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Finds the last polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistenceImpl.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Finds the last polls choice in the ordered set where questionId = ?.
static PollsChoice[] PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Finds the polls choices before and after the current polls choice in the ordered set where questionId = ?.
 PollsChoice[] PollsChoicePersistence.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Finds the polls choices before and after the current polls choice in the ordered set where questionId = ?.
 PollsChoice[] PollsChoicePersistenceImpl.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Finds the polls choices before and after the current polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceFinderUtil.findByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinder.findByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinderImpl.findByUUID_G(String uuid, long groupId)
           
static PollsChoice PollsChoiceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last polls choice in the ordered set where uuid = ?.
static PollsChoice[] PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Finds the polls choices before and after the current polls choice in the ordered set where uuid = ?.
 PollsChoice[] PollsChoicePersistence.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Finds the polls choices before and after the current polls choice in the ordered set where uuid = ?.
 PollsChoice[] PollsChoicePersistenceImpl.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Finds the polls choices before and after the current polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 PollsChoice PollsChoicePersistence.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 PollsChoice PollsChoicePersistenceImpl.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
static void PollsChoiceUtil.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
 void PollsChoicePersistence.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
 void PollsChoicePersistenceImpl.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
 


Liferay 6.0.5