Liferay 6.1.0-ce-b4

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

All Known Implementing Classes:
MDRRuleGroupFinderImpl

public interface MDRRuleGroupFinder


Method Summary
 int countByG_N(long groupId, String name)
           
 List<MDRRuleGroup> findByG_N(long groupId, String name)
           
 List<MDRRuleGroup> findByG_N(long groupId, String name, int start, int end)
           
 

Method Detail

countByG_N

int countByG_N(long groupId,
               String name)
               throws SystemException
Throws:
SystemException

findByG_N

List<MDRRuleGroup> findByG_N(long groupId,
                             String name)
                             throws SystemException
Throws:
SystemException

findByG_N

List<MDRRuleGroup> findByG_N(long groupId,
                             String name,
                             int start,
                             int end)
                             throws SystemException
Throws:
SystemException

Liferay 6.1.0-ce-b4