Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.service.persistence
Class MBCategoryFinderUtil

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderUtil

public class MBCategoryFinderUtil
extends Object


Constructor Summary
MBCategoryFinderUtil()
           
 
Method Summary
static int countByS_G_U_P(long groupId, long userId, long[] parentCategoryIds)
           
static int filterCountByS_G_U_P(long groupId, long userId, long[] parentCategoryIds)
           
static List<MBCategory> filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
static MBCategoryFinder getFinder()
           
 void setFinder(MBCategoryFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBCategoryFinderUtil

public MBCategoryFinderUtil()
Method Detail

countByS_G_U_P

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

filterCountByS_G_U_P

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

filterFindByS_G_U_P

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

findByS_G_U_P

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

getFinder

public static MBCategoryFinder getFinder()

setFinder

public void setFinder(MBCategoryFinder finder)

Liferay 6.1.2-ce-ga3