Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupInstancePersistence

Packages that use MDRRuleGroupInstancePersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.persistence   
com.liferay.portlet.mobiledevicerules.service.persistence.impl   
 

Uses of MDRRuleGroupInstancePersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as MDRRuleGroupInstancePersistence
protected  MDRRuleGroupInstancePersistence LayoutLocalServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence LayoutServiceBaseImpl.mdrRuleGroupInstancePersistence
           
 

Methods in com.liferay.portal.service.base that return MDRRuleGroupInstancePersistence
 MDRRuleGroupInstancePersistence LayoutLocalServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence LayoutServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 

Methods in com.liferay.portal.service.base with parameters of type MDRRuleGroupInstancePersistence
 void LayoutLocalServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void LayoutServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 

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

Fields in com.liferay.portlet.mobiledevicerules.service.base declared as MDRRuleGroupInstancePersistence
protected  MDRRuleGroupInstancePersistence MDRRuleGroupInstanceLocalServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRActionServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRActionLocalServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRRuleGroupServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRRuleGroupInstanceServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRRuleGroupLocalServiceBaseImpl.mdrRuleGroupInstancePersistence
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRuleGroupInstancePersistence
 MDRRuleGroupInstancePersistence MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRActionServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRActionLocalServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRRuleGroupServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRRuleGroupInstanceServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRRuleGroupLocalServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRuleGroupInstancePersistence
 void MDRRuleGroupInstanceLocalServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void MDRActionServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void MDRActionLocalServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void MDRRuleGroupServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void MDRRuleGroupInstanceServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void MDRRuleGroupLocalServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 

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

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRRuleGroupInstancePersistence
static MDRRuleGroupInstancePersistence MDRRuleGroupInstanceUtil.getPersistence()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type MDRRuleGroupInstancePersistence
 void MDRRuleGroupInstanceUtil.setPersistence(MDRRuleGroupInstancePersistence persistence)
          Deprecated. As of 6.2.0
 

Uses of MDRRuleGroupInstancePersistence in com.liferay.portlet.mobiledevicerules.service.persistence.impl
 

Classes in com.liferay.portlet.mobiledevicerules.service.persistence.impl that implement MDRRuleGroupInstancePersistence
 class MDRRuleGroupInstancePersistenceImpl
          The persistence implementation for the m d r rule group instance service.
 


Liferay 7.0-ce-m3