com.liferay.portlet.mobiledevicerules.service
Class MDRActionServiceWrapper
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRActionServiceWrapper
- All Implemented Interfaces:
- MDRActionService
public class MDRActionServiceWrapper
- extends Object
- implements MDRActionService
This class is a wrapper for MDRActionService.
- See Also:
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)
|
void |
deleteAction(MDRAction action)
|
MDRAction |
fetchAction(long actionId)
|
MDRAction |
getAction(long actionId)
|
MDRActionService |
getWrappedMDRActionService()
|
void |
setWrappedMDRActionService(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 |
MDRActionServiceWrapper
public MDRActionServiceWrapper(MDRActionService mdrActionService)
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
deleteAction
public void deleteAction(MDRAction action)
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()
setWrappedMDRActionService
public void setWrappedMDRActionService(MDRActionService mdrActionService)