|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Finds the first polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistence.findByChoiceId_First(long choiceId,
OrderByComparator orderByComparator)
Finds the first polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistenceImpl.findByChoiceId_First(long choiceId,
OrderByComparator orderByComparator)
Finds the first polls vote in the ordered set where choiceId = ?. |
static PollsVote |
PollsVoteUtil.findByChoiceId_Last(long choiceId,
OrderByComparator orderByComparator)
Finds the last polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistence.findByChoiceId_Last(long choiceId,
OrderByComparator orderByComparator)
Finds the last polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistenceImpl.findByChoiceId_Last(long choiceId,
OrderByComparator orderByComparator)
Finds the last polls vote in the ordered set where choiceId = ?. |
static PollsVote[] |
PollsVoteUtil.findByChoiceId_PrevAndNext(long voteId,
long choiceId,
OrderByComparator orderByComparator)
Finds 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)
Finds the polls votes before and after the current polls vote in the ordered set where choiceId = ?. |
PollsVote[] |
PollsVotePersistenceImpl.findByChoiceId_PrevAndNext(long voteId,
long choiceId,
OrderByComparator orderByComparator)
Finds the polls votes before and after the current polls vote in the ordered set where choiceId = ?. |
static PollsVote |
PollsVoteUtil.findByPrimaryKey(long voteId)
Finds the polls vote with the primary key or throws a NoSuchVoteException if it could not be found. |
PollsVote |
PollsVotePersistence.findByPrimaryKey(long voteId)
Finds the polls vote with the primary key or throws a NoSuchVoteException if it could not be found. |
PollsVote |
PollsVotePersistenceImpl.findByPrimaryKey(long voteId)
Finds 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)
Finds 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)
Finds the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found. |
PollsVote |
PollsVotePersistenceImpl.findByQ_U(long questionId,
long userId)
Finds 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)
Finds the first polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistence.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Finds the first polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistenceImpl.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Finds the first polls vote in the ordered set where questionId = ?. |
static PollsVote |
PollsVoteUtil.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Finds the last polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistence.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Finds the last polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistenceImpl.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Finds the last polls vote in the ordered set where questionId = ?. |
static PollsVote[] |
PollsVoteUtil.findByQuestionId_PrevAndNext(long voteId,
long questionId,
OrderByComparator orderByComparator)
Finds 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)
Finds the polls votes before and after the current polls vote in the ordered set where questionId = ?. |
PollsVote[] |
PollsVotePersistenceImpl.findByQuestionId_PrevAndNext(long voteId,
long questionId,
OrderByComparator orderByComparator)
Finds the polls votes before and after the current polls vote in the ordered set where questionId = ?. |
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. |
PollsVote |
PollsVotePersistenceImpl.remove(long voteId)
Removes the polls vote with the primary key from the database. |
static void |
PollsVoteUtil.removeByQ_U(long questionId,
long userId)
Removes the polls vote where questionId = ? and userId = ? from the database. |
void |
PollsVotePersistence.removeByQ_U(long questionId,
long userId)
Removes the polls vote where questionId = ? and userId = ? from the database. |
void |
PollsVotePersistenceImpl.removeByQ_U(long questionId,
long userId)
Removes the polls vote where questionId = ? and userId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |