| com.liferay.portlet.polls.service.persistence.PollsVotePersistence
All known Subclasses: com.liferay.portlet.polls.service.persistence.PollsVotePersistenceImpl,
PollsVotePersistence | public interface PollsVotePersistence (Code) | | View Source
author: Brian Wing Shun Chan |
Method Summary | |
public int | countAll() | public int | countByChoiceId(long choiceId) | public int | countByQ_U(long questionId, long userId) | public int | countByQuestionId(long questionId) | public com.liferay.portlet.polls.model.PollsVote | create(long voteId) | public com.liferay.portlet.polls.model.PollsVote | fetchByPrimaryKey(long voteId) | public com.liferay.portlet.polls.model.PollsVote | fetchByQ_U(long questionId, long userId) | public java.util.List | findAll() | public java.util.List | findAll(int begin, int end) | public java.util.List | findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public java.util.List | findByChoiceId(long choiceId) | public java.util.List | findByChoiceId(long choiceId, int begin, int end) | public java.util.List | findByChoiceId(long choiceId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsVote | findByChoiceId_First(long choiceId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsVote | findByChoiceId_Last(long choiceId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsVote[] | findByChoiceId_PrevAndNext(long voteId, long choiceId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsVote | findByPrimaryKey(long voteId) | public com.liferay.portlet.polls.model.PollsVote | findByQ_U(long questionId, long userId) | public java.util.List | findByQuestionId(long questionId) | public java.util.List | findByQuestionId(long questionId, int begin, int end) | public java.util.List | findByQuestionId(long questionId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsVote | findByQuestionId_First(long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsVote | findByQuestionId_Last(long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsVote[] | findByQuestionId_PrevAndNext(long voteId, long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) | public java.util.List | findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) | public java.util.List | findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) | public com.liferay.portlet.polls.model.PollsVote | remove(long voteId) | public com.liferay.portlet.polls.model.PollsVote | remove(com.liferay.portlet.polls.model.PollsVote pollsVote) | public void | removeAll() | public void | removeByChoiceId(long choiceId) | public void | removeByQ_U(long questionId, long userId) | public void | removeByQuestionId(long questionId) | public com.liferay.portlet.polls.model.PollsVote | update(com.liferay.portlet.polls.model.PollsVote pollsVote) | public com.liferay.portlet.polls.model.PollsVote | update(com.liferay.portlet.polls.model.PollsVote pollsVote, boolean merge) | public com.liferay.portlet.polls.model.PollsVote | updateImpl(com.liferay.portlet.polls.model.PollsVote pollsVote, boolean merge) |
|
|