@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 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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MDRRuleGroupInstanceServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MDRRuleGroupInstanceServicebeanIdentifier - the Spring bean ID for this beanpublic MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, int priority, ServiceContext serviceContext) throws PortalException, SystemException
addRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionSystemExceptionpublic MDRRuleGroupInstance addRuleGroupInstance(long groupId, java.lang.String className, long classPK, long ruleGroupId, ServiceContext serviceContext) throws PortalException, SystemException
addRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionSystemExceptionpublic void deleteRuleGroupInstance(long ruleGroupInstanceId)
throws PortalException,
SystemException
deleteRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionSystemExceptionpublic java.util.List<MDRRuleGroupInstance> getRuleGroupInstances(java.lang.String className, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
getRuleGroupInstances in interface MDRRuleGroupInstanceServiceSystemExceptionpublic int getRuleGroupInstancesCount(java.lang.String className,
long classPK)
throws SystemException
getRuleGroupInstancesCount in interface MDRRuleGroupInstanceServiceSystemExceptionpublic MDRRuleGroupInstance updateRuleGroupInstance(long ruleGroupInstanceId, int priority) throws PortalException, SystemException
updateRuleGroupInstance in interface MDRRuleGroupInstanceServicePortalExceptionSystemExceptionpublic MDRRuleGroupInstanceService getWrappedMDRRuleGroupInstanceService()
getWrappedService()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>