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


public interface MBCategoryFinder

Author:
Brian Wing Shun Chan

Method Summary
 int countByS_G_U_P(long groupId, long userId, long[] parentCategoryIds)
           
 int filterCountByS_G_U_P(long groupId, long userId, long[] parentCategoryIds)
           
 java.util.List<MBCategory> filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
 java.util.List<MBCategory> findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
 

Method Detail

countByS_G_U_P

int countByS_G_U_P(long groupId,
                   long userId,
                   long[] parentCategoryIds)
                   throws SystemException
Throws:
SystemException

filterCountByS_G_U_P

int filterCountByS_G_U_P(long groupId,
                         long userId,
                         long[] parentCategoryIds)
                         throws SystemException
Throws:
SystemException

filterFindByS_G_U_P

java.util.List<MBCategory> filterFindByS_G_U_P(long groupId,
                                               long userId,
                                               long[] parentCategoryIds,
                                               int start,
                                               int end)
                                               throws SystemException
Throws:
SystemException

findByS_G_U_P

java.util.List<MBCategory> findByS_G_U_P(long groupId,
                                         long userId,
                                         long[] parentCategoryIds,
                                         int start,
                                         int end)
                                         throws SystemException
Throws:
SystemException