Method Summary |
|
public static int | countAll() |
public static int | countByQ_N(long questionId, java.lang.String name) |
public static int | countByQuestionId(long questionId) |
public static int | countByUuid(java.lang.String uuid) |
public static com.liferay.portlet.polls.model.PollsChoice | create(long choiceId) |
public static com.liferay.portlet.polls.model.PollsChoice | fetchByPrimaryKey(long choiceId) |
public static com.liferay.portlet.polls.model.PollsChoice | fetchByQ_N(long questionId, java.lang.String name) |
public static java.util.List | findAll() |
public static java.util.List | findAll(int begin, int end) |
public static java.util.List | findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.polls.model.PollsChoice | findByPrimaryKey(long choiceId) |
public static com.liferay.portlet.polls.model.PollsChoice | findByQ_N(long questionId, java.lang.String name) |
public static java.util.List | findByQuestionId(long questionId) |
public static java.util.List | findByQuestionId(long questionId, int begin, int end) |
public static java.util.List | findByQuestionId(long questionId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.polls.model.PollsChoice | findByQuestionId_First(long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.polls.model.PollsChoice | findByQuestionId_Last(long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.polls.model.PollsChoice[] | findByQuestionId_PrevAndNext(long choiceId, long questionId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static java.util.List | findByUuid(java.lang.String uuid) |
public static java.util.List | findByUuid(java.lang.String uuid, int begin, int end) |
public static java.util.List | findByUuid(java.lang.String uuid, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.polls.model.PollsChoice | findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.polls.model.PollsChoice | findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.polls.model.PollsChoice[] | findByUuid_PrevAndNext(long choiceId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static java.util.List | findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) |
public static java.util.List | findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) |
public static PollsChoicePersistence | getPersistence() |
public static com.liferay.portlet.polls.model.PollsChoice | remove(long choiceId) |
public static com.liferay.portlet.polls.model.PollsChoice | remove(com.liferay.portlet.polls.model.PollsChoice pollsChoice) |
public static void | removeAll() |
public static void | removeByQ_N(long questionId, java.lang.String name) |
public static void | removeByQuestionId(long questionId) |
public static void | removeByUuid(java.lang.String uuid) |
public void | setPersistence(PollsChoicePersistence persistence) |
public static com.liferay.portlet.polls.model.PollsChoice | update(com.liferay.portlet.polls.model.PollsChoice pollsChoice) |
public static com.liferay.portlet.polls.model.PollsChoice | update(com.liferay.portlet.polls.model.PollsChoice pollsChoice, boolean merge) |
public static com.liferay.portlet.polls.model.PollsChoice | updateImpl(com.liferay.portlet.polls.model.PollsChoice pollsChoice, boolean merge) |