@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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addRuleGroupInstance
in interface MDRRuleGroupInstanceService
com.liferay.portal.kernel.exception.PortalException
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 MDRRuleGroupInstanceService
com.liferay.portal.kernel.exception.PortalException
public MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws com.liferay.portal.kernel.exception.PortalException
updateRuleGroupInstance
in interface MDRRuleGroupInstanceService
com.liferay.portal.kernel.exception.PortalException
public int getRuleGroupInstancesCount(java.lang.String className, long classPK)
getRuleGroupInstancesCount
in interface MDRRuleGroupInstanceService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MDRRuleGroupInstanceService
public 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 MDRRuleGroupInstanceService
public void deleteRuleGroupInstance(long ruleGroupInstanceId) throws com.liferay.portal.kernel.exception.PortalException
deleteRuleGroupInstance
in interface MDRRuleGroupInstanceService
com.liferay.portal.kernel.exception.PortalException
public 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>