| com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence
All known Subclasses: com.liferay.portlet.polls.service.persistence.PollsQuestionPersistenceImpl,
PollsQuestionPersistence | public interface PollsQuestionPersistence (Code) | | View Source
author: Brian Wing Shun Chan |
Method Summary | |
public int | countAll() | public int | countByGroupId(long groupId) | public int | countByUUID_G(java.lang.String uuid, long groupId) | public int | countByUuid(java.lang.String uuid) | public com.liferay.portlet.polls.model.PollsQuestion | create(long questionId) | public com.liferay.portlet.polls.model.PollsQuestion | fetchByPrimaryKey(long questionId) | public com.liferay.portlet.polls.model.PollsQuestion | fetchByUUID_G(java.lang.String uuid, long groupId) | 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 | findByGroupId(long groupId) | public java.util.List | findByGroupId(long groupId, int begin, int end) | public java.util.List | findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsQuestion | findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsQuestion | findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsQuestion[] | findByGroupId_PrevAndNext(long questionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsQuestion | findByPrimaryKey(long questionId) | public com.liferay.portlet.polls.model.PollsQuestion | findByUUID_G(java.lang.String uuid, long groupId) | 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.PollsQuestion | findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsQuestion | findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portlet.polls.model.PollsQuestion[] | findByUuid_PrevAndNext(long questionId, 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.PollsQuestion | remove(long questionId) | public com.liferay.portlet.polls.model.PollsQuestion | remove(com.liferay.portlet.polls.model.PollsQuestion pollsQuestion) | public void | removeAll() | public void | removeByGroupId(long groupId) | public void | removeByUUID_G(java.lang.String uuid, long groupId) | public void | removeByUuid(java.lang.String uuid) | public com.liferay.portlet.polls.model.PollsQuestion | update(com.liferay.portlet.polls.model.PollsQuestion pollsQuestion) | public com.liferay.portlet.polls.model.PollsQuestion | update(com.liferay.portlet.polls.model.PollsQuestion pollsQuestion, boolean merge) | public com.liferay.portlet.polls.model.PollsQuestion | updateImpl(com.liferay.portlet.polls.model.PollsQuestion pollsQuestion, boolean merge) |
|
|