| com.liferay.portlet.messageboards.service.persistence.MBMessageFinder
All known Subclasses: com.liferay.portlet.messageboards.service.persistence.MBMessageFinderImpl,
MBMessageFinder | public interface MBMessageFinder (Code) | | View Source
author: Brian Wing Shun Chan |
Method Summary | |
public int | countByCategoryIds(java.util.List categoryIds) | public int | countByG_U(long groupId, long userId) | public int | countByGroupId(long groupId) | public java.util.List | findByC_C(long classNameId, long classPK) | public java.util.List | findByG_U(long groupId, long userId, int begin, int end) | public java.util.List | findByG_U(long groupId, long userId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | 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 java.util.List | findByNoAssets() | public com.liferay.portlet.messageboards.model.MBMessage | findByUuid_G(java.lang.String uuid, long groupId) |
|
|