Liferay 6.1.2-ce-ga3

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

Packages that use MDRRulePersistence
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.persistence   
 

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

Fields in com.liferay.portlet.mobiledevicerules.service.base declared as MDRRulePersistence
protected  MDRRulePersistence MDRRuleGroupInstanceLocalServiceBaseImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRRuleGroupServiceBaseImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRActionLocalServiceBaseImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRActionServiceBaseImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRRuleGroupInstanceServiceBaseImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRRuleServiceBaseImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRRuleLocalServiceBaseImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRRuleGroupLocalServiceBaseImpl.mdrRulePersistence
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRulePersistence
 MDRRulePersistence MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRulePersistence MDRRuleGroupServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRulePersistence MDRActionLocalServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRulePersistence MDRActionServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRulePersistence MDRRuleGroupInstanceServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRulePersistence MDRRuleServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRulePersistence MDRRuleLocalServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 MDRRulePersistence MDRRuleGroupLocalServiceBaseImpl.getMDRRulePersistence()
          Returns the m d r rule persistence.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRulePersistence
 void MDRRuleGroupInstanceLocalServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void MDRRuleGroupServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void MDRActionLocalServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void MDRActionServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void MDRRuleGroupInstanceServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void MDRRuleServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void MDRRuleLocalServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 void MDRRuleGroupLocalServiceBaseImpl.setMDRRulePersistence(MDRRulePersistence mdrRulePersistence)
          Sets the m d r rule persistence.
 

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

Classes in com.liferay.portlet.mobiledevicerules.service.persistence that implement MDRRulePersistence
 class MDRRulePersistenceImpl
          The persistence implementation for the m d r rule service.
 

Fields in com.liferay.portlet.mobiledevicerules.service.persistence declared as MDRRulePersistence
protected  MDRRulePersistence MDRRulePersistenceImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRRuleGroupInstancePersistenceImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRRuleGroupPersistenceImpl.mdrRulePersistence
           
protected  MDRRulePersistence MDRActionPersistenceImpl.mdrRulePersistence
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRRulePersistence
static MDRRulePersistence MDRRuleUtil.getPersistence()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type MDRRulePersistence
 void MDRRuleUtil.setPersistence(MDRRulePersistence persistence)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3