@ProviderType public class MDRRuleServiceWrapper extends java.lang.Object implements MDRRuleService, ServiceWrapper<MDRRuleService>
MDRRuleService.MDRRuleService| Constructor and Description |
|---|
MDRRuleServiceWrapper(MDRRuleService mdrRuleService) |
| Modifier and Type | Method and Description |
|---|---|
MDRRule |
addRule(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
ServiceContext serviceContext) |
MDRRule |
addRule(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext) |
void |
deleteRule(long ruleId) |
MDRRule |
fetchRule(long ruleId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
MDRRule |
getRule(long ruleId) |
MDRRuleService |
getWrappedMDRRuleService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MDRRuleService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedMDRRuleService(MDRRuleService mdrRuleService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService) |
void |
setWrappedService(MDRRuleService mdrRuleService) |
MDRRule |
updateRule(long ruleId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
ServiceContext serviceContext) |
MDRRule |
updateRule(long ruleId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext) |
public MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
public MDRRule addRule(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, UnicodeProperties typeSettings, ServiceContext serviceContext) throws PortalException
addRule in interface MDRRuleServicePortalExceptionpublic MDRRule addRule(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
addRule in interface MDRRuleServicePortalExceptionpublic void deleteRule(long ruleId)
throws PortalException
deleteRule in interface MDRRuleServicePortalExceptionpublic MDRRule fetchRule(long ruleId) throws PortalException
fetchRule in interface MDRRuleServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MDRRuleServicepublic MDRRule getRule(long ruleId) throws PortalException
getRule in interface MDRRuleServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MDRRuleServicebeanIdentifier - the Spring bean ID for this beanpublic MDRRule updateRule(long ruleId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
updateRule in interface MDRRuleServicePortalExceptionpublic MDRRule updateRule(long ruleId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException
updateRule in interface MDRRuleServicePortalException@Deprecated public MDRRuleService getWrappedMDRRuleService()
getWrappedService()@Deprecated public void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService)public MDRRuleService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRRuleService>public void setWrappedService(MDRRuleService mdrRuleService)
setWrappedService in interface ServiceWrapper<MDRRuleService>