Uses of Class
com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteStatusModel
-
Packages that use SAPCpiOutboundQuoteStatusModel Package Description com.sap.hybris.sapquoteintegration.outbound.service com.sap.hybris.sapquoteintegration.outbound.service.impl -
-
Uses of SAPCpiOutboundQuoteStatusModel in com.sap.hybris.sapquoteintegration.outbound.service
Classes in com.sap.hybris.sapquoteintegration.outbound.service with type parameters of type SAPCpiOutboundQuoteStatusModel Modifier and Type Interface Description interfaceSapCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteStatusModel>Provides mapping fromQuoteModeltoSAPCpiOutboundQuoteStatusModel.Methods in com.sap.hybris.sapquoteintegration.outbound.service that return SAPCpiOutboundQuoteStatusModel Modifier and Type Method Description SAPCpiOutboundQuoteStatusModelSapCpiOutboundQuoteConversionService. convertQuoteToSapCpiQuoteStatus(QuoteModel quoteModel)Methods in com.sap.hybris.sapquoteintegration.outbound.service with parameters of type SAPCpiOutboundQuoteStatusModel Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>SapCpiOutboundQuoteService. sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel) -
Uses of SAPCpiOutboundQuoteStatusModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return SAPCpiOutboundQuoteStatusModel Modifier and Type Method Description SAPCpiOutboundQuoteStatusModelDefaultSapCpiOutboundQuoteConversionService. convertQuoteToSapCpiQuoteStatus(QuoteModel quote)Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return types with arguments of type SAPCpiOutboundQuoteStatusModel Modifier and Type Method Description java.util.List<SapCpiQuoteStatusMapperService<QuoteModel,SAPCpiOutboundQuoteStatusModel>>DefaultSapCpiOutboundQuoteConversionService. getSapCpiQuoteStatusMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type SAPCpiOutboundQuoteStatusModel Modifier and Type Method Description voidDefaultSapCpiQuoteStatusMapperService. map(QuoteModel quote, SAPCpiOutboundQuoteStatusModel scpiQuoteStatus)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultSapCpiOutboundQuoteService. sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel)Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type SAPCpiOutboundQuoteStatusModel Modifier and Type Method Description voidDefaultSapCpiOutboundQuoteConversionService. setSapCpiQuoteStatusMappers(java.util.List<SapCpiQuoteStatusMapperService<QuoteModel,SAPCpiOutboundQuoteStatusModel>> sapCpiQuoteStatusMappers)
-