com.liferay.portlet.mobiledevicerules.service
Class MDRActionServiceWrapper
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRActionServiceWrapper
- All Implemented Interfaces:
- 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.
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)
|
MDRActionService |
getWrappedMDRActionService()
Deprecated. Renamed to getWrappedService() |
MDRActionService |
getWrappedService()
|
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 |
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
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>