Class AbstractOrderRaoToCurrencyConverter
java.lang.Object
de.hybris.platform.ruleengineservices.converters.AbstractOrderRaoToCurrencyConverter
- All Implemented Interfaces:
Converter<AbstractOrderRAO,,Currency> org.springframework.core.convert.converter.Converter<AbstractOrderRAO,Currency>
public class AbstractOrderRaoToCurrencyConverter
extends Object
implements Converter<AbstractOrderRAO,Currency>
Converts
AbstractOrderRAO to Currency.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(AbstractOrderRAO source) Converts the source object, creating a new instance of the destination typeconvert(AbstractOrderRAO paramSOURCE, Currency paramTARGET) Convert the source object by filling the prototypeprotected CurrencyUtilsvoidsetCurrencyUtils(CurrencyUtils currencyUtils) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.dto.converter.Converter
convertAll, convertAllIgnoreExceptions, getLoggerMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
AbstractOrderRaoToCurrencyConverter
public AbstractOrderRaoToCurrencyConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterConverts the source object, creating a new instance of the destination type- Specified by:
convertin interfaceConverter<AbstractOrderRAO,Currency> - Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<AbstractOrderRAO,Currency> - Parameters:
source- the source object- Returns:
- the converted object
-
convert
Description copied from interface:ConverterConvert the source object by filling the prototype- Specified by:
convertin interfaceConverter<AbstractOrderRAO,Currency> - Parameters:
paramSOURCE- the source objectparamTARGET- the prototype to fill- Returns:
- the converted object, identical to the prototype
-
getCurrencyUtils
-
setCurrencyUtils
-