Class DefaultRuleGroupExecutionRRDConverter
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.converters.DefaultRuleGroupExecutionRRDConverter
-
- All Implemented Interfaces:
Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>,org.springframework.core.convert.converter.Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>
@Deprecated(since="20.05", forRemoval=true) public class DefaultRuleGroupExecutionRRDConverter extends java.lang.Object implements Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>Deprecated, for removal: This API element is subject to removal in a future version.not used anymore as RuleGroupExecutionRRD is not used anymore (seeRuleAndRuleGroupExecutionTrackerinstead)DefaultRuleGroupExecutionRRDConverter is a converter for converting anAbstractRuleEngineRuleModelto a set ofRuleGroupExecutionRRDs.
-
-
Constructor Summary
Constructors Constructor Description DefaultRuleGroupExecutionRRDConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RuleGroupExecutionRRDconvert(AbstractRuleEngineRuleModel source)Deprecated, for removal: This API element is subject to removal in a future version.Converts the source object, creating a new instance of the destination typeRuleGroupExecutionRRDconvert(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD prototype)Deprecated, for removal: This API element is subject to removal in a future version.Convert the source object by filling the prototypeprotected Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>getRuleGroupExecutionRrdPopulator()Deprecated, for removal: This API element is subject to removal in a future version.voidsetRuleGroupExecutionRrdPopulator(Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD> ruleGroupExecutionRrdPopulator)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.servicelayer.dto.converter.Converter
convertAll, convertAllIgnoreExceptions, getLogger
-
-
-
-
Method Detail
-
convert
public RuleGroupExecutionRRD convert(AbstractRuleEngineRuleModel source)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ConverterConverts the source object, creating a new instance of the destination type- Specified by:
convertin interfaceConverter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>- Parameters:
source- the source object- Returns:
- the converted object
-
convert
public RuleGroupExecutionRRD convert(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD prototype)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ConverterConvert the source object by filling the prototype- Specified by:
convertin interfaceConverter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>- Parameters:
source- the source objectprototype- the prototype to fill- Returns:
- the converted object, identical to the prototype
-
getRuleGroupExecutionRrdPopulator
protected Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD> getRuleGroupExecutionRrdPopulator()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setRuleGroupExecutionRrdPopulator
public void setRuleGroupExecutionRrdPopulator(Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD> ruleGroupExecutionRrdPopulator)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-