com.liferay.portlet.mobiledevicerules.service.persistence
Class MDRRuleGroupFinderUtil
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinderUtil
public class MDRRuleGroupFinderUtil
- extends Object
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 |
MDRRuleGroupFinderUtil
public MDRRuleGroupFinderUtil()
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)