com.liferay.portlet.messageboards.service.persistence
Interface MBCategoryFinder
public interface MBCategoryFinder
View Source
- Author:
- Brian Wing Shun Chan
countByS_G_U
int countByS_G_U(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
filterCountByS_G_U
int filterCountByS_G_U(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
filterFindByS_G_U
java.util.List<MBCategory> filterFindByS_G_U(long groupId,
long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByS_G_U
java.util.List<MBCategory> findByS_G_U(long groupId,
long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException