@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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MDRRuleServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MDRRuleServicebeanIdentifier - the Spring bean ID for this beanpublic 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, SystemException
addRule in interface MDRRuleServicePortalExceptionSystemExceptionpublic 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, SystemException
addRule in interface MDRRuleServicePortalExceptionSystemExceptionpublic void deleteRule(long ruleId)
throws PortalException,
SystemException
deleteRule in interface MDRRuleServicePortalExceptionSystemExceptionpublic MDRRule fetchRule(long ruleId) throws PortalException, SystemException
fetchRule in interface MDRRuleServicePortalExceptionSystemExceptionpublic MDRRule getRule(long ruleId) throws PortalException, SystemException
getRule in interface MDRRuleServicePortalExceptionSystemExceptionpublic 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, SystemException
updateRule in interface MDRRuleServicePortalExceptionSystemExceptionpublic 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, SystemException
updateRule in interface MDRRuleServicePortalExceptionSystemExceptionpublic MDRRuleService getWrappedMDRRuleService()
getWrappedService()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>