com.liferay.portlet.messageboards.service.persistence
Interface MBThreadFinder
public interface MBThreadFinder
View Source
- Author:
- Brian Wing Shun Chan
countByS_G_U_S
int countByS_G_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByS_G_U_S
java.util.List<MBThread> findByS_G_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException