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

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

public class MBCategoryFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
MBCategoryFinderUtil()
           
 
Method Summary
static int countByS_G_U(long groupId, long userId)
           
static java.util.List<MBCategory> findByS_G_U(long groupId, long userId, 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

public static int countByS_G_U(long groupId,
                               long userId)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByS_G_U

public static java.util.List<MBCategory> findByS_G_U(long groupId,
                                                     long userId,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static MBCategoryFinder getFinder()

setFinder

public void setFinder(MBCategoryFinder finder)