@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<MDRRuleGroupInstance> 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 MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className, long classPK, int start, int end, OrderByComparator<MDRRuleGroupInstance> orderByComparator)
public static int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws PortalException
PortalExceptionpublic static MDRRuleGroupInstanceService getService()
@Deprecated public void setService(MDRRuleGroupInstanceService service)