Uses of Class
com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteStatusModel
Packages that use SAPCpiOutboundQuoteStatusModel
Package
Description
-
Uses of SAPCpiOutboundQuoteStatusModel in com.sap.hybris.sapquoteintegration.outbound.service
Classes in com.sap.hybris.sapquoteintegration.outbound.service with type parameters of type SAPCpiOutboundQuoteStatusModelModifier and TypeInterfaceDescriptioninterfaceSapCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteStatusModel> Provides mapping fromQuoteModeltoSAPCpiOutboundQuoteStatusModel.Methods in com.sap.hybris.sapquoteintegration.outbound.service that return SAPCpiOutboundQuoteStatusModelModifier and TypeMethodDescriptionSapCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuoteStatus(QuoteModel quoteModel) Converts QuoteModel to SAPCpiOutboundQuoteStatusModelMethods in com.sap.hybris.sapquoteintegration.outbound.service with parameters of type SAPCpiOutboundQuoteStatusModelModifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<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 SAPCpiOutboundQuoteStatusModelModifier and TypeMethodDescriptionDefaultSapCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuoteStatus(QuoteModel quote) Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return types with arguments of type SAPCpiOutboundQuoteStatusModelModifier and TypeMethodDescriptionDefaultSapCpiOutboundQuoteConversionService.getSapCpiQuoteStatusMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type SAPCpiOutboundQuoteStatusModelModifier and TypeMethodDescriptionvoidDefaultSapCpiQuoteStatusMapperService.map(QuoteModel quote, SAPCpiOutboundQuoteStatusModel scpiQuoteStatus) rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultSapCpiOutboundQuoteService.sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel) Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type SAPCpiOutboundQuoteStatusModelModifier and TypeMethodDescriptionvoidDefaultSapCpiOutboundQuoteConversionService.setSapCpiQuoteStatusMappers(List<SapCpiQuoteStatusMapperService<QuoteModel, SAPCpiOutboundQuoteStatusModel>> sapCpiQuoteStatusMappers)