Uses of Class
com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteModel
Packages that use SAPCpiOutboundQuoteModel
Package
Description
Contains generated models for each type of com.sap.hybris.sapquoteintegration.jalo package.
-
Uses of SAPCpiOutboundQuoteModel in com.sap.hybris.sapquoteintegration.model
Methods in com.sap.hybris.sapquoteintegration.model that return SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionSAPCpiOutboundQuoteCommentModel.getSapCpiOutboundQuote()Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.SAPCpiOutboundQuoteCustomerModel.getSapCpiOutboundQuote()Generated method - Getter of theSAPCpiOutboundQuoteCustomer.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.SAPCpiOutboundQuoteItemModel.getSapCpiOutboundQuote()Generated method - Getter of theSAPCpiOutboundQuoteItem.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.Methods in com.sap.hybris.sapquoteintegration.model with parameters of type SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionvoidSAPCpiOutboundQuoteCommentModel.setSapCpiOutboundQuote(SAPCpiOutboundQuoteModel value) Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteCustomerModel.setSapCpiOutboundQuote(SAPCpiOutboundQuoteModel value) Generated method - Setter ofSAPCpiOutboundQuoteCustomer.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteItemModel.setSapCpiOutboundQuote(SAPCpiOutboundQuoteModel value) Generated method - Setter ofSAPCpiOutboundQuoteItem.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration. -
Uses of SAPCpiOutboundQuoteModel in com.sap.hybris.sapquoteintegration.outbound.service
Classes in com.sap.hybris.sapquoteintegration.outbound.service with type parameters of type SAPCpiOutboundQuoteModelModifier and TypeInterfaceDescriptioninterfaceSapCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteModel> Provides mapping fromQuoteModeltoSAPCpiOutboundQuoteModel.Methods in com.sap.hybris.sapquoteintegration.outbound.service that return SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionSapCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuote(QuoteModel quoteModel) Converts quotemodel to SAPCpiOutboundQuoteModelMethods in com.sap.hybris.sapquoteintegration.outbound.service with parameters of type SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<Map>>SapCpiOutboundQuoteService.sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel) -
Uses of SAPCpiOutboundQuoteModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionDefaultSapCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuote(QuoteModel quoteModel) protected SAPCpiOutboundQuoteModelDefaultSapCpiQuoteMapperService.mapQuoteToSapCpiOutboundQuote(QuoteModel quoteModel, SAPCpiOutboundQuoteModel scpiQuoteModel) Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return types with arguments of type SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionDefaultSapCpiOutboundQuoteConversionService.getSapCpiQuoteMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionvoidDefaultSapCpiQuoteMapperService.map(QuoteModel quoteModel, SAPCpiOutboundQuoteModel scpiQuoteModel) protected SAPCpiOutboundQuoteModelDefaultSapCpiQuoteMapperService.mapQuoteToSapCpiOutboundQuote(QuoteModel quoteModel, SAPCpiOutboundQuoteModel scpiQuoteModel) rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultSapCpiOutboundQuoteService.sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel) Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionvoidDefaultSapCpiOutboundQuoteConversionService.setSapCpiQuoteMappers(List<SapCpiQuoteMapperService<QuoteModel, SAPCpiOutboundQuoteModel>> sapCpiQuoteMappers) -
Uses of SAPCpiOutboundQuoteModel in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.outbound
Methods in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.outbound with parameters of type SAPCpiOutboundQuoteModelModifier and TypeMethodDescriptionvoidProductConfigSCPIQuoteMapperImpl.map(QuoteModel source, SAPCpiOutboundQuoteModel target)