Method Summary |
|
public static int | countAll() |
public static int | countByCategoryId(long categoryId) |
public static com.liferay.portlet.messageboards.model.MBThread | create(long threadId) |
public static com.liferay.portlet.messageboards.model.MBThread | fetchByPrimaryKey(long threadId) |
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 | findByCategoryId(long categoryId) |
public static java.util.List | findByCategoryId(long categoryId, int begin, int end) |
public static java.util.List | findByCategoryId(long categoryId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBThread | findByCategoryId_First(long categoryId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBThread | findByCategoryId_Last(long categoryId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBThread[] | findByCategoryId_PrevAndNext(long threadId, long categoryId, com.liferay.portal.kernel.util.OrderByComparator obc) |
public static com.liferay.portlet.messageboards.model.MBThread | findByPrimaryKey(long threadId) |
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 MBThreadPersistence | getPersistence() |
public static com.liferay.portlet.messageboards.model.MBThread | remove(long threadId) |
public static com.liferay.portlet.messageboards.model.MBThread | remove(com.liferay.portlet.messageboards.model.MBThread mbThread) |
public static void | removeAll() |
public static void | removeByCategoryId(long categoryId) |
public void | setPersistence(MBThreadPersistence persistence) |
public static com.liferay.portlet.messageboards.model.MBThread | update(com.liferay.portlet.messageboards.model.MBThread mbThread) |
public static com.liferay.portlet.messageboards.model.MBThread | update(com.liferay.portlet.messageboards.model.MBThread mbThread, boolean merge) |
public static com.liferay.portlet.messageboards.model.MBThread | updateImpl(com.liferay.portlet.messageboards.model.MBThread mbThread, boolean merge) |