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 java.lang.Object implements Converter<OrderEntryRAO,NumberedLineItem>
ConvertsOrderEntryRAOtoNumberedLineItem.
-
-
Constructor Summary
Constructors Constructor Description OrderEntryRaoToNumberedLineItemConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumberedLineItemconvert(OrderEntryRAO entryRao)Converts the source object, creating a new instance of the destination typeNumberedLineItemconvert(OrderEntryRAO paramSOURCE, NumberedLineItem paramTARGET)Convert the source object by filling the prototypeprotected Converter<AbstractOrderRAO,Currency>getAbstractOrderRaoToCurrencyConverter()voidsetAbstractOrderRaoToCurrencyConverter(Converter<AbstractOrderRAO,Currency> abstractOrderRaoToCurrencyConverter)-
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 NumberedLineItem convert(OrderEntryRAO entryRao)
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
public NumberedLineItem convert(OrderEntryRAO paramSOURCE, NumberedLineItem paramTARGET)
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
protected Converter<AbstractOrderRAO,Currency> getAbstractOrderRaoToCurrencyConverter()
-
setAbstractOrderRaoToCurrencyConverter
public void setAbstractOrderRaoToCurrencyConverter(Converter<AbstractOrderRAO,Currency> abstractOrderRaoToCurrencyConverter)
-
-