Uses of Class
com.sap.hybris.sapcpqquoteintegration.model.SAPCPQOutboundQuoteStatusModel
Packages that use SAPCPQOutboundQuoteStatusModel
Package
Description
-
Uses of SAPCPQOutboundQuoteStatusModel in com.sap.hybris.sapcpqquoteintegration.outbound.service
Classes in com.sap.hybris.sapcpqquoteintegration.outbound.service with type parameters of type SAPCPQOutboundQuoteStatusModelModifier and TypeInterfaceDescriptioninterfaceSapCpqCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteStatusModel> Provides mapping fromQuoteModeltoSAPCPQOutboundQuoteStatusModel.Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service that return SAPCPQOutboundQuoteStatusModelModifier and TypeMethodDescriptionSapCpqCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuoteStatus(QuoteModel quoteModel) Converts quote to SAPCPQOutboundQuoteStatusModel to be sent to SCPIMethods in com.sap.hybris.sapcpqquoteintegration.outbound.service with parameters of type SAPCPQOutboundQuoteStatusModelModifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<Map>>SapCpqCpiOutboundQuoteService.sendQuoteStatus(SAPCPQOutboundQuoteStatusModel sapCPQOutboundQuoteStatusModel) Method to send quote status -
Uses of SAPCPQOutboundQuoteStatusModel in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl that return SAPCPQOutboundQuoteStatusModelModifier and TypeMethodDescriptionDefaultSapCpqCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuoteStatus(QuoteModel quote) Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl that return types with arguments of type SAPCPQOutboundQuoteStatusModelModifier and TypeMethodDescriptionDefaultSapCpqCpiOutboundQuoteConversionService.getSapCpqCpiQuoteStatusMappers()Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl with parameters of type SAPCPQOutboundQuoteStatusModelModifier and TypeMethodDescriptionvoidDefaultSapCpqCpiQuoteStatusMapperService.map(QuoteModel quote, SAPCPQOutboundQuoteStatusModel scpiQuoteStatus) rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultSapCpqCpiOutboundQuoteService.sendQuoteStatus(SAPCPQOutboundQuoteStatusModel sapCPQOutboundQuoteStatusModel) Method parameters in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl with type arguments of type SAPCPQOutboundQuoteStatusModelModifier and TypeMethodDescriptionvoidDefaultSapCpqCpiOutboundQuoteConversionService.setSapCpqCpiQuoteStatusMappers(List<SapCpqCpiQuoteStatusMapperService<QuoteModel, SAPCPQOutboundQuoteStatusModel>> sapCpqCpiQuoteStatusMappers)