@ProviderType 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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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 |
getWrappedMDRRuleGroupInstanceService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MDRRuleGroupInstanceService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceService) |
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 getBeanIdentifier()
getBeanIdentifier 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 void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MDRRuleGroupInstanceServicebeanIdentifier - the Spring bean ID for this beanpublic MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws PortalException
updateRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalException@Deprecated public MDRRuleGroupInstanceService getWrappedMDRRuleGroupInstanceService()
getWrappedService()@Deprecated public void setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceService)public MDRRuleGroupInstanceService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRRuleGroupInstanceService>public void setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
setWrappedService in interface ServiceWrapper<MDRRuleGroupInstanceService>