@ProviderType
public class MDRRuleGroupServiceUtil
extends java.lang.Object
com.liferay.mobile.device.rules.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.mobile.device.rules.service.base.MDRRuleGroupServiceBaseImpl
,
com.liferay.mobile.device.rules.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteRuleGroup(long ruleGroupId) |
static MDRRuleGroup |
fetchRuleGroup(long ruleGroupId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static MDRRuleGroup |
getRuleGroup(long ruleGroupId) |
static java.util.List<MDRRuleGroup> |
getRuleGroups(long[] groupIds,
int start,
int end) |
static int |
getRuleGroupsCount(long[] groupIds) |
static MDRRuleGroupService |
getService() |
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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MDRRuleGroup getRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getRuleGroupsCount(long[] groupIds)
public static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<MDRRuleGroup> getRuleGroups(long[] groupIds, int start, int end)
public static void deleteRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MDRRuleGroupService getService()