| com.liferay.portlet.polls.service.persistence.PollsChoicePersistence
All known Subclasses: com.liferay.portlet.polls.service.persistence.PollsChoicePersistenceImpl,
PollsChoicePersistence | public interface PollsChoicePersistence (Code) | | View Source
author: Brian Wing Shun Chan |
Method Summary | |
public int | countAll() | public int | countByQ_N(long questionId, java.lang.String name) | public int | countByQuestionId(long questionId) | public int | countByUuid(java.lang.String uuid) | public com.liferay.portlet.polls.model.PollsChoice | create(long choiceId) | public com.liferay.portlet.polls.model.PollsChoice | fetchByPrimaryKey(long choiceId) | public com.liferay.portlet.polls.model.PollsChoice | fetchByQ_N(long questionId, java.lang.String name) | 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 com.liferay.portlet.polls.model.PollsChoice | findByPrimaryKey(long choiceId) | public com.liferay.portlet.polls.model.PollsChoice | findByQ_N(long questionId, java.lang.String name) | 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.PollsChoice | findByQuestionId_First(long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsChoice | findByQuestionId_Last(long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsChoice[] | findByQuestionId_PrevAndNext(long choiceId, long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) | public java.util.List | findByUuid(java.lang.String uuid) | public java.util.List | findByUuid(java.lang.String uuid, int begin, int end) | public java.util.List | findByUuid(java.lang.String uuid, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsChoice | findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsChoice | findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsChoice[] | findByUuid_PrevAndNext(long choiceId, java.lang.String uuid, 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.PollsChoice | remove(long choiceId) | public com.liferay.portlet.polls.model.PollsChoice | remove(com.liferay.portlet.polls.model.PollsChoice pollsChoice) | public void | removeAll() | public void | removeByQ_N(long questionId, java.lang.String name) | public void | removeByQuestionId(long questionId) | public void | removeByUuid(java.lang.String uuid) | public com.liferay.portlet.polls.model.PollsChoice | update(com.liferay.portlet.polls.model.PollsChoice pollsChoice) | public com.liferay.portlet.polls.model.PollsChoice | update(com.liferay.portlet.polls.model.PollsChoice pollsChoice, boolean merge) | public com.liferay.portlet.polls.model.PollsChoice | updateImpl(com.liferay.portlet.polls.model.PollsChoice pollsChoice, boolean merge) |
|
|