Liferay 6.1.2-ce-ga3

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[] names, boolean andOperator)
           
static int countByG_N(long groupId, String name, boolean andOperator)
           
static int countByKeywords(long groupId, String keywords)
           
static List<MDRRuleGroup> findByG_N(long groupId, String[] names, boolean andOperator, int start, int end)
           
static List<MDRRuleGroup> findByG_N(long groupId, String name, boolean andOperator)
           
static List<MDRRuleGroup> findByG_N(long groupId, String name, boolean andOperator, int start, int end)
           
static List<MDRRuleGroup> findByKeywords(long groupId, String keywords, 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)
                           throws SystemException
Throws:
SystemException

countByG_N

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

countByG_N

public static int countByG_N(long groupId,
                             String[] names,
                             boolean andOperator)
                      throws SystemException
Throws:
SystemException

findByKeywords

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

findByG_N

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

findByG_N

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

findByG_N

public static List<MDRRuleGroup> findByG_N(long groupId,
                                           String[] names,
                                           boolean andOperator,
                                           int start,
                                           int end)
                                    throws SystemException
Throws:
SystemException

getFinder

public static MDRRuleGroupFinder getFinder()

setFinder

public void setFinder(MDRRuleGroupFinder finder)

Liferay 6.1.2-ce-ga3