@ProviderType
public class MDRRuleGroupInstanceServiceUtil
extends java.lang.Object
com.liferay.mobile.device.rules.service.impl.MDRRuleGroupInstanceServiceImpl
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.MDRRuleGroupInstanceService
,
com.liferay.mobile.device.rules.service.base.MDRRuleGroupInstanceServiceBaseImpl
,
com.liferay.mobile.device.rules.service.impl.MDRRuleGroupInstanceServiceImpl
Constructor and Description |
---|
MDRRuleGroupInstanceServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteRuleGroupInstance(long ruleGroupInstanceId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static java.util.List<MDRRuleGroupInstance> |
getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MDRRuleGroupInstance> orderByComparator) |
static int |
getRuleGroupInstancesCount(java.lang.String className,
long classPK) |
static MDRRuleGroupInstanceService |
getService() |
static MDRRuleGroupInstance |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority) |
public static MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getRuleGroupInstancesCount(java.lang.String className, long classPK)
public static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MDRRuleGroupInstance> orderByComparator)
public static void deleteRuleGroupInstance(long ruleGroupInstanceId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MDRRuleGroupInstanceService getService()