Uses of Class
com.sap.retail.commercesuite.saparticlemodel.model.ArticleComponentModel
Packages that use ArticleComponentModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of ArticleComponentModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent
Fields in com.sap.retail.commercesuite.saparticlemodel.articlecomponent declared as ArticleComponentModelModifier and TypeFieldDescriptionprotected ArticleComponentModelArticleComponentTestBase.structuredArticleComponent1protected ArticleComponentModelArticleComponentTestBase.structuredArticleComponent2Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent that return types with arguments of type ArticleComponentModelModifier and TypeMethodDescriptionArticleComponentService.getComponentsOfStructuredArticle(ProductModel article) Get article components by product model of the structured article.ArticleComponentService.getComponentsOfStructuredArticle(String articleCode, String catalog, String catalogVersion) Get article components by article code, catalog ID and catalog version. -
Uses of ArticleComponentModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao
Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.dao that return types with arguments of type ArticleComponentModelModifier and TypeMethodDescriptionArticleComponentDAO.findComponentsOfStructuredArticle(ProductModel article) Find components of the structured article identified by its model.ArticleComponentDAO.findComponentsOfStructuredArticle(String articleCode, String catalog, String catalogVersion) Find components of the structured article identified by code, catalog and catalog version. -
Uses of ArticleComponentModel 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 ArticleComponentModelModifier and TypeMethodDescriptionArticleComponentDAOImpl.findComponentsOfStructuredArticle(ProductModel product) ArticleComponentDAOImpl.findComponentsOfStructuredArticle(String productCode, String catalog, String catalogVersion) -
Uses of ArticleComponentModel in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.impl
Methods in com.sap.retail.commercesuite.saparticlemodel.articlecomponent.impl that return types with arguments of type ArticleComponentModelModifier and TypeMethodDescriptionArticleComponentServiceImpl.getComponentsOfStructuredArticle(ProductModel product) ArticleComponentServiceImpl.getComponentsOfStructuredArticle(String productCode, String catalog, String catalogVersion) -
Uses of ArticleComponentModel in com.sap.retail.commercesuite.saparticlesearch.provider
Fields in com.sap.retail.commercesuite.saparticlesearch.provider declared as ArticleComponentModelModifier and TypeFieldDescriptionprotected ArticleComponentModelBaseStructuredArticleComponentValueResolverTest.articleComponent1protected ArticleComponentModelBaseStructuredArticleComponentValueResolverTest.articleComponent2protected ArticleComponentModelBaseStructuredArticleComponentValueResolverTest.articleComponent3Fields in com.sap.retail.commercesuite.saparticlesearch.provider with type parameters of type ArticleComponentModelModifier and TypeFieldDescriptionprotected Collection<ArticleComponentModel>BaseStructuredArticleComponentValueResolverTest.articleComponentListMethods in com.sap.retail.commercesuite.saparticlesearch.provider that return ArticleComponentModelModifier and TypeMethodDescriptionBaseStructuredArticleComponentValueResolverTest.getArticleComponent1()BaseStructuredArticleComponentValueResolverTest.getArticleComponent2()Methods in com.sap.retail.commercesuite.saparticlesearch.provider that return types with arguments of type ArticleComponentModelModifier and TypeMethodDescriptionBaseStructuredArticleComponentValueResolverTest.getArticleComponentList()Methods in com.sap.retail.commercesuite.saparticlesearch.provider with parameters of type ArticleComponentModelModifier and TypeMethodDescriptionprotected abstract ObjectBaseStructuredArticleComponentValueResolver.getComponentPropertyValue(ArticleComponentModel articleComponent, LanguageModel language) Gets the property value of the article component.protected ObjectStructuredArticleComponentKeywordsValueResolver.getComponentPropertyValue(ArticleComponentModel articleComponent, LanguageModel language) protected ObjectStructuredArticleComponentNamesValueResolver.getComponentPropertyValue(ArticleComponentModel articleComponent, LanguageModel language) -
Uses of ArticleComponentModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ArticleComponentModelModifier and TypeMethodDescriptionProductModel.getComponent()Generated method - Getter of theProduct.componentattribute defined at extensionsaparticlemodel.Method parameters in de.hybris.platform.core.model.product with type arguments of type ArticleComponentModelModifier and TypeMethodDescriptionvoidProductModel.setComponent(Collection<ArticleComponentModel> value) Generated method - Setter ofProduct.componentattribute defined at extensionsaparticlemodel.