Liferay 6.1.0

com.liferay.portlet.mobiledevicerules.service.persistence
Class MDRRuleGroupFinderUtil

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinderUtil

public class MDRRuleGroupFinderUtil
extends Object


Constructor Summary
MDRRuleGroupFinderUtil()
           
 
Method Summary
static int countByG_N(long groupId, String name)
           
static List<MDRRuleGroup> findByG_N(long groupId, String name)
           
static List<MDRRuleGroup> findByG_N(long groupId, String name, int start, int end)
           
static MDRRuleGroupFinder getFinder()
           
 void setFinder(MDRRuleGroupFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupFinderUtil

public MDRRuleGroupFinderUtil()
Method Detail

countByG_N

public static int countByG_N(long groupId,
                             String name)
                      throws SystemException
Throws:
SystemException

findByG_N

public static List<MDRRuleGroup> findByG_N(long groupId,
                                           String name)
                                    throws SystemException
Throws:
SystemException

findByG_N

public static List<MDRRuleGroup> findByG_N(long groupId,
                                           String name,
                                           int start,
                                           int end)
                                    throws SystemException
Throws:
SystemException

getFinder

public static MDRRuleGroupFinder getFinder()

setFinder

public void setFinder(MDRRuleGroupFinder finder)

Liferay 6.1.0