com.liferay.portlet.mobiledevicerules.service.persistence
Interface MDRRuleGroupFinder
public interface MDRRuleGroupFinder
- Author:
- Edward C. Han
|
Method Summary |
int |
countByG_N(long groupId,
java.lang.String[] names,
boolean andOperator)
|
int |
countByG_N(long groupId,
java.lang.String name,
boolean andOperator)
|
int |
countByKeywords(long groupId,
java.lang.String keywords)
|
java.util.List<MDRRuleGroup> |
findByG_N(long groupId,
java.lang.String[] names,
boolean andOperator,
int start,
int end)
|
java.util.List<MDRRuleGroup> |
findByG_N(long groupId,
java.lang.String name,
boolean andOperator)
|
java.util.List<MDRRuleGroup> |
findByG_N(long groupId,
java.lang.String name,
boolean andOperator,
int start,
int end)
|
java.util.List<MDRRuleGroup> |
findByKeywords(long groupId,
java.lang.String keywords,
int start,
int end)
|
countByKeywords
int countByKeywords(long groupId,
java.lang.String keywords)
throws SystemException
- Throws:
SystemException
countByG_N
int countByG_N(long groupId,
java.lang.String name,
boolean andOperator)
throws SystemException
- Throws:
SystemException
countByG_N
int countByG_N(long groupId,
java.lang.String[] names,
boolean andOperator)
throws SystemException
- Throws:
SystemException
findByKeywords
java.util.List<MDRRuleGroup> findByKeywords(long groupId,
java.lang.String keywords,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByG_N
java.util.List<MDRRuleGroup> findByG_N(long groupId,
java.lang.String name,
boolean andOperator)
throws SystemException
- Throws:
SystemException
findByG_N
java.util.List<MDRRuleGroup> findByG_N(long groupId,
java.lang.String name,
boolean andOperator,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByG_N
java.util.List<MDRRuleGroup> findByG_N(long groupId,
java.lang.String[] names,
boolean andOperator,
int start,
int end)
throws SystemException
- Throws:
SystemException