Liferay 7.0-ce-m6

com.liferay.portlet.mobiledevicerules.service.persistence
Interface MDRRuleGroupFinder

All Known Implementing Classes:
MDRRuleGroupFinderImpl

@ProviderType
public interface MDRRuleGroupFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 int countByG_N(long groupId, String[] names, LinkedHashMap<String,Object> params, boolean andOperator)
           
 int countByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
 int countByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params)
           
 List<MDRRuleGroup> findByG_N(long groupId, String[] names, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
 List<MDRRuleGroup> findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> findByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
           
 

Method Detail

countByKeywords

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

countByG_N

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

countByG_N

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

findByKeywords

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

findByG_N

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

findByG_N

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

findByG_N

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

Liferay 7.0-ce-m6