Uses of Class
com.sap.hybris.sapcpqquoteintegration.model.SAPCPQOutboundQuoteModel
Packages that use SAPCPQOutboundQuoteModel
Package
Description
Contains generated models for each type of com.sap.hybris.sapcpqquoteintegration.jalo package.
-
Uses of SAPCPQOutboundQuoteModel in com.sap.hybris.sapcpqquoteintegration.model
Methods in com.sap.hybris.sapcpqquoteintegration.model that return SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionSAPCPQOutboundQuoteCommentModel.getSapCPQOutboundQuote()Generated method - Getter of theSAPCPQOutboundQuoteComment.sapCPQOutboundQuoteattribute defined at extensionsapcpqquoteintegration.SAPCPQOutboundQuoteCustomerModel.getSapCPQOutboundQuote()Generated method - Getter of theSAPCPQOutboundQuoteCustomer.sapCPQOutboundQuoteattribute defined at extensionsapcpqquoteintegration.SAPCPQOutboundQuoteItemModel.getSapCPQOutboundQuote()Generated method - Getter of theSAPCPQOutboundQuoteItem.sapCPQOutboundQuoteattribute defined at extensionsapcpqquoteintegration.Methods in com.sap.hybris.sapcpqquoteintegration.model with parameters of type SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionvoidSAPCPQOutboundQuoteCommentModel.setSapCPQOutboundQuote(SAPCPQOutboundQuoteModel value) Generated method - Setter ofSAPCPQOutboundQuoteComment.sapCPQOutboundQuoteattribute defined at extensionsapcpqquoteintegration.voidSAPCPQOutboundQuoteCustomerModel.setSapCPQOutboundQuote(SAPCPQOutboundQuoteModel value) Generated method - Setter ofSAPCPQOutboundQuoteCustomer.sapCPQOutboundQuoteattribute defined at extensionsapcpqquoteintegration.voidSAPCPQOutboundQuoteItemModel.setSapCPQOutboundQuote(SAPCPQOutboundQuoteModel value) Generated method - Setter ofSAPCPQOutboundQuoteItem.sapCPQOutboundQuoteattribute defined at extensionsapcpqquoteintegration. -
Uses of SAPCPQOutboundQuoteModel in com.sap.hybris.sapcpqquoteintegration.outbound.service
Classes in com.sap.hybris.sapcpqquoteintegration.outbound.service with type parameters of type SAPCPQOutboundQuoteModelModifier and TypeInterfaceDescriptioninterfaceSapCpqCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCPQOutboundQuoteModel> Provides mapping fromQuoteModeltoSAPCPQOutboundQuoteModel.Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service that return SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionSapCpqCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuote(QuoteModel quoteModel) Converts quote to SAPCPQOutboundQuoteModel to be sent to SCPIMethods in com.sap.hybris.sapcpqquoteintegration.outbound.service with parameters of type SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<Map>>SapCpqCpiOutboundQuoteService.sendQuote(SAPCPQOutboundQuoteModel sapCPQOutboundQuoteModel) Method to send a quote -
Uses of SAPCPQOutboundQuoteModel in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl that return SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionDefaultSapCpqCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuote(QuoteModel quoteModel) protected SAPCPQOutboundQuoteModelDefaultSapCpqCpiQuoteMapperService.mapQuoteToSapCpqCpiOutboundQuote(QuoteModel quoteModel, SAPCPQOutboundQuoteModel scpiQuoteModel) Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl that return types with arguments of type SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionDefaultSapCpqCpiOutboundQuoteConversionService.getSapCpqCpiQuoteMappers()Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl with parameters of type SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionvoidDefaultSapCpqCpiQuoteMapperService.map(QuoteModel quoteModel, SAPCPQOutboundQuoteModel scpiQuoteModel) protected SAPCPQOutboundQuoteModelDefaultSapCpqCpiQuoteMapperService.mapQuoteToSapCpqCpiOutboundQuote(QuoteModel quoteModel, SAPCPQOutboundQuoteModel scpiQuoteModel) rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultSapCpqCpiOutboundQuoteService.sendQuote(SAPCPQOutboundQuoteModel sapCPQOutboundQuoteModel) Method parameters in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl with type arguments of type SAPCPQOutboundQuoteModelModifier and TypeMethodDescriptionvoidDefaultSapCpqCpiOutboundQuoteConversionService.setSapCpqCpiQuoteMappers(List<SapCpqCpiQuoteMapperService<QuoteModel, SAPCPQOutboundQuoteModel>> sapCpqCpiQuoteMappers)