@ProviderType public class MDRRuleServiceWrapper extends java.lang.Object implements MDRRuleService, com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.util.UnicodeProperties typeSettings,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.kernel.service.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, com.liferay.portal.kernel.util.UnicodeProperties typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addRule in interface MDRRuleServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addRule in interface MDRRuleServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteRule(long ruleId)
throws com.liferay.portal.kernel.exception.PortalException
deleteRule in interface MDRRuleServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MDRRule fetchRule(long ruleId) throws com.liferay.portal.kernel.exception.PortalException
fetchRule in interface MDRRuleServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MDRRuleServicepublic MDRRule getRule(long ruleId) throws com.liferay.portal.kernel.exception.PortalException
getRule in interface MDRRuleServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateRule in interface MDRRuleServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateRule in interface MDRRuleServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MDRRuleService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleService>public void setWrappedService(MDRRuleService mdrRuleService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleService>