@ProviderType public class MDRActionServiceWrapper extends java.lang.Object implements MDRActionService, ServiceWrapper<MDRActionService>
MDRActionService.MDRActionService| Constructor and Description |
|---|
MDRActionServiceWrapper(MDRActionService mdrActionService) |
| Modifier and Type | Method and Description |
|---|---|
MDRAction |
addAction(long ruleGroupInstanceId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
ServiceContext serviceContext) |
MDRAction |
addAction(long ruleGroupInstanceId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext) |
void |
deleteAction(long actionId) |
MDRAction |
fetchAction(long actionId) |
MDRAction |
getAction(long actionId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
MDRActionService |
getWrappedMDRActionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MDRActionService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedMDRActionService(MDRActionService mdrActionService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRActionService) |
void |
setWrappedService(MDRActionService mdrActionService) |
MDRAction |
updateAction(long actionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
ServiceContext serviceContext) |
MDRAction |
updateAction(long actionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext) |
public MDRActionServiceWrapper(MDRActionService mdrActionService)
public MDRAction addAction(long ruleGroupInstanceId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
addAction in interface MDRActionServicePortalExceptionpublic MDRAction addAction(long ruleGroupInstanceId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException
addAction in interface MDRActionServicePortalExceptionpublic void deleteAction(long actionId)
throws PortalException
deleteAction in interface MDRActionServicePortalExceptionpublic MDRAction fetchAction(long actionId) throws PortalException
fetchAction in interface MDRActionServicePortalExceptionpublic MDRAction getAction(long actionId) throws PortalException
getAction in interface MDRActionServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MDRActionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MDRActionServicebeanIdentifier - the Spring bean ID for this beanpublic MDRAction updateAction(long actionId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
updateAction in interface MDRActionServicePortalExceptionpublic MDRAction updateAction(long actionId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException
updateAction in interface MDRActionServicePortalException@Deprecated public MDRActionService getWrappedMDRActionService()
getWrappedService()@Deprecated public void setWrappedMDRActionService(MDRActionService mdrActionService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRActionService)public MDRActionService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRActionService>public void setWrappedService(MDRActionService mdrActionService)
setWrappedService in interface ServiceWrapper<MDRActionService>