@ProviderType public class MDRRuleGroupInstanceServiceWrapper extends java.lang.Object implements MDRRuleGroupInstanceService, com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleGroupInstanceService>
MDRRuleGroupInstanceService.MDRRuleGroupInstanceService| Constructor and Description |
|---|
MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService) |
| Modifier and Type | Method and Description |
|---|---|
MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
int priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteRuleGroupInstance(long ruleGroupInstanceId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<MDRRuleGroupInstance> |
getRuleGroupInstances(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<MDRRuleGroupInstance> orderByComparator) |
int |
getRuleGroupInstancesCount(java.lang.String className,
long classPK) |
MDRRuleGroupInstanceService |
getWrappedService() |
void |
setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService) |
MDRRuleGroupInstance |
updateRuleGroupInstance(long ruleGroupInstanceId,
int priority) |
public MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
public 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
addRuleGroupInstance in interface MDRRuleGroupInstanceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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
addRuleGroupInstance in interface MDRRuleGroupInstanceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.PortalException
deleteRuleGroupInstance in interface MDRRuleGroupInstanceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MDRRuleGroupInstanceServicepublic java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MDRRuleGroupInstance> orderByComparator)
getRuleGroupInstances in interface MDRRuleGroupInstanceServicepublic int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
getRuleGroupInstancesCount in interface MDRRuleGroupInstanceServicepublic MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws com.liferay.portal.kernel.exception.PortalException
updateRuleGroupInstance in interface MDRRuleGroupInstanceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MDRRuleGroupInstanceService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleGroupInstanceService>public void setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleGroupInstanceService>