@ProviderType
public class MDRActionServiceUtil
extends java.lang.Object
com.liferay.portlet.mobiledevicerules.service.impl.MDRActionServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.MDRActionService,
com.liferay.portlet.mobiledevicerules.service.base.MDRActionServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.service.impl.MDRActionServiceImpl| Constructor and Description |
|---|
MDRActionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
static 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) |
static void |
deleteAction(long actionId) |
static MDRAction |
fetchAction(long actionId) |
static MDRAction |
getAction(long actionId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static MDRActionService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(MDRActionService service)
Deprecated.
As of 6.2.0
|
static 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) |
static 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 static 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
PortalExceptionpublic static 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
PortalExceptionpublic static void deleteAction(long actionId)
throws PortalException
PortalExceptionpublic static MDRAction fetchAction(long actionId) throws PortalException
PortalExceptionpublic static MDRAction getAction(long actionId) throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static 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
PortalExceptionpublic static 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
PortalExceptionpublic static MDRActionService getService()
@Deprecated public void setService(MDRActionService service)