com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupInstanceServiceUtil
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceServiceUtil
public class MDRRuleGroupInstanceServiceUtil
- extends java.lang.Object
The utility for the m d r rule group instance remote service. This utility wraps 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.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- Author:
- Edward C. Han
- See Also:
MDRRuleGroupInstanceService,
com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupInstanceServiceBaseImpl,
com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupInstanceServiceImpl- Generated:
|
Method Summary |
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.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()
|
void |
setService(MDRRuleGroupInstanceService service)
|
static MDRRuleGroupInstance |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleGroupInstanceServiceUtil
public MDRRuleGroupInstanceServiceUtil()
addRuleGroupInstance
public static MDRRuleGroupInstance addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addRuleGroupInstance
public static MDRRuleGroupInstance addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteRuleGroupInstance
public static void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRuleGroupInstances
public static java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getRuleGroupInstancesCount
public static int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
throws SystemException
- Throws:
SystemException
updateRuleGroupInstance
public static MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static MDRRuleGroupInstanceService getService()
setService
public void setService(MDRRuleGroupInstanceService service)