Uses of Class
com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteItemModel
Packages that use SAPCpiOutboundQuoteItemModel
Package
Description
Contains generated models for each type of com.sap.hybris.sapquoteintegration.jalo package.
-
Uses of SAPCpiOutboundQuoteItemModel in com.sap.hybris.sapquoteintegration.model
Methods in com.sap.hybris.sapquoteintegration.model that return SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionSAPCpiOutboundQuoteCommentModel.getSapCpiOutboundQuoteItem()Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.Methods in com.sap.hybris.sapquoteintegration.model that return types with arguments of type SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionSAPCpiOutboundQuoteModel.getSapCpiOutboundQuoteItems()Generated method - Getter of theSAPCpiOutboundQuote.sapCpiOutboundQuoteItemsattribute defined at extensionsapquoteintegration.Methods in com.sap.hybris.sapquoteintegration.model with parameters of type SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionvoidSAPCpiOutboundQuoteCommentModel.setSapCpiOutboundQuoteItem(SAPCpiOutboundQuoteItemModel value) Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.Method parameters in com.sap.hybris.sapquoteintegration.model with type arguments of type SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionvoidSAPCpiOutboundQuoteModel.setSapCpiOutboundQuoteItems(List<SAPCpiOutboundQuoteItemModel> value) Generated method - Setter ofSAPCpiOutboundQuote.sapCpiOutboundQuoteItemsattribute defined at extensionsapquoteintegration. -
Uses of SAPCpiOutboundQuoteItemModel in com.sap.hybris.sapquoteintegration.outbound.service
Classes in com.sap.hybris.sapquoteintegration.outbound.service with type parameters of type SAPCpiOutboundQuoteItemModelModifier and TypeInterfaceDescriptioninterfaceSapCpiQuoteEntryMapperService<SOURCE extends AbstractOrderEntryModel,TARGET extends SAPCpiOutboundQuoteItemModel> Provides mapping fromAbstractOrderEntryModelof Quote toSAPCpiOutboundQuoteItemModel. -
Uses of SAPCpiOutboundQuoteItemModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return types with arguments of type SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionDefaultSapCpiOutboundQuoteConversionService.getSapCpiQuoteEntryMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionvoidDefaultSapCpiQuoteEntryMapperService.map(AbstractOrderEntryModel quoteEntry, SAPCpiOutboundQuoteItemModel sapCpiQuoteItem) Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionvoidDefaultSapCpiOutboundQuoteConversionService.setSapCpiQuoteEntryMappers(List<SapCpiQuoteEntryMapperService<AbstractOrderEntryModel, SAPCpiOutboundQuoteItemModel>> sapCpiQuoteEntryMappers) -
Uses of SAPCpiOutboundQuoteItemModel in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.outbound
Methods in de.hybris.platform.sap.productconfig.cpiquoteexchange.service.outbound with parameters of type SAPCpiOutboundQuoteItemModelModifier and TypeMethodDescriptionvoidProductConfigSCPIQuoteEntryMapperImpl.map(AbstractOrderEntryModel source, SAPCpiOutboundQuoteItemModel target)