Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.service
Class MDRActionServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.MDRActionServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<MDRActionService>, MDRActionService

public class MDRActionServiceWrapper
extends Object
implements MDRActionService, ServiceWrapper<MDRActionService>

This class is a wrapper for MDRActionService.

See Also:
MDRActionService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MDRActionServiceWrapper(MDRActionService mdrActionService)
           
 
Method Summary
 MDRAction addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 void deleteAction(long actionId)
           
 MDRAction fetchAction(long actionId)
           
 MDRAction getAction(long actionId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 MDRActionService getWrappedMDRActionService()
          Deprecated. Renamed to getWrappedService()
 MDRActionService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMDRActionService(MDRActionService mdrActionService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRActionService)
 void setWrappedService(MDRActionService mdrActionService)
           
 MDRAction updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRActionServiceWrapper

public MDRActionServiceWrapper(MDRActionService mdrActionService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface MDRActionService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface MDRActionService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addAction

public MDRAction addAction(long ruleGroupInstanceId,
                           Map<Locale,String> nameMap,
                           Map<Locale,String> descriptionMap,
                           String type,
                           String typeSettings,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
addAction in interface MDRActionService
Throws:
PortalException
SystemException

addAction

public MDRAction addAction(long ruleGroupInstanceId,
                           Map<Locale,String> nameMap,
                           Map<Locale,String> descriptionMap,
                           String type,
                           UnicodeProperties typeSettingsProperties,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
addAction in interface MDRActionService
Throws:
PortalException
SystemException

deleteAction

public void deleteAction(long actionId)
                  throws PortalException,
                         SystemException
Specified by:
deleteAction in interface MDRActionService
Throws:
PortalException
SystemException

fetchAction

public MDRAction fetchAction(long actionId)
                      throws PortalException,
                             SystemException
Specified by:
fetchAction in interface MDRActionService
Throws:
PortalException
SystemException

getAction

public MDRAction getAction(long actionId)
                    throws PortalException,
                           SystemException
Specified by:
getAction in interface MDRActionService
Throws:
PortalException
SystemException

updateAction

public MDRAction updateAction(long actionId,
                              Map<Locale,String> nameMap,
                              Map<Locale,String> descriptionMap,
                              String type,
                              String typeSettings,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Specified by:
updateAction in interface MDRActionService
Throws:
PortalException
SystemException

updateAction

public MDRAction updateAction(long actionId,
                              Map<Locale,String> nameMap,
                              Map<Locale,String> descriptionMap,
                              String type,
                              UnicodeProperties typeSettingsProperties,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Specified by:
updateAction in interface MDRActionService
Throws:
PortalException
SystemException

getWrappedMDRActionService

public MDRActionService getWrappedMDRActionService()
Deprecated. Renamed to getWrappedService()


setWrappedMDRActionService

public void setWrappedMDRActionService(MDRActionService mdrActionService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRActionService)


getWrappedService

public MDRActionService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<MDRActionService>

setWrappedService

public void setWrappedService(MDRActionService mdrActionService)
Specified by:
setWrappedService in interface ServiceWrapper<MDRActionService>

Liferay 6.1.2-ce-ga3