Liferay 7.0-ce-m3

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

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

@ProviderType
public class MDRRuleGroupFinderUtil
extends Object


Constructor Summary
MDRRuleGroupFinderUtil()
           
 
Method Summary
static int countByG_N(long groupId, String[] names, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params)
           
static List<MDRRuleGroup> findByG_N(long groupId, String[] names, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
static List<MDRRuleGroup> findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
static List<MDRRuleGroup> findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
static List<MDRRuleGroup> findByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, 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

countByKeywords

public static int countByKeywords(long groupId,
                                  String keywords,
                                  LinkedHashMap<String,Object> params)

countByG_N

public static int countByG_N(long groupId,
                             String name,
                             LinkedHashMap<String,Object> params,
                             boolean andOperator)

countByG_N

public static int countByG_N(long groupId,
                             String[] names,
                             LinkedHashMap<String,Object> params,
                             boolean andOperator)

findByKeywords

public static List<MDRRuleGroup> findByKeywords(long groupId,
                                                String keywords,
                                                LinkedHashMap<String,Object> params,
                                                int start,
                                                int end)

findByG_N

public static List<MDRRuleGroup> findByG_N(long groupId,
                                           String name,
                                           LinkedHashMap<String,Object> params,
                                           boolean andOperator)

findByG_N

public static List<MDRRuleGroup> findByG_N(long groupId,
                                           String name,
                                           LinkedHashMap<String,Object> params,
                                           boolean andOperator,
                                           int start,
                                           int end)

findByG_N

public static List<MDRRuleGroup> findByG_N(long groupId,
                                           String[] names,
                                           LinkedHashMap<String,Object> params,
                                           boolean andOperator,
                                           int start,
                                           int end)

getFinder

public static MDRRuleGroupFinder getFinder()

setFinder

public void setFinder(MDRRuleGroupFinder finder)

Liferay 7.0-ce-m3