com.liferay.portlet.messageboards.service.persistence
Interface MBThreadFinder


public interface MBThreadFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByCategoryIds(java.util.List<java.lang.Long> categoryIds)
           
 int countByS_G_U(long groupId, long userId)
           
 java.util.List<MBThread> findByS_G_U(long groupId, long userId, int start, int end)
           
 

Method Detail

countByCategoryIds

int countByCategoryIds(java.util.List<java.lang.Long> categoryIds)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByS_G_U

int countByS_G_U(long groupId,
                 long userId)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByS_G_U

java.util.List<MBThread> findByS_G_U(long groupId,
                                     long userId,
                                     int start,
                                     int end)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException