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 typeSettingsUnicodeProperties,
ServiceContext serviceContext) |
void |
deleteRule(long ruleId) |
MDRRule |
fetchRule(long ruleId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
MDRRule |
getRule(long ruleId) |
MDRRuleService |
getWrappedService() |
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 typeSettingsUnicodeProperties,
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, java.lang.String 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, UnicodeProperties typeSettingsUnicodeProperties, 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 getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MDRRuleServicepublic MDRRule getRule(long ruleId) throws PortalException
getRule 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, 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 typeSettingsUnicodeProperties, ServiceContext serviceContext) throws PortalException
updateRule in interface MDRRuleServicePortalExceptionpublic MDRRuleService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRRuleService>public void setWrappedService(MDRRuleService mdrRuleService)
setWrappedService in interface ServiceWrapper<MDRRuleService>