Uses of Class
com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteItemModel
-
Packages that use SAPCpiOutboundQuoteItemModel Package Description com.sap.hybris.sapquoteintegration.model Contains generated models for each type of com.sap.hybris.sapquoteintegration.jalo package.com.sap.hybris.sapquoteintegration.outbound.service com.sap.hybris.sapquoteintegration.outbound.service.impl de.hybris.platform.sap.productconfig.cpiquoteexchange.service.outbound -
-
Uses of SAPCpiOutboundQuoteItemModel in com.sap.hybris.sapquoteintegration.model
Methods in com.sap.hybris.sapquoteintegration.model that return SAPCpiOutboundQuoteItemModel Modifier and Type Method Description SAPCpiOutboundQuoteItemModelSAPCpiOutboundQuoteCommentModel. getSapCpiOutboundQuoteItem()Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.Methods in com.sap.hybris.sapquoteintegration.model that return types with arguments of type SAPCpiOutboundQuoteItemModel Modifier and Type Method Description java.util.List<SAPCpiOutboundQuoteItemModel>SAPCpiOutboundQuoteModel. getSapCpiOutboundQuoteItems()Generated method - Getter of theSAPCpiOutboundQuote.sapCpiOutboundQuoteItemsattribute defined at extensionsapquoteintegration.Methods in com.sap.hybris.sapquoteintegration.model with parameters of type SAPCpiOutboundQuoteItemModel Modifier and Type Method Description voidSAPCpiOutboundQuoteCommentModel. setSapCpiOutboundQuoteItem(SAPCpiOutboundQuoteItemModel value)Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.Method parameters in com.sap.hybris.sapquoteintegration.model with type arguments of type SAPCpiOutboundQuoteItemModel Modifier and Type Method Description voidSAPCpiOutboundQuoteModel. setSapCpiOutboundQuoteItems(java.util.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 SAPCpiOutboundQuoteItemModel Modifier and Type Interface Description interfaceSapCpiQuoteEntryMapperService<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 SAPCpiOutboundQuoteItemModel Modifier and Type Method Description java.util.List<SapCpiQuoteEntryMapperService<AbstractOrderEntryModel,SAPCpiOutboundQuoteItemModel>>DefaultSapCpiOutboundQuoteConversionService. getSapCpiQuoteEntryMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type SAPCpiOutboundQuoteItemModel Modifier and Type Method Description voidDefaultSapCpiQuoteEntryMapperService. map(AbstractOrderEntryModel quoteEntry, SAPCpiOutboundQuoteItemModel sapCpiQuoteItem)Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type SAPCpiOutboundQuoteItemModel Modifier and Type Method Description voidDefaultSapCpiOutboundQuoteConversionService. setSapCpiQuoteEntryMappers(java.util.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 SAPCpiOutboundQuoteItemModel Modifier and Type Method Description voidProductConfigSCPIQuoteEntryMapperImpl. map(AbstractOrderEntryModel source, SAPCpiOutboundQuoteItemModel target)
-