Class DefaultSapCpiQuoteStatusMapperService
java.lang.Object
com.sap.hybris.sapquoteintegration.outbound.service.impl.DefaultSapCpiQuoteStatusMapperService
- All Implemented Interfaces:
SapCpiQuoteStatusMapperService<QuoteModel,SAPCpiOutboundQuoteStatusModel>
public class DefaultSapCpiQuoteStatusMapperService
extends Object
implements SapCpiQuoteStatusMapperService<QuoteModel,SAPCpiOutboundQuoteStatusModel>
Default implementation of mapping Quote Status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmap(QuoteModel quote, SAPCpiOutboundQuoteStatusModel scpiQuoteStatus) Performs mapping from source to target.
-
Constructor Details
-
DefaultSapCpiQuoteStatusMapperService
public DefaultSapCpiQuoteStatusMapperService()
-
-
Method Details
-
map
Description copied from interface:SapCpiQuoteStatusMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpiQuoteStatusMapperService<QuoteModel,SAPCpiOutboundQuoteStatusModel> - Parameters:
quote- Quote ModelscpiQuoteStatus- SAP CPI Outbound Quote Status Model
-