Liferay 6.2-ce-ga5

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


@ProviderType
public interface MDRRuleGroupFinder


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)
                    throws SystemException
Throws:
SystemException

countByG_N

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

countByG_N

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

findByKeywords

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

findByG_N

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

findByG_N

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

findByG_N

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

Liferay 6.2-ce-ga5