Uses of Class
de.hybris.platform.core.model.product.ProductModel
Packages that use ProductModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.jalo package.
Contains generated models for each type of com.sap.retail.commercesuite.saparticlemodel.jalo package.
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.category.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.
Contains generated models for each type of de.hybris.platform.cms2lib.components package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.customerreview.jalo package.
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
Contains generated models for each type of de.hybris.platform.fraud.jalo package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.promotionengineservices.jalo package.
Contains generated models for each type of de.hybris.platform.promotions.jalo package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.
Contains generated models for each type of de.hybris.platform.sap.sapmodel.jalo package.
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo.order package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.redirect package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
Contains generated models for each type of de.hybris.platform.variants.jalo package.
Contains generated models for each type of de.hybris.platform.voucher.jalo package.
-
Uses of ProductModel in com.hybris.backoffice.model
Methods in com.hybris.backoffice.model that return ProductModelModifier and TypeMethodDescriptionBackofficeObjectCollectionItemReferenceModel.getProduct()Generated method - Getter of theBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.Methods in com.hybris.backoffice.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidBackofficeObjectCollectionItemReferenceModel.setProduct(ProductModel value) Generated method - Setter ofBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.Constructors in com.hybris.backoffice.model with parameters of type ProductModelModifierConstructorDescriptionBackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ItemModel _owner, ProductModel _product) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ProductModel _product) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in com.hybris.ymkt.common.product
Methods in com.hybris.ymkt.common.product with parameters of type ProductModelModifier and TypeMethodDescriptionProductURLService.getProductImageURL(ProductModel product) Provide the URL of the product image if available.ProductURLService.getProductURL(ProductModel product) Provide the URL of the product shop detail page. -
Uses of ProductModel in com.hybris.ymkt.recommendationaddon.facades
Fields in com.hybris.ymkt.recommendationaddon.facades with type parameters of type ProductModelModifier and TypeFieldDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<ReferenceData<ProductReferenceTypeEnum,ProductModel>, ProductReferenceData> ProductRecommendationManagerFacade.referenceDataProductReferenceConverterprotected de.hybris.platform.converters.ConfigurablePopulator<ProductModel,ProductData, ProductOption> ProductRecommendationManagerFacade.referenceProductConfiguredPopulatorMethods in com.hybris.ymkt.recommendationaddon.facades that return types with arguments of type ProductModelModifier and TypeMethodDescriptionprotected ReferenceData<ProductReferenceTypeEnum,ProductModel> ProductRecommendationManagerFacade.createReferenceData(ProductModel product) ProductRecommendationManagerFacade.findProduct(String productCode) ReadProductModelusinggetCode().Methods in com.hybris.ymkt.recommendationaddon.facades with parameters of type ProductModelModifier and TypeMethodDescriptionprotected ReferenceData<ProductReferenceTypeEnum,ProductModel> ProductRecommendationManagerFacade.createReferenceData(ProductModel product) Method parameters in com.hybris.ymkt.recommendationaddon.facades with type arguments of type ProductModelModifier and TypeMethodDescriptionprotected ProductReferenceDataProductRecommendationManagerFacade.createProductReferenceData(ReferenceData<ProductReferenceTypeEnum, ProductModel> ref) voidProductRecommendationManagerFacade.setReferenceDataProductReferenceConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ReferenceData<ProductReferenceTypeEnum, ProductModel>, ProductReferenceData> referenceDataProductReferenceConverter) voidProductRecommendationManagerFacade.setReferenceProductConfiguredPopulator(de.hybris.platform.converters.ConfigurablePopulator<ProductModel, ProductData, ProductOption> referenceProductConfiguredPopulator) -
Uses of ProductModel in com.sap.hybris.sapcpqsbquotefacades.service
Methods in com.sap.hybris.sapcpqsbquotefacades.service with parameters of type ProductModelModifier and TypeMethodDescriptionSapSubscriptionBillingEffectivePriceService.getSubscriptionEffectivePricePlan(ProductModel productModel, Date effectiveDate) Get subscription effective price plan -
Uses of ProductModel in com.sap.hybris.sapcpqsbquotefacades.service.impl
Methods in com.sap.hybris.sapcpqsbquotefacades.service.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapSubscriptionBillingEffectivePriceService.getSubscriptionEffectivePricePlan(ProductModel subscriptionProduct, Date effectiveDate) -
Uses of ProductModel in com.sap.hybris.sapproductcpqintegration.interceptor
Methods in com.sap.hybris.sapproductcpqintegration.interceptor with parameters of type ProductModelModifier and TypeMethodDescriptionvoidDefaultSapProductCpqInterceptor.onValidate(ProductModel productModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) Get media product media object and send formdata request to callidus. -
Uses of ProductModel in com.sap.hybris.saprevenuecloudproduct.dao
Methods in com.sap.hybris.saprevenuecloudproduct.dao that return types with arguments of type ProductModelModifier and TypeMethodDescriptiondefault List<ProductModel>SapRevenueCloudProductDao.getProductForSubscriptionCode(String subscriptionCode) Retrieves a list of products associated with the provided subscription code. -
Uses of ProductModel in com.sap.hybris.saprevenuecloudproduct.dao.impl
Methods in com.sap.hybris.saprevenuecloudproduct.dao.impl that return types with arguments of type ProductModelModifier and TypeMethodDescriptionDefaultSapSubscriptionProductDao.getProductForSubscriptionCode(String subscriptionCode) Methods in com.sap.hybris.saprevenuecloudproduct.dao.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSubscriptionSapProductTypesAttributeHelper.getSapProductTypes(ProductModel product) -
Uses of ProductModel in com.sap.hybris.saprevenuecloudproduct.populator
Methods in com.sap.hybris.saprevenuecloudproduct.populator with parameters of type ProductModelModifier and TypeMethodDescriptionvoidSapRevenueCloudProductDetailsPopulator.populate(ProductModel source, ProductData target) -
Uses of ProductModel in com.sap.hybris.saprevenuecloudproduct.service
Methods in com.sap.hybris.saprevenuecloudproduct.service that return ProductModelModifier and TypeMethodDescriptiondefault ProductModelSapRevenueCloudProductService.getProductForSubscriptionCode(String subscriptionCode) Retrieves a product based on the provided subscription code. -
Uses of ProductModel in com.sap.hybris.saprevenuecloudproduct.service.impl
Methods in com.sap.hybris.saprevenuecloudproduct.service.impl that return ProductModelModifier and TypeMethodDescriptionDefaultSapRevenueCloudProductService.getProductForSubscriptionCode(String subscriptionCode) -
Uses of ProductModel in com.sap.hybris.sapserviceproduct.inbound.events
Methods in com.sap.hybris.sapserviceproduct.inbound.events with parameters of type ProductModelModifier and TypeMethodDescriptionprotected voidDefaultSapCpiServiceProductPersistenceHook.processSkills(ProductModel product) Deprecated, for removal: This API element is subject to removal in a future version.since 2003 due to skills are handled in a different way -
Uses of ProductModel in com.sap.hybris.sapserviceproduct.services.impl
Methods in com.sap.hybris.sapserviceproduct.services.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultServiceSapProductTypesAttributeHelper.getSapProductTypes(ProductModel product) -
Uses of ProductModel in com.sap.retail.commercesuite.saparticleb2caddon.populator
Classes in com.sap.retail.commercesuite.saparticleb2caddon.populator with type parameters of type ProductModelModifier and TypeClassDescriptionclassArticleComponentPopulator<SOURCE extends ProductModel,TARGET extends ProductData> Populator to enrich product data with article component data.Method parameters in com.sap.retail.commercesuite.saparticleb2caddon.populator with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidArticleComponentPopulator.setProductConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productConverter) Sets the product converter to the actual product converter instance. -
Uses of ProductModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent
Fields in com.sap.retail.commercesuite.saparticlemodel.articlecomponent declared as ProductModelModifier and TypeFieldDescriptionprotected ProductModelArticleComponentTestBase.componentArticle1protected ProductModelArticleComponentTestBase.componentArticle2protected ProductModelArticleComponentTestBase.structuredArticleprotected ProductModelArticleComponentTestBase.structuredArticleWithNoComponentMethods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent that return types with arguments of type ProductModelModifier and TypeMethodDescriptionArticleComponentService.getComponentArticlesOfStructuredArticles(ProductModel article) Get the component article models of the components that are part of the structured article identified by its model.ArticleComponentService.getComponentArticlesOfStructuredArticles(String articleCode, String catalog, String catalogVersion) Get the component article models of the components that are part of the structured article identified by its article code, catalog and catalog version.ArticleComponentService.getStructuredArticlesOfComponent(ProductModel componentArticle) Get Articles that include the given article as component.ArticleComponentService.getStructuredArticlesOfComponent(String componentArticleCode, String catalog, String catalogVersion) Get Articles that include the given article as component.Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent with parameters of type ProductModelModifier and TypeMethodDescriptionArticleComponentService.getComponentArticlesOfStructuredArticles(ProductModel article) Get the component article models of the components that are part of the structured article identified by its model.ArticleComponentService.getComponentsOfStructuredArticle(ProductModel article) Get article components by product model of the structured article.ArticleComponentService.getStructuredArticlesOfComponent(ProductModel componentArticle) Get Articles that include the given article as component.booleanArticleComponentService.isStructuredArticleComponent(ProductModel componentArticle) Check if a given article is part of a component list. -
Uses of ProductModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao
Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao that return types with arguments of type ProductModelModifier and TypeMethodDescriptionArticleComponentDAO.findComponentArticlesOfStructuredArticle(ProductModel article) Find the component article models of the article components that are part of the structured article identified by its model.ArticleComponentDAO.findComponentArticlesOfStructuredArticle(String articleCode, String catalog, String catalogVersion) Find the component article models of the article components that are part of the structured article identified by its code, catalog and catalog version.ArticleComponentDAO.findStructuredArticlesOfComponent(ProductModel componentArticle) Find articles having the given article as component.ArticleComponentDAO.findStructuredArticlesOfComponent(String componentArticleCode, String catalog, String catalogVersion) Find articles having the given article as component.Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao with parameters of type ProductModelModifier and TypeMethodDescriptionArticleComponentDAO.findComponentArticlesOfStructuredArticle(ProductModel article) Find the component article models of the article components that are part of the structured article identified by its model.ArticleComponentDAO.findComponentsOfStructuredArticle(ProductModel article) Find components of the structured article identified by its model.ArticleComponentDAO.findStructuredArticlesOfComponent(ProductModel componentArticle) Find articles having the given article as component.booleanArticleComponentDAO.isComponentArticle(ProductModel componentArticle) Check if a given article is part of a component list. -
Uses of ProductModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao.impl
Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao.impl that return types with arguments of type ProductModelModifier and TypeMethodDescriptionArticleComponentDAOImpl.findComponentArticlesOfStructuredArticle(ProductModel product) ArticleComponentDAOImpl.findComponentArticlesOfStructuredArticle(String articleCode, String catalog, String catalogVersion) ArticleComponentDAOImpl.findStructuredArticlesOfComponent(ProductModel componentArticle) ArticleComponentDAOImpl.findStructuredArticlesOfComponent(String componentProductCode, String catalog, String catalogVersion) Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao.impl with parameters of type ProductModelModifier and TypeMethodDescriptionArticleComponentDAOImpl.findComponentArticlesOfStructuredArticle(ProductModel product) ArticleComponentDAOImpl.findComponentsOfStructuredArticle(ProductModel product) ArticleComponentDAOImpl.findStructuredArticlesOfComponent(ProductModel componentArticle) booleanArticleComponentDAOImpl.isComponentArticle(ProductModel componentProduct) -
Uses of ProductModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.impl
Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.impl that return types with arguments of type ProductModelModifier and TypeMethodDescriptionArticleComponentServiceImpl.getComponentArticlesOfStructuredArticles(ProductModel product) ArticleComponentServiceImpl.getComponentArticlesOfStructuredArticles(String productCode, String catalog, String catalogVersion) ArticleComponentServiceImpl.getStructuredArticlesOfComponent(ProductModel componentProduct) ArticleComponentServiceImpl.getStructuredArticlesOfComponent(String componentArticleCode, String catalog, String catalogVersion) Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.impl with parameters of type ProductModelModifier and TypeMethodDescriptionArticleComponentServiceImpl.getComponentArticlesOfStructuredArticles(ProductModel product) ArticleComponentServiceImpl.getComponentsOfStructuredArticle(ProductModel product) ArticleComponentServiceImpl.getStructuredArticlesOfComponent(ProductModel componentProduct) booleanArticleComponentServiceImpl.isStructuredArticleComponent(ProductModel componentProduct) -
Uses of ProductModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.validations
Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.validations with parameters of type ProductModelModifier and TypeMethodDescriptionvoidArticleComponentRemoveInterceptor.onRemove(ProductModel product, de.hybris.platform.servicelayer.interceptor.InterceptorContext context) -
Uses of ProductModel in com.sap.retail.commercesuite.saparticlemodel.model
Methods in com.sap.retail.commercesuite.saparticlemodel.model that return ProductModelModifier and TypeMethodDescriptionArticleComponentModel.getComponent()Generated method - Getter of theArticleComponent.componentattribute defined at extensionsaparticlemodel.ArticleComponentModel.getStructuredArticle()Generated method - Getter of theArticleComponent.structuredArticleattribute defined at extensionsaparticlemodel.Methods in com.sap.retail.commercesuite.saparticlemodel.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidArticleComponentModel.setComponent(ProductModel value) Generated method - Setter ofArticleComponent.componentattribute defined at extensionsaparticlemodel.voidArticleComponentModel.setStructuredArticle(ProductModel value) Generated method - Initial setter ofArticleComponent.structuredArticleattribute defined at extensionsaparticlemodel.Constructors in com.sap.retail.commercesuite.saparticlemodel.model with parameters of type ProductModelModifierConstructorDescriptionArticleComponentModel(ProductModel _component, ItemModel _owner, ProductModel _structuredArticle) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersArticleComponentModel(ProductModel _component, ProductModel _structuredArticle) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in com.sap.retail.commercesuite.saparticlesearch.provider
Fields in com.sap.retail.commercesuite.saparticlesearch.provider declared as ProductModelModifier and TypeFieldDescriptionprotected ProductModelBaseStructuredArticleComponentValueResolverTest.componentProduct1protected ProductModelBaseStructuredArticleComponentValueResolverTest.componentProduct2protected ProductModelBaseStructuredArticleComponentValueResolverTest.componentProduct3protected ProductModelBaseStructuredArticleComponentValueResolverTest.productMethods in com.sap.retail.commercesuite.saparticlesearch.provider that return ProductModelModifier and TypeMethodDescriptionBaseStructuredArticleComponentValueResolverTest.getComponentProduct1()BaseStructuredArticleComponentValueResolverTest.getComponentProduct2()BaseStructuredArticleComponentValueResolverTest.getProduct()Methods in com.sap.retail.commercesuite.saparticlesearch.provider with parameters of type ProductModelModifier and TypeMethodDescriptionprotected voidBaseStructuredArticleComponentValueResolver.addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument document, IndexedProperty indexedProperty, ProductModel product, LanguageModel language) Adds the field value depending from the configuration (multivalue, localized).BaseStructuredArticleComponentValueResolver.getComponentPropertyValues(ProductModel product, LanguageModel language, String separator) Returns the values of the requested article component properties.protected StringBaseStructuredArticleComponentValueResolver.getComponentPropertyValuesAsString(ProductModel product, LanguageModel language, String separator) Returns the values of the requested article component properties as string.voidBaseStructuredArticleComponentValueResolver.resolve(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument document, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchContext, Collection<IndexedProperty> indexedProperties, ProductModel model) -
Uses of ProductModel in com.sap.retail.oaa.commerce.facades.converters.populator
Classes in com.sap.retail.oaa.commerce.facades.converters.populator with type parameters of type ProductModelModifier and TypeClassDescriptionclassDefaultOaaProductStockPopulator<SOURCE extends ProductModel,TARGET extends ProductData> Populate the product data with stock informationclassDefaultOaaStockPopulator<SOURCE extends ProductModel,TARGET extends StockData> Populate the product data with stock informationMethods in com.sap.retail.oaa.commerce.facades.converters.populator that return types with arguments of type ProductModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,StockData> DefaultOaaProductStockPopulator.getStockConverter()Method parameters in com.sap.retail.oaa.commerce.facades.converters.populator with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidDefaultOaaProductStockPopulator.setStockConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, StockData> stockConverter) -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.atp
Methods in com.sap.retail.oaa.commerce.services.atp with parameters of type ProductModelModifier and TypeMethodDescriptionATPResourcePathBuilder.buildBatchRessourceServicePath(ProductModel product, List<String> sourcesList) Assembles the resource service path string for batch callATPResourcePathBuilder.buildRessourceServicePath(ProductModel product) Assembles the resource service path string for product ATP callATPResourcePathBuilder.buildRessourceServicePath(ProductModel product, String source) Assembles the resource service path string for product / source ATP callATPService.callRestAvailabilityServiceForProduct(String cartGuid, String itemId, ProductModel product) Call the REST Service in Customer Activity Repository (CAR) for a given product to get current product availabilityATPService.callRestAvailabilityServiceForProductAndSource(ProductModel product, String source) Call the REST Service in Customer Activity Repository (CAR) for a given product to get current product availability in the given sourceATPService.callRestAvailabilityServiceForProductAndSource(String cartGuid, String itemId, ProductModel product, String source) Call the REST Service in Customer Activity Repository (CAR) for a given product to get current product availability in the given sourceATPService.callRestAvailabilityServiceForProductAndSources(String cartGuid, String itemId, ProductModel product, List<String> sourcesList) Call the REST Service in Customer Activity Repository (CAR) for a given product and sources list to get current product availability linesMethod parameters in com.sap.retail.oaa.commerce.services.atp with type arguments of type ProductModelModifier and TypeMethodDescriptionATPResourcePathBuilder.buildBatchRessourceServicePath(List<ProductModel> productList) Assembles the resource service path string for batch call -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.atp.impl
Methods in com.sap.retail.oaa.commerce.services.atp.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDummyATPService.callRestAvailabilityServiceForProduct(String cartGuid, String itemId, ProductModel product) DummyATPService.callRestAvailabilityServiceForProductAndSource(ProductModel product, String source) DummyATPService.callRestAvailabilityServiceForProductAndSource(String cartGuid, String itemId, ProductModel product, String source) DummyATPService.callRestAvailabilityServiceForProductAndSources(String cartGuid, String itemId, ProductModel product, List<String> sourcesList) -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.atp.strategy
Methods in com.sap.retail.oaa.commerce.services.atp.strategy with parameters of type ProductModelModifier and TypeMethodDescriptionATPAggregationStrategy.aggregateAvailability(String cartGuid, ProductModel productModel, PointOfServiceModel pointOfServiceModel, List<ATPAvailability> availabilities) Aggregate the Schedule Lines Quantity returned by the ATP Service -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.atp.strategy.impl
Methods in com.sap.retail.oaa.commerce.services.atp.strategy.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultATPAggregationStrategy.aggregateAvailability(String cartGuid, ProductModel productModel, PointOfServiceModel pointOfServiceModel, List<ATPAvailability> availabilities) -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.order
Methods in com.sap.retail.oaa.commerce.services.order with parameters of type ProductModelModifier and TypeMethodDescriptionSapOaaCartAdjustmentStrategy.determineAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, long cartItemQty, PointOfServiceModel pointOfServiceModel) Get allowed cart adjustment for product considering aggregated stock availability -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.order.impl
Methods in com.sap.retail.oaa.commerce.services.order.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapOaaCartAdjustmentStrategy.determineAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, long cartItemQty, PointOfServiceModel pointOfServiceModel) protected longDefaultSapOaaCommerceAddToCartStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel) -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.stock
Methods in com.sap.retail.oaa.commerce.services.stock with parameters of type ProductModelModifier and TypeMethodDescriptionSapOaaCommerceStockService.getAvailabilityForProduct(String cartGuid, String itemId, ProductModel product) Get the availability for a given cart item.SapOaaCommerceStockService.getAvailabilityForProductAndSource(ProductModel product, String source) Get the availability for a given product and source.SapOaaCommerceStockService.getAvailabilityForProductAndSource(String cartGuid, String itemId, ProductModel product, String source) Get the availability for a given cart item and source.SapOaaCommerceStockService.getAvailabilityForProductAndSources(String cartGuid, String itemId, ProductModel product, List<String> sourcesList) Get the availability for a given cart item and sources.SapOaaCommerceStockService.getAvailableStockLevel(String cartGuid, String itemId, ProductModel productModel, PointOfServiceModel pointOfServiceModel) Get current stock information calling ATP Service (CAR)SapOaaCommerceStockService.getAvailableStockLevelForPos(String cartGuid, ProductModel productModel, PointOfServiceModel pointOfService) Get current stock information calling ATP Service (CAR)SapOaaCommerceStockService.getStockLevel(StockLevelStatus stockLevelStatus, ProductModel product, BaseStoreModel baseStore) Returns stock level value for combination of given product,base store and stock level statusSapOaaCommerceStockService.getStockLevelForRSI(ProductModel product, BaseStoreModel baseStore) Get the stock information for a product and base storeMethod parameters in com.sap.retail.oaa.commerce.services.stock with type arguments of type ProductModelModifier and TypeMethodDescriptionSapOaaCommerceStockService.getAvailabilityForProducts(String cartGuid, String itemId, String productUnit, List<ProductModel> productList) Get the availability for a given cart items and corresponding product unit. -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.stock.impl
Methods in com.sap.retail.oaa.commerce.services.stock.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapOaaCommerceStockService.getAvailabilityForProduct(String cartGuid, String itemId, ProductModel product) DefaultSapOaaCommerceStockService.getAvailabilityForProductAndSource(ProductModel product, String source) DefaultSapOaaCommerceStockService.getAvailabilityForProductAndSource(String cartGuid, String itemId, ProductModel product, String source) DefaultSapOaaCommerceStockService.getAvailabilityForProductAndSources(String cartGuid, String itemId, ProductModel product, List<String> sourcesList) DefaultSapOaaCommerceStockService.getAvailableStockLevel(String cartGuid, String itemId, ProductModel productModel, PointOfServiceModel pointOfServiceModel) DefaultSapOaaCommerceStockService.getAvailableStockLevelForPos(String cartGuid, ProductModel productModel, PointOfServiceModel pointOfService) DefaultSapOaaCommerceStockService.getPosAndStockLevelStatusForProduct(ProductModel product, BaseStoreModel baseStore) DefaultSapOaaCommerceStockService.getStockLevel(StockLevelStatus stockLevelStatus, ProductModel product, BaseStoreModel baseStore) DefaultSapOaaCommerceStockService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapOaaCommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) Get actual stock information calling ATP Service (CAR) for product in storeDefaultSapOaaCommerceStockService.getStockLevelForRSI(ProductModel product, BaseStoreModel baseStore) DefaultSapOaaCommerceStockService.getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapOaaCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) DefaultSapOaaCommerceStockService.retrieveStockLevelForProduct(ProductModel product, PointOfServiceModel pointOfService) Method parameters in com.sap.retail.oaa.commerce.services.stock.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionDefaultSapOaaCommerceStockService.getAvailabilityForProducts(String cartGuid, String itemId, String productUnit, List<ProductModel> productList) -
Uses of ProductModel in com.sap.retail.oaa.commerce.services.strategies.impl
Methods in com.sap.retail.oaa.commerce.services.strategies.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapOaaPickupAvailabilityStrategy.isPickupAvailableForProduct(ProductModel product, BaseStoreModel baseStore) DefaultSapOaaPickupAvailabilityStrategy.isProductAvailableInAnyStore(ProductModel product, BaseStoreModel baseStore) -
Uses of ProductModel in com.sap.retail.sapppspricing
Methods in com.sap.retail.sapppspricing with parameters of type ProductModelModifier and TypeMethodDescriptionPPSRequestCreator.createRequestForCatalog(ProductModel productModel, boolean isNet) Create a price calculation request for a single product in the catalogPricingBackend.fetchProductPromotions(ProductModel product, boolean isNet) Retrieves the list of promotions for a given product from the OPPS cache.PPSConfigService.getBusinessUnitId(ProductModel prod) Find the business unit ID for which the price calculation shall take place for given productPPSConfigService.getClientInterfaceVersion(ProductModel prod) Find client interface version for the given productPPSConfigService.getSapConfig(ProductModel prod) Find SAPConfiguration Object from given productPPSConfigService.getSourceSystemId(ProductModel prod) Find the source system ID for given productbooleanPPSConfigService.isPpsActive(ProductModel prod) Determines if price calculation via PPS functionality is activeMethod parameters in com.sap.retail.sapppspricing with type arguments of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>PricingBackend.readPriceInformationForProducts(List<ProductModel> productModels, boolean isNet) Price calculation for a list of products -
Uses of ProductModel in com.sap.retail.sapppspricing.impl
Methods in com.sap.retail.sapppspricing.impl that return types with arguments of type ProductModelModifier and TypeMethodDescriptionDefaultPPSRequestCreator.getLineItemPopulators()protected Map<ProductModel,de.hybris.platform.jalo.order.price.PriceInformation> PricingBackendPPS.readPriceInfosFromPps(List<ProductModel> prods, boolean isNet) Retrieves the price information for a list of products from the OPPS.Methods in com.sap.retail.sapppspricing.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected LineItemDomainSpecificDefaultPPSRequestCreator.createLineItem(int sequenceNumber, ProductModel product, String uom, BigDecimal qty) DefaultPPSRequestCreator.createRequestForCatalog(ProductModel productModel, boolean isNet) protected CategoryModelMerchandiseHierarchyLineItemPopulator.determineBaseMaterialGroup(ProductModel product) protected List<CategoryModel>MerchandiseHierarchyLineItemPopulator.determineBaseMaterialGroupCandidates(ProductModel product) protected de.hybris.platform.jalo.order.price.PriceInformationPricingBackendPPS.fetchPriceInformationFromCache(ProductModel prod) Retrieves price information from the cache for a given product.protected de.hybris.platform.jalo.order.price.PriceInformationPricingBackendPPS.fetchPriceInformationFromOPPS(ProductModel product, boolean isNet) Retrieves the price information of a product from the OPPSPricingBackendPPS.fetchProductPromotions(ProductModel product, boolean isNet) Retrieves the list of promotions for a given product from the OPPS .protected OPPSPriceAndPromotionsCacheKeyPricingBackendPPS.generateCacheKey(ProductModel prod) Generates a cache key based on the provided product.DefaultPPSConfigService.getBusinessUnitId(ProductModel prod) DefaultPPSConfigService.getClientInterfaceVersion(ProductModel prod) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultPPSPricingCatalogService.getPriceInformationsForProduct(ProductModel model) DefaultPPSPromotionsService.getProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, Date date) Remove Hybris promotions from product detail page as SAP promotions are calculated in the PPSDefaultPPSConfigService.getSapConfig(ProductModel prod) DefaultPPSConfigService.getSourceSystemId(ProductModel prod) booleanDefaultPPSConfigService.isPpsActive(ProductModel prod) voidMerchandiseHierarchyLineItemPopulator.populate(LineItemDomainSpecific lineItem, ProductModel product) protected OPPSPriceAndPromotionsDataPricingBackendPPS.processOPPSResponse(ProductModel product, boolean isNet) Processes the OPPS response for a given product and calculates the final price along with applicable promotions.protected voidPricingBackendPPS.updateOPPSPriceAndPromotionsInCache(ProductModel prod, double calculatedPrice, String currencyCode, List<String> promotions) Updates the cache with OPPS price and promotions for a product.Method parameters in com.sap.retail.sapppspricing.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>PricingBackendPPS.readPriceInformationForProducts(List<ProductModel> productModels, boolean isNet) protected Map<ProductModel,de.hybris.platform.jalo.order.price.PriceInformation> PricingBackendPPS.readPriceInfosFromPps(List<ProductModel> prods, boolean isNet) Retrieves the price information for a list of products from the OPPS.voidDefaultPPSRequestCreator.setLineItemPopulators(List<LineItemPopulator<ProductModel>> lineItemPopulators) -
Uses of ProductModel in com.sap.retail.sapppspricing.populator
Classes in com.sap.retail.sapppspricing.populator with type parameters of type ProductModelModifier and TypeClassDescriptionclassOPPSPromotionsPopulator<SOURCE extends ProductModel,TARGET extends ProductData> Populator to populate OPPS promotions to Product data -
Uses of ProductModel in com.sap.sapcentralorderfacades.populator.impl
Methods in com.sap.sapcentralorderfacades.populator.impl that return types with arguments of type ProductModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> DefaultCentralOrderDetailsPopulatorV2.getProductConverter()de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> DefaultCentralOrderDetailsPopulatorV2.getProductStockConverter()Method parameters in com.sap.sapcentralorderfacades.populator.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidDefaultCentralOrderDetailsPopulatorV2.setProductConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productConverter) voidDefaultCentralOrderDetailsPopulatorV2.setProductStockConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productStockConverter) -
Uses of ProductModel in com.sap.sapoaacarintegration.services.atp.impl
Methods in com.sap.sapoaacarintegration.services.atp.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultATPResourcePathBuilder.buildBatchRessourceServicePath(ProductModel product, List<String> sourcesList) DefaultATPResourcePathBuilder.buildRessourceServicePath(ProductModel product) DefaultATPResourcePathBuilder.buildRessourceServicePath(ProductModel product, String source) DefaultATPService.callRestAvailabilityServiceForProduct(String cartGuid, String itemId, ProductModel product) DefaultATPService.callRestAvailabilityServiceForProductAndSource(ProductModel product, String source) DefaultATPService.callRestAvailabilityServiceForProductAndSource(String cartGuid, String itemId, ProductModel product, String source) DefaultATPService.callRestAvailabilityServiceForProductAndSources(String cartGuid, String itemId, ProductModel product, List<String> sourcesList) Method parameters in com.sap.sapoaacarintegration.services.atp.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionDefaultATPResourcePathBuilder.buildBatchRessourceServicePath(List<ProductModel> productList) -
Uses of ProductModel in com.sap.sapoaacarintegration.services.order.impl
Methods in com.sap.sapoaacarintegration.services.order.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected longDefaultSapOaaCommerceUpdateCartEntryStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel) -
Uses of ProductModel in com.sap.sapoaacarintegration.services.search.solrfacetsearch.provider.impl
Methods in com.sap.sapoaacarintegration.services.search.solrfacetsearch.provider.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected voidRoughStockIndicatorValueResolver.addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument document, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchContext, IndexedProperty indexedProperty, ProductModel productModel, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<String, Object> resolverContext) -
Uses of ProductModel in com.sap.sapoaacosintegration.services.atp
Methods in com.sap.sapoaacosintegration.services.atp with parameters of type ProductModelModifier and TypeMethodDescriptionorg.springframework.http.HttpEntityCosATPResourcePathBuilder.prepareRestCallForProduct(ProductModel product) prepare HttpEntity for given product.org.springframework.http.HttpEntityCosATPResourcePathBuilder.prepareRestCallForProductAndSource(ProductModel product, String sourceId) prepare HttpEntity for given product and source.Method parameters in com.sap.sapoaacosintegration.services.atp with type arguments of type ProductModelModifier and TypeMethodDescriptionorg.springframework.http.HttpEntityCosATPResourcePathBuilder.prepareRestCallForProducts(List<ProductModel> productList) prepare HttpEntity for given product List. -
Uses of ProductModel in com.sap.sapoaacosintegration.services.atp.impl
Methods in com.sap.sapoaacosintegration.services.atp.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultCosATPService.callRestAvailabilityServiceForProduct(String cartGuid, String itemId, ProductModel product) DefaultCosATPService.callRestAvailabilityServiceForProductAndSource(ProductModel product, String source) DefaultCosATPService.callRestAvailabilityServiceForProductAndSource(String cartGuid, String itemId, ProductModel product, String source) DefaultCosATPService.callRestAvailabilityServiceForProductAndSources(String cartGuid, String itemId, ProductModel product, List<String> sourcesList) org.springframework.http.HttpEntityDefaultCosATPResourcePathBuilder.prepareRestCallForProduct(ProductModel product) org.springframework.http.HttpEntityDefaultCosATPResourcePathBuilder.prepareRestCallForProductAndSource(ProductModel product, String sourceId) Method parameters in com.sap.sapoaacosintegration.services.atp.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionorg.springframework.http.HttpEntityDefaultCosATPResourcePathBuilder.prepareRestCallForProducts(List<ProductModel> productList) -
Uses of ProductModel in com.sap.sapoaacosintegration.services.reservation.strategy.impl
Methods in com.sap.sapoaacosintegration.services.reservation.strategy.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected longDefaultCosCommerceUpdateCartEntryStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel) -
Uses of ProductModel in com.sap.sapoaacosintegration.services.search.solrfacetsearch.provider.impl
Methods in com.sap.sapoaacosintegration.services.search.solrfacetsearch.provider.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected voidRoughStockIndicatorValueResolver.addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument document, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchContext, IndexedProperty indexedProperty, ProductModel productModel, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<String, Object> resolverContext) -
Uses of ProductModel in com.sap.sapoaacosintegration.services.stock.impl
Methods in com.sap.sapoaacosintegration.services.stock.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapCosOaaCommerceStockService.getAvailabilityForProduct(String cartGuid, String itemId, ProductModel product) DefaultSapCosOaaCommerceStockService.getAvailabilityForProductAndSource(ProductModel product, String source) DefaultSapCosOaaCommerceStockService.getAvailabilityForProductAndSource(String cartGuid, String itemId, ProductModel product, String source) DefaultSapCosOaaCommerceStockService.getAvailabilityForProductAndSources(String cartGuid, String itemId, ProductModel product, List<String> sourcesList) DefaultSapCosOaaCommerceStockService.getAvailableStockLevel(String cartGuid, String itemId, ProductModel productModel, PointOfServiceModel pointOfServiceModel) DefaultSapCosOaaCommerceStockService.getAvailableStockLevelForPos(String cartGuid, ProductModel productModel, PointOfServiceModel pointOfService) DefaultSapCosOaaCommerceStockService.getPosAndStockLevelStatusForProduct(ProductModel product, BaseStoreModel baseStore) DefaultSapCosOaaCommerceStockService.getStockLevel(StockLevelStatus stockLevelStatus, ProductModel product, BaseStoreModel baseStore) DefaultSapCosOaaCommerceStockService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapCosOaaCommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) DefaultSapCosOaaCommerceStockService.getStockLevelForRSI(ProductModel product, BaseStoreModel baseStore) DefaultSapCosOaaCommerceStockService.getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapCosOaaCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) Method parameters in com.sap.sapoaacosintegration.services.stock.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionDefaultSapCosOaaCommerceStockService.getAvailabilityForProducts(String cartGuid, String itemId, String productUnit, List<ProductModel> productList) -
Uses of ProductModel in de.hybris.platform.acceleratorcms.model.components
Methods in de.hybris.platform.acceleratorcms.model.components that return ProductModelModifier and TypeMethodDescriptionProductFeatureComponentModel.getProduct()Generated method - Getter of theProductFeatureComponent.productattribute defined at extensionacceleratorcms.SimpleBannerComponentModel.getProduct()Generated method - Getter of theSimpleBannerComponent.productattribute defined at extensionacceleratorcms.SimpleResponsiveBannerComponentModel.getProduct()Generated method - Getter of theSimpleResponsiveBannerComponent.productattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type ProductModelModifier and TypeMethodDescriptionvoidProductFeatureComponentModel.setProduct(ProductModel value) Generated method - Setter ofProductFeatureComponent.productattribute defined at extensionacceleratorcms.voidSimpleBannerComponentModel.setProduct(ProductModel value) Generated method - Setter ofSimpleBannerComponent.productattribute defined at extensionacceleratorcms.voidSimpleResponsiveBannerComponentModel.setProduct(ProductModel value) Generated method - Setter ofSimpleResponsiveBannerComponent.productattribute defined at extensionacceleratorcms. -
Uses of ProductModel in de.hybris.platform.acceleratorservices.data
Methods in de.hybris.platform.acceleratorservices.data that return ProductModelMethods in de.hybris.platform.acceleratorservices.data with parameters of type ProductModel -
Uses of ProductModel in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl that return ProductModelModifier and TypeMethodDescriptionprotected ProductModelProductBreadcrumbBuilder.getBaseProduct(ProductModel product) Deprecated, for removal: This API element is subject to removal in a future version.As of 1905 - useProductAndCategoryHelper.getBaseProduct(ProductModel)insteadMethods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl that return types with arguments of type ProductModelModifier and TypeMethodDescriptionprotected de.hybris.platform.commerceservices.url.UrlResolver<ProductModel>ProductBreadcrumbBuilder.getProductModelUrlResolver()Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected ProductModelProductBreadcrumbBuilder.getBaseProduct(ProductModel product) Deprecated, for removal: This API element is subject to removal in a future version.As of 1905 - useProductAndCategoryHelper.getBaseProduct(ProductModel)insteadprotected BreadcrumbProductBreadcrumbBuilder.getProductBreadcrumb(ProductModel product) Method parameters in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductBreadcrumbBuilder.setProductModelUrlResolver(de.hybris.platform.commerceservices.url.UrlResolver<ProductModel> productModelUrlResolver) -
Uses of ProductModel in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags that return types with arguments of type ProductModelModifier and TypeMethodDescriptionprotected static de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> Functions.getProductUrlConverter(javax.servlet.http.HttpServletRequest httpRequest) Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type ProductModelModifier and TypeMethodDescriptionprotected static StringFunctions.convertWithProperConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productUrlConverter, ProductModel product) Method parameters in de.hybris.platform.acceleratorstorefrontcommons.tags with type arguments of type ProductModelModifier and TypeMethodDescriptionprotected static StringFunctions.convertWithProperConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productUrlConverter, ProductModel product) static StringFunctions.getUrlForCMSLinkComponent(CMSLinkComponentModel component, de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productUrlConverter, de.hybris.platform.servicelayer.dto.converter.Converter<CategoryModel, CategoryData> categoryUrlConverter) -
Uses of ProductModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return ProductModelModifier and TypeMethodDescriptionProductFeatureModel.getProduct()Generated method - Getter of theProductFeature.productattribute defined at extensioncatalog.ProductReferenceModel.getSource()Generated method - Getter of theProductReference.sourceattribute defined at extensioncatalog.ProductCatalogVersionDifferenceModel.getSourceProduct()Generated method - Getter of theProductCatalogVersionDifference.sourceProductattribute defined at extensioncatalog.ProductReferenceModel.getTarget()Generated method - Getter of theProductReference.targetattribute defined at extensioncatalog.ProductCatalogVersionDifferenceModel.getTargetProduct()Generated method - Getter of theProductCatalogVersionDifference.targetProductattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionKeywordModel.getProducts()Generated method - Getter of theKeyword.productsattribute defined at extensioncatalog.KeywordModel.getProducts(Locale loc) Generated method - Getter of theKeyword.productsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidProductFeatureModel.setProduct(ProductModel value) Generated method - Initial setter ofProductFeature.productattribute defined at extensioncatalog.voidProductReferenceModel.setSource(ProductModel value) Generated method - Initial setter ofProductReference.sourceattribute defined at extensioncatalog.voidProductCatalogVersionDifferenceModel.setSourceProduct(ProductModel value) Generated method - Initial setter ofProductCatalogVersionDifference.sourceProductattribute defined at extensioncatalog.voidProductReferenceModel.setTarget(ProductModel value) Generated method - Setter ofProductReference.targetattribute defined at extensioncatalog.voidProductCatalogVersionDifferenceModel.setTargetProduct(ProductModel value) Generated method - Initial setter ofProductCatalogVersionDifference.targetProductattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidKeywordModel.setProducts(Collection<ProductModel> value) Generated method - Setter ofKeyword.productsattribute defined at extensioncatalog.voidKeywordModel.setProducts(Collection<ProductModel> value, Locale loc) Generated method - Setter ofKeyword.productsattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type ProductModelModifierConstructorDescriptionProductCatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, ProductDifferenceMode _mode, ItemModel _owner, ProductModel _sourceProduct, CatalogVersionModel _sourceVersion, ProductModel _targetProduct, CatalogVersionModel _targetVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductFeatureModel(ClassAttributeAssignmentModel _classificationAttributeAssignment, LanguageModel _language, ItemModel _owner, ProductModel _product, String _qualifier, Object _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductFeatureModel(ProductModel _product, String _qualifier, Object _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductReferenceModel(Boolean _active, ItemModel _owner, Boolean _preselected, ProductModel _source, ProductModel _target) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductReferenceModel(Boolean _active, Boolean _preselected, ProductModel _source, ProductModel _target) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionCategoryModel.getProducts()Generated method - Getter of theCategory.productsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.category.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidCategoryModel.setProducts(List<ProductModel> value) Generated method - Setter ofCategory.productsattribute defined at extensioncatalog. -
Uses of ProductModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return ProductModelModifier and TypeMethodDescriptionCMSLinkComponentModel.getProduct()Generated method - Getter of theCMSLinkComponent.productattribute defined at extensioncms2.VideoComponentModel.getProduct()Generated method - Getter of theVideoComponent.productattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.components with parameters of type ProductModelModifier and TypeMethodDescriptionvoidCMSLinkComponentModel.setProduct(ProductModel value) Generated method - Setter ofCMSLinkComponent.productattribute defined at extensioncms2.voidVideoComponentModel.setProduct(ProductModel value) Generated method - Setter ofVideoComponent.productattribute defined at extensioncms2. -
Uses of ProductModel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return ProductModelModifier and TypeMethodDescriptionPreviewDataModel.getPreviewProduct()Generated method - Getter of thePreviewData.previewProductattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type ProductModelModifier and TypeMethodDescriptionvoidPreviewDataModel.setPreviewProduct(ProductModel value) Generated method - Setter ofPreviewData.previewProductattribute defined at extensioncms2. -
Uses of ProductModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type ProductModelModifier and TypeMethodDescriptionCMSProductRestrictionModel.getProducts()Generated method - Getter of theCMSProductRestriction.productsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidCMSProductRestrictionModel.setProducts(Collection<ProductModel> value) Generated method - Setter ofCMSProductRestriction.productsattribute defined at extensioncms2. -
Uses of ProductModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return ProductModelModifier and TypeMethodDescriptionCMSSiteModel.getDefaultPreviewProduct()Generated method - Getter of theCMSSite.defaultPreviewProductattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site with parameters of type ProductModelModifier and TypeMethodDescriptionvoidCMSSiteModel.setDefaultPreviewProduct(ProductModel value) Generated method - Setter ofCMSSite.defaultPreviewProductattribute defined at extensioncms2. -
Uses of ProductModel in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return ProductModelModifier and TypeMethodDescriptionProductDetailComponentModel.getProduct()Generated method - Getter of theProductDetailComponent.productattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components that return types with arguments of type ProductModelModifier and TypeMethodDescriptionProductCarouselComponentModel.getProducts()Generated method - Getter of theProductCarouselComponent.productsattribute defined at extensioncms2lib.ProductListComponentModel.getProducts()Generated method - Getter of theProductListComponent.productsattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type ProductModelModifier and TypeMethodDescriptionvoidProductDetailComponentModel.setProduct(ProductModel value) Generated method - Setter ofProductDetailComponent.productattribute defined at extensioncms2lib.Method parameters in de.hybris.platform.cms2lib.model.components with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductCarouselComponentModel.setProducts(List<ProductModel> value) Generated method - Setter ofProductCarouselComponent.productsattribute defined at extensioncms2lib.voidProductListComponentModel.setProducts(List<ProductModel> value) Generated method - Setter ofProductListComponent.productsattribute defined at extensioncms2lib. -
Uses of ProductModel in de.hybris.platform.commercefacades.storelocator.data
Methods in de.hybris.platform.commercefacades.storelocator.data that return ProductModelMethods in de.hybris.platform.commercefacades.storelocator.data with parameters of type ProductModel -
Uses of ProductModel in de.hybris.platform.commerceservices.model
Methods in de.hybris.platform.commerceservices.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionFutureStockModel.getProducts()Generated method - Getter of theFutureStock.productsattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.commerceservices.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidFutureStockModel.setProducts(Collection<ProductModel> value) Generated method - Setter ofFutureStock.productsattribute defined at extensioncommerceservices. -
Uses of ProductModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return ProductModelMethods in de.hybris.platform.commerceservices.order with parameters of type ProductModel -
Uses of ProductModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return ProductModelMethods in de.hybris.platform.commerceservices.service.data with parameters of type ProductModel -
Uses of ProductModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return ProductModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getProduct()Generated method - Getter of theAbstractOrderEntry.productattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type ProductModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setProduct(ProductModel value) Generated method - Setter ofAbstractOrderEntry.productattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order with parameters of type ProductModelModifierConstructorDescriptionAbstractOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.cpq.productconfig.facades.impl
Methods in de.hybris.platform.cpq.productconfig.facades.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected CommerceCartModificationDefaultCartIntegrationFacade.createCartItem(ProductModel product, CartModel cart, String configId, long quantity) protected CommerceCartParameterDefaultCartIntegrationFacade.prepareCommerceCartParameterForAddToCart(CartModel cart, ProductModel product, long quantity, boolean forceNewEntry, String configId) -
Uses of ProductModel in de.hybris.platform.cpq.productconfig.services
Methods in de.hybris.platform.cpq.productconfig.services with parameters of type ProductModelModifier and TypeMethodDescriptionbooleanConfigurableChecker.isCloudCPQConfigurableProduct(ProductModel product) Check if the given product is Cloud CPQ configurable base product and can be configured by the Cloud CPQ configurator. -
Uses of ProductModel in de.hybris.platform.cpq.productconfig.services.impl
Methods in de.hybris.platform.cpq.productconfig.services.impl with parameters of type ProductModelModifier and TypeMethodDescriptionbooleanDefaultConfigurableChecker.isCloudCPQConfigurableProduct(ProductModel product) -
Uses of ProductModel in de.hybris.platform.customerreview.model
Methods in de.hybris.platform.customerreview.model that return ProductModelModifier and TypeMethodDescriptionCustomerReviewModel.getProduct()Generated method - Getter of theCustomerReview.productattribute defined at extensioncustomerreview.Methods in de.hybris.platform.customerreview.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidCustomerReviewModel.setProduct(ProductModel value) Generated method - Initial setter ofCustomerReview.productattribute defined at extensioncustomerreview.Constructors in de.hybris.platform.customerreview.model with parameters of type ProductModelModifierConstructorDescriptionCustomerReviewModel(ItemModel _owner, ProductModel _product, Double _rating, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerReviewModel(ProductModel _product, Double _rating, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return ProductModelModifier and TypeMethodDescriptionPDTRowModel.getProduct()Generated method - Getter of thePDTRow.productattribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidDiscountRowModel.setProduct(ProductModel value) Generated method - Initial setter ofPDTRow.productattribute defined at extensioneurope1and redeclared at extensioneurope1.voidPDTRowModel.setProduct(ProductModel value) Generated method - Initial setter ofPDTRow.productattribute defined at extensioneurope1.voidPriceRowModel.setProduct(ProductModel value) Generated method - Initial setter ofPDTRow.productattribute defined at extensioneurope1and redeclared at extensioneurope1.voidTaxRowModel.setProduct(ProductModel value) Generated method - Initial setter ofPDTRow.productattribute defined at extensioneurope1and redeclared at extensioneurope1.Constructors in de.hybris.platform.europe1.model with parameters of type ProductModelModifierConstructorDescriptionAbstractDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, String _productId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, String _productId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGlobalDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, String _productId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPDTRowModel(ItemModel _owner, de.hybris.platform.core.HybrisEnumValue _pg, ProductModel _product, String _productId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPriceRowModel(CurrencyModel _currency, ItemModel _owner, ProductPriceGroup _pg, Double _price, ProductModel _product, String _productId, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTaxRowModel(ItemModel _owner, ProductTaxGroup _pg, ProductModel _product, String _productId, TaxModel _tax) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.fraud.model
Methods in de.hybris.platform.fraud.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionProductOrderLimitModel.getProducts()Generated method - Getter of theProductOrderLimit.productsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.fraud.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductOrderLimitModel.setProducts(Set<ProductModel> value) Generated method - Setter ofProductOrderLimit.productsattribute defined at extensionbasecommerce. -
Uses of ProductModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return ProductModelModifier and TypeMethodDescriptionStockLevelModel.getProduct()Generated method - Getter of theStockLevel.productattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionStockLevelModel.getProducts()Generated method - Getter of theStockLevel.productsattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidStockLevelModel.setProduct(ProductModel value) Generated method - Setter ofStockLevel.productattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidStockLevelModel.setProducts(Collection<ProductModel> value) Generated method - Setter ofStockLevel.productsattribute defined at extensionbasecommerce. -
Uses of ProductModel in de.hybris.platform.promotionengineservices.model
Methods in de.hybris.platform.promotionengineservices.model that return ProductModelModifier and TypeMethodDescriptionRuleBasedOrderEntryAdjustActionModel.getOrderEntryProduct()Generated method - Getter of theRuleBasedOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotionengineservices.RuleBasedOrderAddProductActionModel.getProduct()Generated method - Getter of theRuleBasedOrderAddProductAction.productattribute defined at extensionpromotionengineservices.Methods in de.hybris.platform.promotionengineservices.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidRuleBasedOrderEntryAdjustActionModel.setOrderEntryProduct(ProductModel value) Generated method - Setter ofRuleBasedOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotionengineservices.voidRuleBasedOrderAddProductActionModel.setProduct(ProductModel value) Generated method - Setter ofRuleBasedOrderAddProductAction.productattribute defined at extensionpromotionengineservices.Constructors in de.hybris.platform.promotionengineservices.model with parameters of type ProductModelModifierConstructorDescriptionRuleBasedOrderAddProductActionModel(ItemModel _owner, ProductModel _product, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedOrderAddProductActionModel(ProductModel _product, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return ProductModelModifier and TypeMethodDescriptionProductOneToOnePerfectPartnerPromotionModel.getBaseProduct()Generated method - Getter of theProductOneToOnePerfectPartnerPromotion.baseProductattribute defined at extensionpromotions.ProductPerfectPartnerBundlePromotionModel.getBaseProduct()Generated method - Getter of theProductPerfectPartnerBundlePromotion.baseProductattribute defined at extensionpromotions.OrderThresholdPerfectPartnerPromotionModel.getDiscountProduct()Generated method - Getter of theOrderThresholdPerfectPartnerPromotion.discountProductattribute defined at extensionpromotions.PromotionOrderAddFreeGiftActionModel.getFreeProduct()Generated method - Getter of thePromotionOrderAddFreeGiftAction.freeProductattribute defined at extensionpromotions.OrderThresholdFreeGiftPromotionModel.getGiftProduct()Generated method - Getter of theOrderThresholdFreeGiftPromotion.giftProductattribute defined at extensionpromotions.PromotionOrderEntryAdjustActionModel.getOrderEntryProduct()Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.ProductOneToOnePerfectPartnerPromotionModel.getPartnerProduct()Generated method - Getter of theProductOneToOnePerfectPartnerPromotion.partnerProductattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionProductPerfectPartnerBundlePromotionModel.getPartnerProducts()Generated method - Getter of theProductPerfectPartnerBundlePromotion.partnerProductsattribute defined at extensionpromotions.ProductPerfectPartnerPromotionModel.getPartnerProducts()Generated method - Getter of theProductPerfectPartnerPromotion.partnerProductsattribute defined at extensionpromotions.ProductPromotionModel.getProducts()Generated method - Getter of theProductPromotion.productsattribute defined at extensionpromotions.PromotionProductRestrictionModel.getProducts()Generated method - Getter of thePromotionProductRestriction.productsattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidProductOneToOnePerfectPartnerPromotionModel.setBaseProduct(ProductModel value) Generated method - Setter ofProductOneToOnePerfectPartnerPromotion.baseProductattribute defined at extensionpromotions.voidProductPerfectPartnerBundlePromotionModel.setBaseProduct(ProductModel value) Generated method - Setter ofProductPerfectPartnerBundlePromotion.baseProductattribute defined at extensionpromotions.voidOrderThresholdPerfectPartnerPromotionModel.setDiscountProduct(ProductModel value) Generated method - Setter ofOrderThresholdPerfectPartnerPromotion.discountProductattribute defined at extensionpromotions.voidPromotionOrderAddFreeGiftActionModel.setFreeProduct(ProductModel value) Generated method - Setter ofPromotionOrderAddFreeGiftAction.freeProductattribute defined at extensionpromotions.voidOrderThresholdFreeGiftPromotionModel.setGiftProduct(ProductModel value) Generated method - Setter ofOrderThresholdFreeGiftPromotion.giftProductattribute defined at extensionpromotions.voidPromotionOrderEntryAdjustActionModel.setOrderEntryProduct(ProductModel value) Generated method - Setter ofPromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.voidProductOneToOnePerfectPartnerPromotionModel.setPartnerProduct(ProductModel value) Generated method - Setter ofProductOneToOnePerfectPartnerPromotion.partnerProductattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductPerfectPartnerBundlePromotionModel.setPartnerProducts(Collection<ProductModel> value) Generated method - Setter ofProductPerfectPartnerBundlePromotion.partnerProductsattribute defined at extensionpromotions.voidProductPerfectPartnerPromotionModel.setPartnerProducts(Collection<ProductModel> value) Generated method - Setter ofProductPerfectPartnerPromotion.partnerProductsattribute defined at extensionpromotions.voidProductPromotionModel.setProducts(Collection<ProductModel> value) Generated method - Setter ofProductPromotion.productsattribute defined at extensionpromotions.voidPromotionProductRestrictionModel.setProducts(Collection<ProductModel> value) Generated method - Setter ofPromotionProductRestriction.productsattribute defined at extensionpromotions.Constructors in de.hybris.platform.promotions.model with parameters of type ProductModelModifierConstructorDescriptionCachedPromotionOrderAddFreeGiftActionModel(ProductModel _freeProduct) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionOrderAddFreeGiftActionModel(ProductModel _freeProduct, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionOrderAddFreeGiftActionModel(ProductModel _freeProduct) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionOrderAddFreeGiftActionModel(ProductModel _freeProduct, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.returns.model
Constructors in de.hybris.platform.returns.model with parameters of type ProductModelModifierConstructorDescriptionReplacementOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.sap.b2bsapproductavailability.service.impl
Method parameters in de.hybris.platform.sap.b2bsapproductavailability.service.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionDefaultSapB2BFutureStockService.getFutureAvailability(List<ProductModel> products) -
Uses of ProductModel in de.hybris.platform.sap.core.saps4omservices.cache.service.impl
Methods in de.hybris.platform.sap.core.saps4omservices.cache.service.impl with parameters of type ProductModelModifier and TypeMethodDescriptionvoidSapS4OMProductAvailabilityCache.cacheProductAvailability(SapS4OMProductAvailability availability, ProductModel product, String customerId, String plant) add SapS4OMProductAvailability to cache, in case of failure log errorprotected StringSapS4OMProductAvailabilityCache.createCacheKey(ProductModel product, String customerId, String plant) voidSapS4OMProductAvailabilityCache.invalidateProductAvailability(ProductModel product, String customerId, String plant) Remove SapS4OMProductAvailability from cache for given product, customerId and plantSapS4OMProductAvailabilityCache.readCachedProductAvailability(ProductModel product, String customerId, String plant) read SapS4OMProductAvailability from cache -
Uses of ProductModel in de.hybris.platform.sap.core.sapsalesordersimulation.cache.service.impl
Methods in de.hybris.platform.sap.core.sapsalesordersimulation.cache.service.impl with parameters of type ProductModelModifier and TypeMethodDescriptionvoidSapProductAvailabilityCache.cacheProductAvailability(SapProductAvailability availability, ProductModel product, String customerId, String plant) add SapProductAvailability to cache, in case of failure log errorprotected StringSapProductAvailabilityCache.createCacheKey(ProductModel product, String customerId, String plant) SapProductAvailabilityCache.readCachedProductAvailability(ProductModel product, String customerId, String plant) read SapProductAvailability from cache -
Uses of ProductModel in de.hybris.platform.sap.productconfig.pricing.bol.backend.impl
Methods in de.hybris.platform.sap.productconfig.pricing.bol.backend.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected voidProductConfigurationSapPricingItemMapper.addVariantConditions(com.sap.conn.jco.JCoTable itItem, ProductModel product, de.hybris.platform.sap.productconfig.runtime.interf.model.ConfigModel configModel) protected de.hybris.platform.sap.productconfig.runtime.interf.model.ConfigModelProductConfigurationSapPricingItemMapper.createConfiguration(ProductModel product) Method parameters in de.hybris.platform.sap.productconfig.pricing.bol.backend.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductConfigurationSapPricingItemMapper.fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, List<ProductModel> productModels, ConversionService conversionService) protected voidProductConfigurationSapPricingItemMapper.fillVariantConditions(com.sap.conn.jco.JCoTable itItem, List<ProductModel> productModels) -
Uses of ProductModel in de.hybris.platform.sap.productconfig.runtime.cps.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected booleanProductCsticAndValueParameterProviderCPSImpl.isCPQConfigurableProduct(ProductModel product) -
Uses of ProductModel in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl that return ProductModelModifier and TypeMethodDescriptionprotected ProductModelExternalConfigurationFromVariantStrategyImpl.determineBaseProduct(String productcode) Methods in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected List<CPSExternalCharacteristic>ExternalConfigurationFromVariantStrategyImpl.determineCharacteristics(String kbId, ProductModel product) -
Uses of ProductModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type ProductModelModifier and TypeMethodDescriptionConfigurationVariantUtilImpl.getBaseProductCode(ProductModel variantProductModel) protected booleanConfigurationVariantUtilImpl.isChangeableVariantForMockProduct(ProductModel productModel) booleanConfigurationVariantUtilImpl.isCPQBaseProduct(ProductModel productModel) booleanConfigurationVariantUtilImpl.isCPQChangeableVariantProduct(ProductModel productModel) booleanConfigurationVariantUtilImpl.isCPQNotChangeableVariantProduct(ProductModel productModel) booleanConfigurationVariantUtilImpl.isCPQVariantProduct(ProductModel productModel) -
Uses of ProductModel in de.hybris.platform.sap.productconfig.services.model
Subclasses of ProductModel in de.hybris.platform.sap.productconfig.services.modelModifier and TypeClassDescriptionclassGenerated model class for type MockVariantProduct first defined at extension sapproductconfigservices.Methods in de.hybris.platform.sap.productconfig.services.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionProductConfigurationModel.getProduct()Generated method - Getter of theProductConfiguration.productattribute defined at extensionsapproductconfigservices.Method parameters in de.hybris.platform.sap.productconfig.services.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductConfigurationModel.setProduct(Collection<ProductModel> value) Generated method - Setter ofProductConfiguration.productattribute defined at extensionsapproductconfigservices.Constructors in de.hybris.platform.sap.productconfig.services.model with parameters of type ProductModelModifierConstructorDescriptionMockVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMockVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConstructor parameters in de.hybris.platform.sap.productconfig.services.model with type arguments of type ProductModelModifierConstructorDescriptionProductConfigurationModel(ItemModel _owner, Collection<ProductModel> _product, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationModel(Collection<ProductModel> _product, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.sap.sapinvoiceaddon.document.populators
Methods in de.hybris.platform.sap.sapinvoiceaddon.document.populators that return types with arguments of type ProductModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> B2BInvoiceDocumentPopulator.getProductConverter()Method parameters in de.hybris.platform.sap.sapinvoiceaddon.document.populators with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidB2BInvoiceDocumentPopulator.setProductConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, ProductData> productConverter) -
Uses of ProductModel in de.hybris.platform.sap.sapmodel.daos
Methods in de.hybris.platform.sap.sapmodel.daos with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapProductTypesAttributeHandler.get(ProductModel product) ProductIDAttributeHandler.get(ProductModel model) SapProductTypesAttributeHelper.getSapProductTypes(ProductModel product) Get Set of ProductTypes for a given productvoidProductIDAttributeHandler.set(ProductModel model, String value) -
Uses of ProductModel in de.hybris.platform.sap.sapmodel.model
Subclasses of ProductModel in de.hybris.platform.sap.sapmodel.modelModifier and TypeClassDescriptionclassGenerated model class for type ERPVariantProduct first defined at extension sapmodel.Methods in de.hybris.platform.sap.sapmodel.model that return ProductModelModifier and TypeMethodDescriptionSAPInboundVariantModel.getBaseProduct()Generated method - Getter of theSAPInboundVariant.baseProductattribute defined at extensionsapmodel.SAPExternalIdModel.getItem()Generated method - Getter of theSAPExternalId.itemattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidSAPInboundVariantModel.setBaseProduct(ProductModel value) Generated method - Setter ofSAPInboundVariant.baseProductattribute defined at extensionsapmodel.voidSAPExternalIdModel.setItem(ProductModel value) Generated method - Initial setter ofSAPExternalId.itemattribute defined at extensionsapmodel.Constructors in de.hybris.platform.sap.sapmodel.model with parameters of type ProductModelModifierConstructorDescriptionERPVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersERPVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPExternalIdModel(String _application, String _externalId, ProductModel _item, ItemModel _owner, String _tenantId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.sap.sapmodel.services.impl
Methods in de.hybris.platform.sap.sapmodel.services.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapCommerceStockService.getPosAndStockLevelStatusForProduct(ProductModel product, BaseStoreModel baseStore) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultSapPriceService.getPriceInformationsForProduct(ProductModel model) DefaultSapCommerceStockService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapCommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) DefaultSapCommerceStockService.getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product, PointOfServiceModel pointOfService) -
Uses of ProductModel in de.hybris.platform.sap.sapmodelfacades.populators
Methods in de.hybris.platform.sap.sapmodelfacades.populators with parameters of type ProductModelModifier and TypeMethodDescriptionvoidDefaultSapProductTypePopulator.populate(ProductModel source, ProductData target) -
Uses of ProductModel in de.hybris.platform.sap.sapmodelfacades.populators.impl
Classes in de.hybris.platform.sap.sapmodelfacades.populators.impl with type parameters of type ProductModelModifier and TypeClassDescriptionclassDefaultProductStockPopulatorImpl<SOURCE extends ProductModel,TARGET extends ProductData> -
Uses of ProductModel in de.hybris.platform.sap.sapordermgmtb2bfacades
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades that return types with arguments of type ProductModelModifier and TypeMethodDescriptionde.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel,ProductData> ProductImageHelper.getProductPrimaryImagePopulator()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductImageHelper.setProductPrimaryImagePopulator(de.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel, ProductData> productPrimaryImagePopulator) -
Uses of ProductModel in de.hybris.platform.sap.sapordermgmtb2bfacades.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.impl that return types with arguments of type ProductModelModifier and TypeMethodDescriptionde.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel,ProductData> DefaultProductImageHelper.getProductPrimaryImagePopulator()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidDefaultProductImageHelper.setProductPrimaryImagePopulator(de.hybris.platform.commercefacades.product.converters.populator.ProductPrimaryImagePopulator<ProductModel, ProductData> productPrimaryImagePopulator) -
Uses of ProductModel in de.hybris.platform.sap.sapordermgmtcfgfacades.impl
Methods in de.hybris.platform.sap.sapordermgmtcfgfacades.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected longCommerceConfigAddToCartStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel) -
Uses of ProductModel in de.hybris.platform.sap.sapordermgmtservices.cart.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.cart.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected longDefaultAddToCartStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel) -
Uses of ProductModel in de.hybris.platform.sap.sappricing.services
Method parameters in de.hybris.platform.sap.sappricing.services with type arguments of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>SapPricingCatalogService.getPriceInformationForProducts(List<ProductModel> models) Method to get price information for products -
Uses of ProductModel in de.hybris.platform.sap.sappricing.services.impl
Methods in de.hybris.platform.sap.sappricing.services.impl with parameters of type ProductModelModifier and TypeMethodDescriptionList<? extends AbstractPromotionModel>DefaultSapPromotionEngineService.getAbstractProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, Date date) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultSapPricingCatalogService.getPriceInformationsForProduct(ProductModel model) Method parameters in de.hybris.platform.sap.sappricing.services.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>DefaultSapPricingCatalogService.getPriceInformationForProducts(List<ProductModel> models) -
Uses of ProductModel in de.hybris.platform.sap.sappricingbol.backend.impl
Methods in de.hybris.platform.sap.sappricingbol.backend.impl with parameters of type ProductModelModifier and TypeMethodDescriptionvoidSapPricingCachedBackendERP.cachePriceInformationForProduct(ProductModel productModel, SapPricingPartnerFunction partnerFunction, List<de.hybris.platform.jalo.order.price.PriceInformation> priceInformationList) Add catalog price to the cacheprotected StringSapPricingCachedBackendERP.getPriceCacheKey(ProductModel productModel, SapPricingPartnerFunction partnerFunction) List<de.hybris.platform.jalo.order.price.PriceInformation>SapPricingCachedBackendERP.readCachedPriceInformationForProduct(ProductModel productModel, SapPricingPartnerFunction partnerFunction) Method parameters in de.hybris.platform.sap.sappricingbol.backend.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidSapPricingCachedBackendERP.cachePriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, List<de.hybris.platform.jalo.order.price.PriceInformation> priceInformationList) voidSapPricingItemMapper.fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, List<ProductModel> productModels, ConversionService conversionService) protected voidSapPricingItemMapper.fillImportParameters(com.sap.conn.jco.JCoTable itItem, List<ProductModel> productModels, ConversionService conversionService) voidSapPricingMapper.fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) Fill catalog import parametersprotected ObjectSapPricingCachedBackendERP.getPriceCacheKey(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction) List<de.hybris.platform.jalo.order.price.PriceInformation>SapPricingCachedBackendERP.readCachedPriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction) List<de.hybris.platform.jalo.order.price.PriceInformation>SapPricingBackendERP.readPriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of ProductModel in de.hybris.platform.sap.sappricingbol.backend.interf
Method parameters in de.hybris.platform.sap.sappricingbol.backend.interf with type arguments of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>SapPricingBackend.readPriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of ProductModel in de.hybris.platform.sap.sappricingbol.businessobject.impl
Method parameters in de.hybris.platform.sap.sappricingbol.businessobject.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>SapPricingImpl.getPriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of ProductModel in de.hybris.platform.sap.sappricingbol.businessobject.interf
Method parameters in de.hybris.platform.sap.sappricingbol.businessobject.interf with type arguments of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>SapPricing.getPriceInformationForProducts(List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of ProductModel in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms
Methods in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms with parameters of type ProductModelModifier and TypeMethodDescriptionprotected voidSapProductCarouselComponentController.populateProductWithSapPrice(ProductModel productModel, ProductData productData, de.hybris.platform.jalo.order.price.PriceInformation priceInformation) -
Uses of ProductModel in de.hybris.platform.sap.sapproductavailability.backend
Methods in de.hybris.platform.sap.sapproductavailability.backend with parameters of type ProductModelModifier and TypeMethodDescriptionSapProductAvailabilityBackend.readPlant(ProductModel product, String customerId) Returns the plant name given information about a product.SapProductAvailabilityBackend.readProductAvailability(ProductModel product, String customerId, String plant, Long requestedQuantity) Reads availability information given the search criteria. -
Uses of ProductModel in de.hybris.platform.sap.sapproductavailability.backend.impl
Methods in de.hybris.platform.sap.sapproductavailability.backend.impl with parameters of type ProductModelModifier and TypeMethodDescriptionvoidSapProductAvailabilityCache.cacheProductAvailability(SapProductAvailability availability, ProductModel product, String customerId, String plant, Long quantity) add SapProductAvailability to cache, in case of failure log errorprotected StringSapProductAvailabilityCache.createCacheKey(ProductModel product, String customerId, String plant, Long quantity) protected SapProductAvailabilitySapProductAvailabilityBackendERP.processResultTable(ProductModel product, String plant, com.sap.conn.jco.JCoFunction bapiMatAvail, String material, Long stockLevelDecimal, com.sap.conn.jco.JCoTable resultTable) SapProductAvailabilityCache.readCachedProductAvailability(ProductModel product, String customerId, String plant, Long quantity) read SapProductAvailability from cacheSapProductAvailabilityBackendERP.readPlant(ProductModel product, String customerId) SapProductAvailabilityBackendERP.readProductAvailability(ProductModel product, String customerId, String plant, Long requestedQuantity) -
Uses of ProductModel in de.hybris.platform.sap.sapproductavailability.businessobject
Methods in de.hybris.platform.sap.sapproductavailability.businessobject with parameters of type ProductModelModifier and TypeMethodDescriptionSapProductAvailabilityBO.readPlant(ProductModel product, String customerId) Returns the plant name given information about a product.SapProductAvailabilityBO.readProductAvailability(ProductModel product, String customerId, String plant, Long requestedQuantity) reads the current stock level for a product + future available quantities -
Uses of ProductModel in de.hybris.platform.sap.sapproductavailability.businessobject.impl
Methods in de.hybris.platform.sap.sapproductavailability.businessobject.impl with parameters of type ProductModelModifier and TypeMethodDescriptionSapProductAvailabilityBOImpl.readPlant(ProductModel product, String customerId) SapProductAvailabilityBOImpl.readProductAvailability(ProductModel product, String customerId, String plant, Long requestedQuantity) -
Uses of ProductModel in de.hybris.platform.sap.sapproductavailability.service
Methods in de.hybris.platform.sap.sapproductavailability.service with parameters of type ProductModelModifier and TypeMethodDescriptionSapProductAvailabilityService.getStockLevelForProductAndBaseStore(ProductModel paramProductModel, BaseStoreModel paramBaseStoreModel) SapProductAvailabilityService.getStockLevelStatusForProductAndBaseStore(ProductModel paramProductModel, BaseStoreModel paramBaseStoreModel) SapProductAvailabilityService.readProductFutureAvailability(ProductModel productModel) Read the product future availability from ERP -
Uses of ProductModel in de.hybris.platform.sap.sapproductavailability.service.impl
Methods in de.hybris.platform.sap.sapproductavailability.service.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected LongDefaultSapProductAvailabilityService.convertStockUnit(ProductModel product, BaseStoreModel baseStore) DefaultSapProductAvailabilityService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapProductAvailabilityService.getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapProductAvailabilityService.readProductFutureAvailability(ProductModel productModel) protected SapProductAvailabilityDefaultSapProductAvailabilityService.readSapProductAvailability(ProductModel product) Method parameters in de.hybris.platform.sap.sapproductavailability.service.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionDefaultSapFutureStockService.getFutureAvailability(List<ProductModel> products) -
Uses of ProductModel in de.hybris.platform.sap.saprevenuecloudorder.populators
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators that return types with arguments of type ProductModelModifier and TypeMethodDescriptionde.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudBillDetailPopulator.getProductUrlPopulator()Deprecated, for removal: This API element is subject to removal in a future version.de.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionDetailPopulator.getProductUrlPopulator()Deprecated, for removal: This API element is subject to removal in a future version.de.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionPopulator.getProductUrlPopulator()de.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionDetailPopulator.getSubscriptionProductPricePlanPopulator()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type ProductModelModifier and TypeMethodDescriptionvoidDefaultSapSubscriptionProductPopulator.populate(ProductModel source, ProductData target) protected voidDefaultSAPRevenueCloudSubscriptionDetailPopulator.populatePricePlan(ProductModel productModel, ProductData productData) Deprecated, for removal: This API element is subject to removal in a future version.Populates data fromProductModeltoProductDataMethod parameters in de.hybris.platform.sap.saprevenuecloudorder.populators with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidDefaultSAPRevenueCloudBillDetailPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultSAPRevenueCloudSubscriptionDetailPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultSAPRevenueCloudSubscriptionPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) voidDefaultSAPRevenueCloudSubscriptionDetailPopulator.setSubscriptionProductPricePlanPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> subscriptionProductPricePlanPopulator) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProductModel in de.hybris.platform.sap.saprevenuecloudorder.populators.bill.v2
Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators.bill.v2 with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidDefaultBillItemPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) -
Uses of ProductModel in de.hybris.platform.sap.saprevenuecloudorder.populators.subscription
Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators.subscription with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidDefaultSubscriptionSummaryPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) voidDefaultSubscriptionSummaryPopulator.setSubscriptionProductPricePlanPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> subscriptionProductPricePlanPopulator) -
Uses of ProductModel in de.hybris.platform.sap.saprevenuecloudorder.populators.v2
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators.v2 that return types with arguments of type ProductModelModifier and TypeMethodDescriptionde.hybris.platform.converters.Populator<ProductModel,ProductData> DefaultSAPRevenueCloudSubscriptionBillDetailsPopulator.getProductUrlPopulator()Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators.v2 with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidDefaultSAPRevenueCloudSubscriptionBillDetailsPopulator.setProductUrlPopulator(de.hybris.platform.converters.Populator<ProductModel, ProductData> productUrlPopulator) -
Uses of ProductModel in de.hybris.platform.sap.saprevenuecloudorder.service
Methods in de.hybris.platform.sap.saprevenuecloudorder.service with parameters of type ProductModelModifier and TypeMethodDescriptionSapRevenueCloudSubscriptionService.getBillingFrequency(ProductModel productModel) Deprecated, for removal: This API element is subject to removal in a future version.get billingFrequency for specific productSubscriptionService.getBillingFrequency(ProductModel productModel) get billingFrequency for specific product -
Uses of ProductModel in de.hybris.platform.sap.saprevenuecloudorder.service.impl
Methods in de.hybris.platform.sap.saprevenuecloudorder.service.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapRevenueCloudSubscriptionService.getBillingFrequency(ProductModel productModel) Deprecated, for removal: This API element is subject to removal in a future version.DefaultSubscriptionService.getBillingFrequency(ProductModel productModel) -
Uses of ProductModel in de.hybris.platform.sap.saps4omservices.services
Methods in de.hybris.platform.sap.saps4omservices.services with parameters of type ProductModelModifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>SapS4SalesOrderSimulationService.getPriceDetailsForProduct(ProductModel productModel) Get all price information for given product.List<de.hybris.platform.jalo.order.price.PriceInformation>SapS4OMPricingService.getPriceForProduct(ProductModel product) Get the Price information for the productSAPS4OMAvailabilityService.getProductAvailability(ProductModel productModel, BaseStoreModel baseStore) Get the SapS4OMProductAvailability (contains stock , future stock details) for the product and the given basestoreSapS4SalesOrderSimulationService.getStockAvailability(ProductModel productModel, BaseStoreModel baseStore) Get the stock level information for the product.voidSAPS4OMAvailabilityService.removeProductAvailabilityFromCache(ProductModel productModel) Removes SapS4OMProductAvailability from Cache for given productMethod parameters in de.hybris.platform.sap.saps4omservices.services with type arguments of type ProductModelModifier and TypeMethodDescriptionSapS4OMRequestPayloadCreator.getPayloadForOrderSimulation(List<ProductModel> products, boolean checkAvailability) SapS4SalesOrderSimulationService.getPriceDetailsForProducts(List<ProductModel> productModels) Get the price level information for products.voidRequestPayloadModifierHook.modifyPayloadForOrderSimulation(List<ProductModel> products, SAPS4OMRequestData requestData) -
Uses of ProductModel in de.hybris.platform.sap.saps4omservices.services.impl
Methods in de.hybris.platform.sap.saps4omservices.services.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected StringDefaultPricingService.getPriceCacheKey(ProductModel productModel) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultSapS4SalesOrderSimulationService.getPriceDetailsForProduct(ProductModel productModel) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultPricingService.getPriceForProduct(ProductModel product) List<de.hybris.platform.jalo.order.price.PriceInformation>LiveSapPricingCatalogService.getPriceInformationsForProduct(ProductModel model) DefaultSAPS4OMAvailabilityService.getProductAvailability(ProductModel productModel, BaseStoreModel baseStore) DefaultSapS4SalesOrderSimulationService.getStockAvailability(ProductModel productModel, BaseStoreModel baseStore) DefaultSapS4OMProductAvailabilityService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSapS4OMProductAvailabilityService.getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) voidDefaultSAPS4OMAvailabilityService.removeProductAvailabilityFromCache(ProductModel productModel) Method parameters in de.hybris.platform.sap.saps4omservices.services.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionprotected voidDefaultSapS4OMRequestPayloadCreator.callModifierHookForOrderSimulation(List<ProductModel> products, SAPS4OMRequestData requestData, boolean checkAvailability) DefaultSapFutureStockService.getFutureAvailability(List<ProductModel> products) DefaultSapFutureStockService.getLiveFutureAvailability(List<ProductModel> products) DefaultSapS4OMRequestPayloadCreator.getPayloadForOrderSimulation(List<ProductModel> products, boolean checkAvailability) DefaultSapS4SalesOrderSimulationService.getPriceDetailsForProducts(List<ProductModel> productModels) protected List<SAPS4OMItemRequestData>DefaultSapS4OMRequestPayloadCreator.getRequestPayloadItemLevel(List<ProductModel> products, boolean checkAvailability) voidDefaultS4OMRequestPayloadModifierHook.modifyPayloadForOrderSimulation(List<ProductModel> products, SAPS4OMRequestData requestData) -
Uses of ProductModel in de.hybris.platform.sap.saps4omservices.utils
Methods in de.hybris.platform.sap.saps4omservices.utils with parameters of type ProductModel -
Uses of ProductModel in de.hybris.platform.sap.sapsalesordersimulation.service
Methods in de.hybris.platform.sap.sapsalesordersimulation.service with parameters of type ProductModelModifier and TypeMethodDescriptionAvailabilityService.getFutureAvailability(ProductModel product, Collection<WarehouseModel> warehouses) Get the stock level information for the product and the warehouseList<de.hybris.platform.jalo.order.price.PriceInformation>SalesOrderSimulationService.getPriceDetailsForProduct(ProductModel productModel) Get all price information for given product.List<de.hybris.platform.jalo.order.price.PriceInformation>PricingService.getPriceForProduct(ProductModel product) Get the Price information for the productAvailabilityService.getProductAvailability(ProductModel productModel, BaseStoreModel baseStore) Get the SapProductAvailability (contains stock , future stock details) for the product and the given basestoreAvailabilityService.getStockAvailability(ProductModel product, Collection<WarehouseModel> warehouses) Get the stock level information for the product and the warehousesSalesOrderSimulationService.getStockAvailability(ProductModel productModel, BaseStoreModel baseStore) Get the stock level information for the product.SalesOrderSimulationService.getStockLevels(ProductModel productModel, Collection<WarehouseModel> warehouses) Get the stock level information in different warehouses for the product.Method parameters in de.hybris.platform.sap.sapsalesordersimulation.service with type arguments of type ProductModelModifier and TypeMethodDescriptionSalesOrderSimulationService.getPriceDetailsForProducts(List<ProductModel> productModels) Get the price level information for products.List<de.hybris.platform.jalo.order.price.PriceInformation>SapPricingCatalogService.getPriceInformationForProducts(List<ProductModel> models) Method to get price information for products -
Uses of ProductModel in de.hybris.platform.sap.sapsalesordersimulation.service.impl
Methods in de.hybris.platform.sap.sapsalesordersimulation.service.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected Map<String,SapProductAvailability> DefaultAvailabilityService.fetchAllStockDetails(ProductModel product, Collection<WarehouseModel> sapPlants) protected voidDefaultAvailabilityService.fetchStockDetailsForWarehouses(ProductModel product, Map<String, SapProductAvailability> allSapProductAvailabilities, Collection<WarehouseModel> warehouseWithStockFetchRequired, String currentCustomerId) List<? extends AbstractPromotionModel>DefaultSapPromotionEngineService.getAbstractProductPromotions(Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, Date date) SapLiveStockService.getAllStockLevels(ProductModel product) DefaultAvailabilityService.getFutureAvailability(ProductModel product, Collection<WarehouseModel> warehouses) protected StringDefaultPricingService.getPriceCacheKey(ProductModel productModel) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultSalesOrderSimulationService.getPriceDetailsForProduct(ProductModel productModel) List<de.hybris.platform.jalo.order.price.PriceInformation>DefaultPricingService.getPriceForProduct(ProductModel product) List<de.hybris.platform.jalo.order.price.PriceInformation>LiveSapPricingCatalogService.getPriceInformationsForProduct(ProductModel model) DefaultAvailabilityService.getProductAvailability(ProductModel productModel, BaseStoreModel baseStore) SapLiveStockService.getProductStatus(ProductModel product, WarehouseModel warehouse) SapLiveStockService.getProductStatus(ProductModel product, Collection<WarehouseModel> warehouses) DefaultAvailabilityService.getStockAvailability(ProductModel product, Collection<WarehouseModel> warehouses) DefaultSalesOrderSimulationService.getStockAvailability(ProductModel productModel, BaseStoreModel baseStore) SapLiveStockService.getStockLevel(ProductModel product, WarehouseModel warehouse) DefaultSapProductAvailabilityService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultSalesOrderSimulationService.getStockLevels(ProductModel productModel, Collection<WarehouseModel> warehouses) SapLiveStockService.getStockLevels(ProductModel product, Collection<WarehouseModel> warehouses) DefaultSapProductAvailabilityService.getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) protected booleanDefaultSalesOrderSimulationService.isAllowedProductType(ProductModel productModel) Method parameters in de.hybris.platform.sap.sapsalesordersimulation.service.impl with type arguments of type ProductModelModifier and TypeMethodDescriptionDefaultSapFutureStockService.getFutureAvailability(List<ProductModel> products) DefaultSapFutureStockService.getLiveFutureAvailability(List<ProductModel> products) DefaultSalesOrderSimulationService.getPriceDetailsForProducts(List<ProductModel> productModels) -
Uses of ProductModel in de.hybris.platform.sap.sapserviceorder.service
Methods in de.hybris.platform.sap.sapserviceorder.service with parameters of type ProductModelModifier and TypeMethodDescriptionSapProductReferenceService.getProductReferences(ProductModel product) Method for retrieving product references for given target product -
Uses of ProductModel in de.hybris.platform.sap.sapserviceorder.service.impl
Methods in de.hybris.platform.sap.sapserviceorder.service.impl with parameters of type ProductModelModifier and TypeMethodDescriptionDefaultSapProductReferenceService.getProductReferences(ProductModel product) -
Uses of ProductModel in de.hybris.platform.sap.sapserviceorder.util
Methods in de.hybris.platform.sap.sapserviceorder.util with parameters of type ProductModelModifier and TypeMethodDescriptionstatic booleanSapServiceOrderUtil.isServiceProduct(ProductModel product) -
Uses of ProductModel in de.hybris.platform.sap.sapserviceorderfacades.populators
Methods in de.hybris.platform.sap.sapserviceorderfacades.populators with parameters of type ProductModelModifier and TypeMethodDescriptionvoidDefaultSapServiceProductPopulator.populate(ProductModel source, ProductData target) -
Uses of ProductModel in de.hybris.platform.sapomsafacades.populator
Classes in de.hybris.platform.sapomsafacades.populator with type parameters of type ProductModelModifier and TypeClassDescriptionclassDefaultOmsaStockPopulator<SOURCE extends ProductModel,TARGET extends StockData> classSAPOmsaProductStockPopulator<SOURCE extends ProductModel,TARGET extends ProductData> Methods in de.hybris.platform.sapomsafacades.populator that return types with arguments of type ProductModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,StockData> SAPOmsaProductStockPopulator.getStockConverter()Method parameters in de.hybris.platform.sapomsafacades.populator with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidSAPOmsaProductStockPopulator.setStockConverter(de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel, StockData> stockConverter) -
Uses of ProductModel in de.hybris.platform.sapomsaservices.config
Methods in de.hybris.platform.sapomsaservices.config with parameters of type ProductModelModifier and TypeMethodDescriptionbooleanOMSAConfigurationService.isPhysicalProduct(ProductModel productModel) Checks if the Product is a physical Product -
Uses of ProductModel in de.hybris.platform.sapomsaservices.config.impl
Methods in de.hybris.platform.sapomsaservices.config.impl with parameters of type ProductModelModifier and TypeMethodDescriptionbooleanDefaultOMSAConfigurationService.isPhysicalProduct(ProductModel productModel) -
Uses of ProductModel in de.hybris.platform.sapomsaservices.services
Methods in de.hybris.platform.sapomsaservices.services with parameters of type ProductModelModifier and TypeMethodDescriptiondefault StringOMSAService.getProductCode(ProductModel product) get the sap product code from the productOMSAATPService.getStockLevelForProductAndBaseStore(ProductModel aom, BaseStoreModel basestore) gets the stock level for Products -
Uses of ProductModel in de.hybris.platform.sapomsaservices.services.impl
Methods in de.hybris.platform.sapomsaservices.services.impl with parameters of type ProductModelModifier and TypeMethodDescriptionprotected SAPOMSAATPRequestDefaultOMSAATPService.buildRequestPayloadForProductAndBaseStore(ProductModel product, String strategyId) DefaultOMSAATPService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultOMSACommerceStockService.getStockLevelForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) DefaultOMSACommerceStockService.getStockLevelStatusForProductAndBaseStore(ProductModel product, BaseStoreModel baseStore) -
Uses of ProductModel in de.hybris.platform.servicelayer.internal.model.order
Constructors in de.hybris.platform.servicelayer.internal.model.order with parameters of type ProductModelModifierConstructorDescriptionInMemoryCartEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInMemoryCartEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.solrfacetsearch.model.redirect
Methods in de.hybris.platform.solrfacetsearch.model.redirect that return ProductModelModifier and TypeMethodDescriptionSolrProductRedirectModel.getRedirectItem()Generated method - Getter of theSolrProductRedirect.redirectItemattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.redirect with parameters of type ProductModelModifier and TypeMethodDescriptionvoidSolrProductRedirectModel.setRedirectItem(ProductModel value) Generated method - Setter ofSolrProductRedirect.redirectItemattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.redirect with parameters of type ProductModelModifierConstructorDescriptionSolrProductRedirectModel(ItemModel _owner, ProductModel _redirectItem) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrProductRedirectModel(ProductModel _redirectItem) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.subscriptionservices.model
Subclasses of ProductModel in de.hybris.platform.subscriptionservices.modelModifier and TypeClassDescriptionclassGenerated model class for type SubscriptionProduct first defined at extension subscriptionservices.Methods in de.hybris.platform.subscriptionservices.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionSubscriptionTermModel.getSubscriptionProducts()Generated method - Getter of theSubscriptionTerm.subscriptionProductsattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidSubscriptionTermModel.setSubscriptionProducts(Collection<ProductModel> value) Generated method - Setter ofSubscriptionTerm.subscriptionProductsattribute defined at extensionsubscriptionservices.Constructors in de.hybris.platform.subscriptionservices.model with parameters of type ProductModelModifierConstructorDescriptionSubscriptionPricePlanModel(CurrencyModel _currency, ItemModel _owner, ProductPriceGroup _pg, Double _price, ProductModel _product, String _productId, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.variants.model
Subclasses of ProductModel in de.hybris.platform.variants.modelModifier and TypeClassDescriptionclassGenerated model class for type GenericVariantProduct first defined at extension basecommerce.classGenerated model class for type VariantProduct first defined at extension catalog.Methods in de.hybris.platform.variants.model that return ProductModelModifier and TypeMethodDescriptionVariantProductModel.getBaseProduct()Generated method - Getter of theVariantProduct.baseProductattribute defined at extensioncatalog.Methods in de.hybris.platform.variants.model with parameters of type ProductModelModifier and TypeMethodDescriptionvoidVariantProductModel.setBaseProduct(ProductModel value) Generated method - Setter ofVariantProduct.baseProductattribute defined at extensioncatalog.Constructors in de.hybris.platform.variants.model with parameters of type ProductModelModifierConstructorDescriptionGenericVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenericVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ProductModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return types with arguments of type ProductModelModifier and TypeMethodDescriptionProductRestrictionModel.getProducts()Generated method - Getter of theProductRestriction.productsattribute defined at extensionvoucher.Method parameters in de.hybris.platform.voucher.model with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidProductRestrictionModel.setProducts(Collection<ProductModel> value) Generated method - Setter ofProductRestriction.productsattribute defined at extensionvoucher. -
Uses of ProductModel in de.hybris.platform.warehousing.data.pickslip
Methods in de.hybris.platform.warehousing.data.pickslip that return ProductModelMethods in de.hybris.platform.warehousing.data.pickslip with parameters of type ProductModelModifier and TypeMethodDescriptionvoidConsolidatedPickSlipFormEntry.setProduct(ProductModel product) -
Uses of ProductModel in de.hybris.platform.warehousing.data.shipping
Methods in de.hybris.platform.warehousing.data.shipping that return ProductModelMethods in de.hybris.platform.warehousing.data.shipping with parameters of type ProductModel -
Uses of ProductModel in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return types with arguments of type ProductModelMethod parameters in de.hybris.platform.warehousing.data.sourcing with type arguments of type ProductModelModifier and TypeMethodDescriptionvoidSourcingLocation.setAvailability(Map<ProductModel, Long> availability) -
Uses of ProductModel in de.hybris.platform.ysapcpis4cmomsfulfillment.strategy
Methods in de.hybris.platform.ysapcpis4cmomsfulfillment.strategy that return types with arguments of type ProductModelModifier and TypeMethodDescriptionprotected List<ProductModel>S4CMConsignmentPreFulfillmentStrategy.getRelatedProducts(ConsignmentModel consignment) Method parameters in de.hybris.platform.ysapcpis4cmomsfulfillment.strategy with type arguments of type ProductModelModifier and TypeMethodDescriptionprotected List<ConsignmentModel>S4CMConsignmentPreFulfillmentStrategy.getRelatedConsignments(ConsignmentModel consignment, List<ProductModel> relatedProducts)