@ProviderType
public class MDRRuleGroupServiceUtil
extends java.lang.Object
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupServiceImpl 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.MDRRuleGroupService,
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupServiceImpl| Constructor and Description |
|---|
MDRRuleGroupServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static MDRRuleGroup |
addRuleGroup(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
static MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext) |
static void |
deleteRuleGroup(long ruleGroupId) |
static MDRRuleGroup |
fetchRuleGroup(long ruleGroupId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static MDRRuleGroup |
getRuleGroup(long ruleGroupId) |
static MDRRuleGroupService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(MDRRuleGroupService service)
Deprecated.
As of 6.2.0
|
static MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static MDRRuleGroup addRuleGroup(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static MDRRuleGroup getRuleGroup(long ruleGroupId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static MDRRuleGroup updateRuleGroup(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static MDRRuleGroupService getService()
public void setService(MDRRuleGroupService service)