@ProviderType
public class MDRRuleGroupInstanceServiceUtil
extends java.lang.Object
com.liferay.portlet.mobiledevicerules.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.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.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,
ServiceContext serviceContext) |
static MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext) |
static void |
deleteRuleGroupInstance(long ruleGroupInstanceId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static java.util.List<MDRRuleGroupInstance> |
getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator) |
static int |
getRuleGroupInstancesCount(java.lang.String className,
long classPK) |
static MDRRuleGroupInstanceService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(MDRRuleGroupInstanceService service)
Deprecated.
As of 6.2.0
|
static MDRRuleGroupInstance |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemExceptionpublic static int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
throws SystemException
SystemExceptionpublic static MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static MDRRuleGroupInstanceService getService()
public void setService(MDRRuleGroupInstanceService service)