Liferay 7.0-ce-m3

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

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

@ProviderType
public class MBCategoryFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MBCategoryFinderUtil()
           
 
Method Summary
static int countByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
static int filterCountByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
static List<MBCategory> filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
static List<MBCategory> findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
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,
                                 QueryDefinition<MBCategory> queryDefinition)

filterCountByS_G_U_P

public static int filterCountByS_G_U_P(long groupId,
                                       long userId,
                                       long[] parentCategoryIds,
                                       QueryDefinition<MBCategory> queryDefinition)

filterFindByS_G_U_P

public static List<MBCategory> filterFindByS_G_U_P(long groupId,
                                                   long userId,
                                                   long[] parentCategoryIds,
                                                   QueryDefinition<MBCategory> queryDefinition)

findByS_G_U_P

public static List<MBCategory> findByS_G_U_P(long groupId,
                                             long userId,
                                             long[] parentCategoryIds,
                                             QueryDefinition<MBCategory> queryDefinition)

getFinder

public static MBCategoryFinder getFinder()

setFinder

public void setFinder(MBCategoryFinder finder)

Liferay 7.0-ce-m3