Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portlet.polls.service.persistence that throw NoSuchVoteException
static PollsVote PollsVoteUtil.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
static PollsVote[] PollsVoteUtil.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
 PollsVote[] PollsVotePersistence.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.findByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistence.findByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
static PollsVote PollsVoteUtil.findByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistence.findByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found.
static PollsVote PollsVoteUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
static PollsVote[] PollsVoteUtil.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
 PollsVote[] PollsVotePersistence.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote[] PollsVoteUtil.findByUuid_C_PrevAndNext(long voteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote[] PollsVotePersistence.findByUuid_C_PrevAndNext(long voteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.findByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistence.findByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException if it could not be found.
static PollsVote PollsVoteUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
static PollsVote[] PollsVoteUtil.findByUuid_PrevAndNext(long voteId, String uuid, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
 PollsVote[] PollsVotePersistence.findByUuid_PrevAndNext(long voteId, String uuid, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.remove(long voteId)
          Removes the polls vote with the primary key from the database.
 PollsVote PollsVotePersistence.remove(long voteId)
          Removes the polls vote with the primary key from the database.
static PollsVote PollsVoteUtil.removeByQ_U(long questionId, long userId)
          Removes the polls vote where questionId = ? and userId = ? from the database.
 PollsVote PollsVotePersistence.removeByQ_U(long questionId, long userId)
          Removes the polls vote where questionId = ? and userId = ? from the database.
static PollsVote PollsVoteUtil.removeByUUID_G(String uuid, long groupId)
          Removes the polls vote where uuid = ? and groupId = ? from the database.
 PollsVote PollsVotePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the polls vote where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5