@ProviderType
public class MDRRuleServiceUtil
extends java.lang.Object
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleServiceImpl 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.MDRRuleService,
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleServiceImpl| Constructor and Description |
|---|
MDRRuleServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static MDRRule |
addRule(long ruleGroupId,
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 MDRRule |
addRule(long ruleGroupId,
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 typeSettings,
ServiceContext serviceContext) |
static void |
deleteRule(long ruleId) |
static MDRRule |
fetchRule(long ruleId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static MDRRule |
getRule(long ruleId) |
static MDRRuleService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(MDRRuleService service)
Deprecated.
As of 6.2.0
|
static MDRRule |
updateRule(long ruleId,
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 MDRRule |
updateRule(long ruleId,
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 MDRRule addRule(long ruleGroupId, 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 typeSettings, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static MDRRule addRule(long ruleGroupId, 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 void deleteRule(long ruleId)
throws PortalException
PortalExceptionpublic static MDRRule fetchRule(long ruleId) throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static MDRRule getRule(long ruleId) throws PortalException
PortalExceptionpublic static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static MDRRule updateRule(long ruleId, 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 MDRRule updateRule(long ruleId, 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 MDRRuleService getService()
@Deprecated public void setService(MDRRuleService service)