Class OrderEntryRaoToNumberedLineItemConverter
java.lang.Object
de.hybris.platform.ruleengineservices.converters.OrderEntryRaoToNumberedLineItemConverter
- All Implemented Interfaces:
Converter<OrderEntryRAO,,NumberedLineItem> org.springframework.core.convert.converter.Converter<OrderEntryRAO,NumberedLineItem>
public class OrderEntryRaoToNumberedLineItemConverter
extends Object
implements Converter<OrderEntryRAO,NumberedLineItem>
Converts
OrderEntryRAO to NumberedLineItem.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(OrderEntryRAO entryRao) Converts the source object, creating a new instance of the destination typeconvert(OrderEntryRAO paramSOURCE, NumberedLineItem paramTARGET) Convert the source object by filling the prototypeprotected Converter<AbstractOrderRAO,Currency> voidsetAbstractOrderRaoToCurrencyConverter(Converter<AbstractOrderRAO, Currency> abstractOrderRaoToCurrencyConverter) 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
-
OrderEntryRaoToNumberedLineItemConverter
public OrderEntryRaoToNumberedLineItemConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterConverts the source object, creating a new instance of the destination type- Specified by:
convertin interfaceConverter<OrderEntryRAO,NumberedLineItem> - Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<OrderEntryRAO,NumberedLineItem> - Parameters:
entryRao- the source object- Returns:
- the converted object
-
convert
Description copied from interface:ConverterConvert the source object by filling the prototype- Specified by:
convertin interfaceConverter<OrderEntryRAO,NumberedLineItem> - Parameters:
paramSOURCE- the source objectparamTARGET- the prototype to fill- Returns:
- the converted object, identical to the prototype
-
getAbstractOrderRaoToCurrencyConverter
-
setAbstractOrderRaoToCurrencyConverter
public void setAbstractOrderRaoToCurrencyConverter(Converter<AbstractOrderRAO, Currency> abstractOrderRaoToCurrencyConverter)
-