@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 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 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, SystemException
addAction in interface MDRActionServicePortalExceptionSystemExceptionpublic 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, SystemException
addAction in interface MDRActionServicePortalExceptionSystemExceptionpublic void deleteAction(long actionId)
throws PortalException,
SystemException
deleteAction in interface MDRActionServicePortalExceptionSystemExceptionpublic MDRAction fetchAction(long actionId) throws PortalException, SystemException
fetchAction in interface MDRActionServicePortalExceptionSystemExceptionpublic MDRAction getAction(long actionId) throws PortalException, SystemException
getAction in interface MDRActionServicePortalExceptionSystemExceptionpublic 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, SystemException
updateAction in interface MDRActionServicePortalExceptionSystemExceptionpublic 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, SystemException
updateAction in interface MDRActionServicePortalExceptionSystemExceptionpublic MDRActionService getWrappedMDRActionService()
getWrappedService()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>