Uses of Class
de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.cache.CPSMasterDataProductContainer
-
-
Uses of CPSMasterDataProductContainer in de.hybris.platform.sap.productconfig.runtime.cps.masterdata.service.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.masterdata.service.impl that return CPSMasterDataProductContainer Modifier and Type Method Description protected CPSMasterDataProductContainerMasterDataContainerResolverImpl. getProduct(CPSMasterDataKnowledgeBaseContainer kbMasterData, java.lang.String id) -
Uses of CPSMasterDataProductContainer in de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.cache
Methods in de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.cache that return types with arguments of type CPSMasterDataProductContainer Modifier and Type Method Description java.util.Map<java.lang.String,CPSMasterDataProductContainer>CPSMasterDataKnowledgeBaseContainer. getProducts()Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.cache with type arguments of type CPSMasterDataProductContainer Modifier and Type Method Description voidCPSMasterDataKnowledgeBaseContainer. setProducts(java.util.Map<java.lang.String,CPSMasterDataProductContainer> products) -
Uses of CPSMasterDataProductContainer in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl that return types with arguments of type CPSMasterDataProductContainer Modifier and Type Method Description protected java.util.Map<java.lang.String,CPSMasterDataProductContainer>PricingDocumentInputKBPopulatorTest. createProductContainer()protected ContextualConverter<CPSMasterDataProductContainer,PricingItemInput,MasterDataContext>PricingDocumentInputKBPopulator. getPricingItemInputKBProductConverter()protected Converter<CPSMasterDataProduct,CPSMasterDataProductContainer>KnowledgeBaseCacheContainerPopulator. getProductConverter()Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl with type arguments of type CPSMasterDataProductContainer Modifier and Type Method Description voidPricingDocumentInputKBPopulator. setPricingItemInputKBProductConverter(ContextualConverter<CPSMasterDataProductContainer,PricingItemInput,MasterDataContext> pricingItemInputKBProductConverter)voidKnowledgeBaseCacheContainerPopulator. setProductConverter(Converter<CPSMasterDataProduct,CPSMasterDataProductContainer> productConverter)
-