@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, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addRule
in interface MDRRuleService
com.liferay.portal.kernel.exception.PortalException
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 MDRRuleService
com.liferay.portal.kernel.exception.PortalException
public void deleteRule(long ruleId) throws com.liferay.portal.kernel.exception.PortalException
deleteRule
in interface MDRRuleService
com.liferay.portal.kernel.exception.PortalException
public MDRRule fetchRule(long ruleId) throws com.liferay.portal.kernel.exception.PortalException
fetchRule
in interface MDRRuleService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MDRRuleService
public MDRRule getRule(long ruleId) throws com.liferay.portal.kernel.exception.PortalException
getRule
in interface MDRRuleService
com.liferay.portal.kernel.exception.PortalException
public 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 MDRRuleService
com.liferay.portal.kernel.exception.PortalException
public 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 MDRRuleService
com.liferay.portal.kernel.exception.PortalException
public 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>