public class MDRRuleGroupInstanceServiceWrapper extends java.lang.Object implements MDRRuleGroupInstanceService, 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,
ServiceContext serviceContext) |
MDRRuleGroupInstance |
addRuleGroupInstance(long groupId,
java.lang.String className,
long classPK,
long ruleGroupId,
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,
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, ServiceContext serviceContext) throws PortalException
addRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionpublic MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, ServiceContext serviceContext) throws PortalException
addRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionpublic void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws PortalException
deleteRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MDRRuleGroupInstanceServicepublic java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className, long classPK, int start, int end, 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 PortalException
updateRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionpublic MDRRuleGroupInstanceService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRRuleGroupInstanceService>public void setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
setWrappedService in interface ServiceWrapper<MDRRuleGroupInstanceService>