Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.mobiledevicerules.service.MDRActionService

Packages that use MDRActionService
com.liferay.portlet.mobiledevicerules.service   
 

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

Classes in com.liferay.portlet.mobiledevicerules.service that implement MDRActionService
 class MDRActionServiceWrapper
          Provides a wrapper for MDRActionService.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRActionService
static MDRActionService MDRActionServiceUtil.getService()
           
 MDRActionService MDRActionServiceWrapper.getWrappedMDRActionService()
          Deprecated. As of 6.1.0, replaced by MDRActionServiceWrapper.getWrappedService()
 MDRActionService MDRActionServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRActionService
 void MDRActionServiceUtil.setService(MDRActionService service)
          Deprecated. As of 6.2.0
 void MDRActionServiceWrapper.setWrappedMDRActionService(MDRActionService mdrActionService)
          Deprecated. As of 6.1.0, replaced by MDRActionServiceWrapper.setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRActionService)
 void MDRActionServiceWrapper.setWrappedService(MDRActionService mdrActionService)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRActionService
MDRActionServiceWrapper(MDRActionService mdrActionService)
           
 


Liferay 6.2-ce-ga5