Liferay 6.2-ce-ga5

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


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

filterCountByS_G_U_P

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

filterFindByS_G_U_P

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

findByS_G_U_P

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

getFinder

public static MBCategoryFinder getFinder()

setFinder

public void setFinder(MBCategoryFinder finder)

Liferay 6.2-ce-ga5