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