com.liferay.portlet.messageboards.service.persistence
Interface MBCategoryFinder
- public interface MBCategoryFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByS_G_U(long groupId,
long userId)
|
java.util.List |
findByS_G_U(long groupId,
long userId,
int begin,
int end)
|
countByS_G_U
public int countByS_G_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByS_G_U
public java.util.List findByS_G_U(long groupId,
long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException