Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
MBCategoryFinderImpl

public interface MBCategoryFinder


Method Summary
 int countByS_G_U_P(long groupId, long userId, long[] parentCategoryIds)
           
 int filterCountByS_G_U_P(long groupId, long userId, long[] parentCategoryIds)
           
 List<MBCategory> filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
 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

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

findByS_G_U_P

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

Liferay 6.1.2-ce-ga3