Method Summary |
|
public static int | countAll() |
public static int | countByBanUserId(long banUserId) |
public static int | countByG_B(long groupId, long banUserId) |
public static int | countByGroupId(long groupId) |
public static int | countByUserId(long userId) |
public static com.liferay.portlet.messageboards.model.MBBan | create(long banId) |
public static com.liferay.portlet.messageboards.model.MBBan | fetchByG_B(long groupId, long banUserId) |
public static com.liferay.portlet.messageboards.model.MBBan | fetchByPrimaryKey(long banId) |
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 java.util.List | findByBanUserId(long banUserId) |
public static java.util.List | findByBanUserId(long banUserId, int begin, int end) |
public static java.util.List | findByBanUserId(long banUserId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan[] | findByBanUserId_PrevAndNext(long banId, long banUserId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByG_B(long groupId, long banUserId) |
public static java.util.List | findByGroupId(long groupId) |
public static java.util.List | findByGroupId(long groupId, int begin, int end) |
public static java.util.List | findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan[] | findByGroupId_PrevAndNext(long banId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByPrimaryKey(long banId) |
public static java.util.List | findByUserId(long userId) |
public static java.util.List | findByUserId(long userId, int begin, int end) |
public static java.util.List | findByUserId(long userId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan | findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBBan[] | findByUserId_PrevAndNext(long banId, long userId, 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 MBBanPersistence | getPersistence() |
public static com.liferay.portlet.messageboards.model.MBBan | remove(long banId) |
public static com.liferay.portlet.messageboards.model.MBBan | remove(com.liferay.portlet.messageboards.model.MBBan mbBan) |
public static void | removeAll() |
public static void | removeByBanUserId(long banUserId) |
public static void | removeByG_B(long groupId, long banUserId) |
public static void | removeByGroupId(long groupId) |
public static void | removeByUserId(long userId) |
public void | setPersistence(MBBanPersistence persistence) |
public static com.liferay.portlet.messageboards.model.MBBan | update(com.liferay.portlet.messageboards.model.MBBan mbBan) |
public static com.liferay.portlet.messageboards.model.MBBan | update(com.liferay.portlet.messageboards.model.MBBan mbBan, boolean merge) |
public static com.liferay.portlet.messageboards.model.MBBan | updateImpl(com.liferay.portlet.messageboards.model.MBBan mbBan, boolean merge) |