Liferay 6.1.0

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
           This class is a wrapper for MDRActionService.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRActionService
static MDRActionService MDRActionServiceUtil.getService()
           
 MDRActionService MDRActionServiceWrapper.getWrappedMDRActionService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRActionService
 void MDRActionServiceUtil.setService(MDRActionService service)
           
 void MDRActionServiceWrapper.setWrappedMDRActionService(MDRActionService mdrActionService)
           
 

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


Liferay 6.1.0