Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance

Packages that use MDRRuleGroupInstance
com.liferay.portal.kernel.mobile.device.rulegroup   
com.liferay.portal.mobile.device.rulegroup   
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portlet.mobiledevicerules.lar   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.http   
com.liferay.portlet.mobiledevicerules.service.impl   
com.liferay.portlet.mobiledevicerules.service.permission   
com.liferay.portlet.mobiledevicerules.service.persistence   
 

Uses of MDRRuleGroupInstance in com.liferay.portal.kernel.mobile.device.rulegroup
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup that return MDRRuleGroupInstance
 MDRRuleGroupInstance RuleGroupProcessor.evaluateRuleGroups(ThemeDisplay themeDisplay)
           
static MDRRuleGroupInstance RuleGroupProcessorUtil.evaluateRuleGroups(ThemeDisplay themeDisplay)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portal.mobile.device.rulegroup
 

Methods in com.liferay.portal.mobile.device.rulegroup that return MDRRuleGroupInstance
protected  MDRRuleGroupInstance DefaultRuleGroupProcessorImpl.evaluateRuleGroupInstances(String className, long classPK, ThemeDisplay themeDisplay)
           
 MDRRuleGroupInstance DefaultRuleGroupProcessorImpl.evaluateRuleGroups(ThemeDisplay themeDisplay)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return MDRRuleGroupInstance
 MDRRuleGroupInstance ThemeDisplay.getMDRRuleGroupInstance()
           
 

Methods in com.liferay.portal.theme with parameters of type MDRRuleGroupInstance
 void ThemeDisplay.setMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.lar
 

Methods in com.liferay.portlet.mobiledevicerules.lar with parameters of type MDRRuleGroupInstance
protected  void MDRPortletDataHandlerImpl.exportRuleGroupInstance(PortletDataContext portletDataContext, Element ruleGroupInstancesElement, MDRRuleGroupInstance ruleGroupInstance)
           
protected  String MDRPortletDataHandlerImpl.getRuleGroupInstancePath(PortletDataContext portletDataContext, MDRRuleGroupInstance ruleGroupInstance)
           
protected  void MDRPortletDataHandlerImpl.importAction(PortletDataContext portletDataContext, Element actionElement, MDRRuleGroupInstance ruleGroupInstance, MDRAction action)
           
protected  void MDRPortletDataHandlerImpl.importRuleGroupInstance(PortletDataContext portletDataContext, Element ruleGroupInstanceElement, MDRRuleGroupInstance ruleGroupInstance)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.model
 

Classes in com.liferay.portlet.mobiledevicerules.model that implement MDRRuleGroupInstance
 class MDRRuleGroupInstanceWrapper
           This class is a wrapper for MDRRuleGroupInstance.
 

Methods in com.liferay.portlet.mobiledevicerules.model that return MDRRuleGroupInstance
 MDRRuleGroupInstance MDRRuleGroupInstanceWrapper.getWrappedMDRRuleGroupInstance()
          Deprecated. Renamed to MDRRuleGroupInstanceWrapper.getWrappedModel()
 MDRRuleGroupInstance MDRRuleGroupInstanceWrapper.getWrappedModel()
           
 MDRRuleGroupInstance MDRRuleGroupInstanceModel.toEscapedModel()
           
 MDRRuleGroupInstance MDRRuleGroupInstanceWrapper.toEscapedModel()
           
 MDRRuleGroupInstance MDRRuleGroupInstanceModel.toUnescapedModel()
           
 MDRRuleGroupInstance MDRRuleGroupInstanceWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model that return types with arguments of type MDRRuleGroupInstance
 CacheModel<MDRRuleGroupInstance> MDRRuleGroupInstanceModel.toCacheModel()
           
 CacheModel<MDRRuleGroupInstance> MDRRuleGroupInstanceWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRRuleGroupInstance
 int MDRRuleGroupInstanceModel.compareTo(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 int MDRRuleGroupInstanceWrapper.compareTo(MDRRuleGroupInstance mdrRuleGroupInstance)
           
static MDRRuleGroupInstanceSoap MDRRuleGroupInstanceSoap.toSoapModel(MDRRuleGroupInstance model)
           
static MDRRuleGroupInstanceSoap[] MDRRuleGroupInstanceSoap.toSoapModels(MDRRuleGroupInstance[] models)
           
static MDRRuleGroupInstanceSoap[][] MDRRuleGroupInstanceSoap.toSoapModels(MDRRuleGroupInstance[][] models)
           
 

Method parameters in com.liferay.portlet.mobiledevicerules.model with type arguments of type MDRRuleGroupInstance
static MDRRuleGroupInstanceSoap[] MDRRuleGroupInstanceSoap.toSoapModels(List<MDRRuleGroupInstance> models)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRRuleGroupInstance
MDRRuleGroupInstanceWrapper(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.model.impl
 

Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement MDRRuleGroupInstance
 class MDRRuleGroupInstanceBaseImpl
          The extended model base implementation for the MDRRuleGroupInstance service.
 class MDRRuleGroupInstanceImpl
           
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl that return MDRRuleGroupInstance
 MDRRuleGroupInstance MDRRuleGroupInstanceCacheModel.toEntityModel()
           
 MDRRuleGroupInstance MDRRuleGroupInstanceModelImpl.toEscapedModel()
           
static MDRRuleGroupInstance MDRRuleGroupInstanceModelImpl.toModel(MDRRuleGroupInstanceSoap soapModel)
          Converts the soap model instance into a normal model instance.
 MDRRuleGroupInstance MDRRuleGroupInstanceModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl that return types with arguments of type MDRRuleGroupInstance
 CacheModel<MDRRuleGroupInstance> MDRRuleGroupInstanceModelImpl.toCacheModel()
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceModelImpl.toModels(MDRRuleGroupInstanceSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl with parameters of type MDRRuleGroupInstance
 int MDRRuleGroupInstanceModelImpl.compareTo(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.service
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleGroupInstance
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceServiceUtil.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceService.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceServiceWrapper.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceServiceUtil.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceService.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceServiceWrapper.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.createMDRRuleGroupInstance(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.createMDRRuleGroupInstance(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.createMDRRuleGroupInstance(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
          Deletes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
          Deletes the m d r rule group instance with the primary key from the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
          Deletes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.fetchMDRRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.fetchMDRRuleGroupInstance(long ruleGroupInstanceId)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.fetchMDRRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.fetchRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.fetchRuleGroupInstance(long ruleGroupInstanceId)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.fetchRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.fetchRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.fetchRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.fetchRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstance(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstance(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstance(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstanceByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group instance with the UUID in the group.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstanceByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group instance with the UUID in the group.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstanceByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group instance with the UUID in the group.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.getRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstance(long ruleGroupInstanceId)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.getRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
static MDRRuleGroupInstance MDRRuleGroupInstanceServiceUtil.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceService.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceServiceWrapper.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service that return types with arguments of type MDRRuleGroupInstance
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstances(int start, int end)
          Returns a range of all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstances(int start, int end)
          Returns a range of all the m d r rule group instances.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstances(int start, int end)
          Returns a range of all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getRuleGroupInstances(long ruleGroupId)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(long ruleGroupId)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(long ruleGroupId)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getRuleGroupInstances(long ruleGroupId, int start, int end)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(long ruleGroupId, int start, int end)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(long ruleGroupId, int start, int end)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getRuleGroupInstances(String className, long classPK)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(String className, long classPK)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(String className, long classPK)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceUtil.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceService.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceWrapper.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalService.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupInstance
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 void MDRRuleGroupInstanceLocalService.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
 void MDRRuleGroupInstanceLocalServiceWrapper.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
static void MDRRuleGroupInstanceLocalServiceUtil.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceWrapper.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
static MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceUtil.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.service.base
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRuleGroupInstance
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.createMDRRuleGroupInstance(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
          Deletes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.fetchMDRRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRuleGroupInstance(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRuleGroupInstanceByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group instance with the UUID in the group.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return types with arguments of type MDRRuleGroupInstance
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRuleGroupInstances(int start, int end)
          Returns a range of all the m d r rule group instances.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRuleGroupInstance
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.service.http
 

Methods in com.liferay.portlet.mobiledevicerules.service.http that return MDRRuleGroupInstance
static MDRRuleGroupInstance MDRRuleGroupInstanceServiceHttp.addRuleGroupInstance(HttpPrincipal httpPrincipal, long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceServiceHttp.addRuleGroupInstance(HttpPrincipal httpPrincipal, long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceServiceHttp.updateRuleGroupInstance(HttpPrincipal httpPrincipal, long ruleGroupInstanceId, int priority)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.http that return types with arguments of type MDRRuleGroupInstance
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceHttp.getRuleGroupInstances(HttpPrincipal httpPrincipal, String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.service.impl
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl that return MDRRuleGroupInstance
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceImpl.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceServiceImpl.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceImpl.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceServiceImpl.addRuleGroupInstance(long groupId, String className, long classPK, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceImpl.fetchRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceImpl.fetchRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceImpl.getRuleGroupInstance(long ruleGroupInstanceId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceImpl.getRuleGroupInstance(String className, long classPK, long ruleGroupId)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceImpl.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 MDRRuleGroupInstance MDRRuleGroupInstanceServiceImpl.updateRuleGroupInstance(long ruleGroupInstanceId, int priority)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl that return types with arguments of type MDRRuleGroupInstance
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceImpl.getRuleGroupInstances(long ruleGroupId)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceImpl.getRuleGroupInstances(long ruleGroupId, int start, int end)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceImpl.getRuleGroupInstances(String className, long classPK)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceLocalServiceImpl.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MDRRuleGroupInstance> MDRRuleGroupInstanceServiceImpl.getRuleGroupInstances(String className, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl with parameters of type MDRRuleGroupInstance
 void MDRRuleGroupInstanceLocalServiceImpl.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.service.permission
 

Methods in com.liferay.portlet.mobiledevicerules.service.permission with parameters of type MDRRuleGroupInstance
static void MDRRuleGroupInstancePermissionUtil.check(PermissionChecker permissionChecker, MDRRuleGroupInstance ruleGroupInstance, String actionId)
           
 void MDRRuleGroupInstancePermission.check(PermissionChecker permissionChecker, MDRRuleGroupInstance ruleGroupInstance, String actionId)
           
 void MDRRuleGroupInstancePermissionImpl.check(PermissionChecker permissionChecker, MDRRuleGroupInstance ruleGroupInstance, String actionId)
           
static boolean MDRRuleGroupInstancePermissionUtil.contains(PermissionChecker permissionChecker, MDRRuleGroupInstance ruleGroupInstance, String actionId)
           
 boolean MDRRuleGroupInstancePermission.contains(PermissionChecker permissionChecker, MDRRuleGroupInstance ruleGroupInstance, String actionId)
           
 boolean MDRRuleGroupInstancePermissionImpl.contains(PermissionChecker permissionChecker, MDRRuleGroupInstance ruleGroupInstance, String actionId)
           
 

Uses of MDRRuleGroupInstance in com.liferay.portlet.mobiledevicerules.service.persistence
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRRuleGroupInstance
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.create(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.create(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.create(long ruleGroupInstanceId)
          Creates a new m d r rule group instance with the primary key.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByC_C_R(long classNameId, long classPK, long ruleGroupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByC_C_R(long classNameId, long classPK, long ruleGroupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByC_C_R(long classNameId, long classPK, long ruleGroupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found, optionally using the finder cache.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or returns null if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or returns null if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or returns null if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule group instance with the primary key or returns null if it could not be found.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistenceImpl.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistenceImpl.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?.
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByC_C_PrevAndNext(long ruleGroupInstanceId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByC_C_PrevAndNext(long ruleGroupInstanceId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistenceImpl.findByC_C_PrevAndNext(long ruleGroupInstanceId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistenceImpl.findByG_C_C_PrevAndNext(long ruleGroupInstanceId, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistenceImpl.findByGroupId_PrevAndNext(long ruleGroupInstanceId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or throws a NoSuchRuleGroupInstanceException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or throws a NoSuchRuleGroupInstanceException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByPrimaryKey(long ruleGroupInstanceId)
          Returns the m d r rule group instance with the primary key or throws a NoSuchRuleGroupInstanceException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule group instance with the primary key or throws a NoSuchModelException if it could not be found.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByRuleGroupId_First(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByRuleGroupId_Last(long ruleGroupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId, long ruleGroupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId, long ruleGroupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistenceImpl.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId, long ruleGroupId, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group instance in the ordered set where uuid = ?.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group instance where uuid = ? and groupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group instance in the ordered set where uuid = ?.
static MDRRuleGroupInstance[] MDRRuleGroupInstanceUtil.findByUuid_PrevAndNext(long ruleGroupInstanceId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistence.findByUuid_PrevAndNext(long ruleGroupInstanceId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?.
 MDRRuleGroupInstance[] MDRRuleGroupInstancePersistenceImpl.findByUuid_PrevAndNext(long ruleGroupInstanceId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?.
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByC_C_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByG_C_C_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByGroupId_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByRuleGroupId_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long ruleGroupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByUuid_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.remove(long ruleGroupInstanceId)
          Removes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.remove(long ruleGroupInstanceId)
          Removes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.remove(long ruleGroupInstanceId)
          Removes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.remove(Serializable primaryKey)
          Removes the m d r rule group instance with the primary key from the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.removeByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Removes the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? from the database.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.removeByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Removes the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? from the database.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.removeByC_C_R(long classNameId, long classPK, long ruleGroupId)
          Removes the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? from the database.
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group instance where uuid = ? and groupId = ? from the database.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group instance where uuid = ? and groupId = ? from the database.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group instance where uuid = ? and groupId = ? from the database.
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.removeImpl(MDRRuleGroupInstance mdrRuleGroupInstance)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.toUnwrappedModel(MDRRuleGroupInstance mdrRuleGroupInstance)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.update(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.update(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge, ServiceContext serviceContext)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return types with arguments of type MDRRuleGroupInstance
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the m d r rule group instances that the user has permission to view where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findAll()
          Returns all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findAll()
          Returns all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findAll()
          Returns all the m d r rule group instances.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findAll(int start, int end)
          Returns a range of all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findAll(int start, int end)
          Returns a range of all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findAll(int start, int end)
          Returns a range of all the m d r rule group instances.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByC_C(long classNameId, long classPK)
          Returns all the m d r rule group instances where classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByC_C(long classNameId, long classPK)
          Returns all the m d r rule group instances where classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns all the m d r rule group instances where classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByGroupId(long groupId)
          Returns all the m d r rule group instances where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByGroupId(long groupId)
          Returns all the m d r rule group instances where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByGroupId(long groupId)
          Returns all the m d r rule group instances where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule group instances where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where groupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId)
          Returns all the m d r rule group instances where ruleGroupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId)
          Returns all the m d r rule group instances where ruleGroupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByRuleGroupId(long ruleGroupId)
          Returns all the m d r rule group instances where ruleGroupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId, int start, int end)
          Returns a range of all the m d r rule group instances where ruleGroupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId, int start, int end)
          Returns a range of all the m d r rule group instances where ruleGroupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByRuleGroupId(long ruleGroupId, int start, int end)
          Returns a range of all the m d r rule group instances where ruleGroupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByRuleGroupId(long ruleGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByUuid(String uuid)
          Returns all the m d r rule group instances where uuid = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByUuid(String uuid)
          Returns all the m d r rule group instances where uuid = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByUuid(String uuid)
          Returns all the m d r rule group instances where uuid = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r rule group instances where uuid = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r rule group instances where uuid = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r rule group instances where uuid = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ?.
 List<MDRRuleGroupInstance> MDRRuleGroupInstancePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule group instances where uuid = ?.
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MDRRuleGroupInstance> MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type MDRRuleGroupInstance
static void MDRRuleGroupInstanceUtil.cacheResult(MDRRuleGroupInstance mdrRuleGroupInstance)
          Caches the m d r rule group instance in the entity cache if it is enabled.
 void MDRRuleGroupInstancePersistence.cacheResult(MDRRuleGroupInstance mdrRuleGroupInstance)
          Caches the m d r rule group instance in the entity cache if it is enabled.
 void MDRRuleGroupInstancePersistenceImpl.cacheResult(MDRRuleGroupInstance mdrRuleGroupInstance)
          Caches the m d r rule group instance in the entity cache if it is enabled.
protected  void MDRRuleGroupInstancePersistenceImpl.cacheUniqueFindersCache(MDRRuleGroupInstance mdrRuleGroupInstance)
           
static void MDRRuleGroupInstanceUtil.clearCache(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 void MDRRuleGroupInstancePersistenceImpl.clearCache(MDRRuleGroupInstance mdrRuleGroupInstance)
          Clears the cache for the m d r rule group instance.
protected  void MDRRuleGroupInstancePersistenceImpl.clearUniqueFindersCache(MDRRuleGroupInstance mdrRuleGroupInstance)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByC_C_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByG_C_C_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByGroupId_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByRuleGroupId_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, long ruleGroupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.getByUuid_PrevAndNext(Session session, MDRRuleGroupInstance mdrRuleGroupInstance, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.removeImpl(MDRRuleGroupInstance mdrRuleGroupInstance)
           
protected  MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.toUnwrappedModel(MDRRuleGroupInstance mdrRuleGroupInstance)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.update(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.update(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge, ServiceContext serviceContext)
           
static MDRRuleGroupInstance MDRRuleGroupInstanceUtil.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
 MDRRuleGroupInstance MDRRuleGroupInstancePersistence.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance, boolean merge)
           
 

Method parameters in com.liferay.portlet.mobiledevicerules.service.persistence with type arguments of type MDRRuleGroupInstance
static void MDRRuleGroupInstanceUtil.cacheResult(List<MDRRuleGroupInstance> mdrRuleGroupInstances)
          Caches the m d r rule group instances in the entity cache if it is enabled.
 void MDRRuleGroupInstancePersistence.cacheResult(List<MDRRuleGroupInstance> mdrRuleGroupInstances)
          Caches the m d r rule group instances in the entity cache if it is enabled.
 void MDRRuleGroupInstancePersistenceImpl.cacheResult(List<MDRRuleGroupInstance> mdrRuleGroupInstances)
          Caches the m d r rule group instances in the entity cache if it is enabled.
 void MDRRuleGroupInstancePersistenceImpl.clearCache(List<MDRRuleGroupInstance> mdrRuleGroupInstances)
           
 


Liferay 6.1.2-ce-ga3