Liferay 6.2-ce-ga5

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   
 

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

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

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

Methods in com.liferay.portal.service.base with parameters of type MDRRuleGroupInstancePersistence
 void LayoutServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 void LayoutLocalServiceBaseImpl.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 MDRRuleServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRRuleGroupServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRRuleLocalServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRActionServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRRuleGroupInstanceServiceBaseImpl.mdrRuleGroupInstancePersistence
           
protected  MDRRuleGroupInstancePersistence MDRActionLocalServiceBaseImpl.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 MDRRuleServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRRuleGroupServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRRuleLocalServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRActionServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRRuleGroupInstanceServiceBaseImpl.getMDRRuleGroupInstancePersistence()
          Returns the m d r rule group instance persistence.
 MDRRuleGroupInstancePersistence MDRActionLocalServiceBaseImpl.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 MDRRuleServiceBaseImpl.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 MDRRuleLocalServiceBaseImpl.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 MDRRuleGroupInstanceServiceBaseImpl.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 MDRRuleGroupLocalServiceBaseImpl.setMDRRuleGroupInstancePersistence(MDRRuleGroupInstancePersistence mdrRuleGroupInstancePersistence)
          Sets the m d r rule group instance persistence.
 

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

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

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
 


Liferay 6.2-ce-ga5