Uses of Class
com.sap.retail.commercesuite.saparticlemodel.jalo.ArticleComponent
Packages that use ArticleComponent
-
Uses of ArticleComponent in com.sap.retail.commercesuite.saparticlemodel.jalo
Fields in com.sap.retail.commercesuite.saparticlemodel.jalo with type parameters of type ArticleComponentModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<ArticleComponent>GeneratedSaparticlemodelManager.ARTICLECOMPONENTSCOMPONENTHANDLEROneToManyHandlerfor handling 1:n COMPONENT's relation attributes from 'many' side.Methods in com.sap.retail.commercesuite.saparticlemodel.jalo that return ArticleComponentModifier and TypeMethodDescriptionGeneratedSaparticlemodelManager.createArticleComponent(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) GeneratedSaparticlemodelManager.createArticleComponent(Map attributeValues) Methods in com.sap.retail.commercesuite.saparticlemodel.jalo that return types with arguments of type ArticleComponentModifier and TypeMethodDescriptionGeneratedSaparticlemodelManager.getComponent(de.hybris.platform.jalo.product.Product item) Generated method - Getter of theProduct.componentattribute.GeneratedSaparticlemodelManager.getComponent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item) Generated method - Getter of theProduct.componentattribute.Methods in com.sap.retail.commercesuite.saparticlemodel.jalo with parameters of type ArticleComponentModifier and TypeMethodDescriptionvoidGeneratedSaparticlemodelManager.addToComponent(de.hybris.platform.jalo.product.Product item, ArticleComponent value) Generated method - Addsvalueto component.voidGeneratedSaparticlemodelManager.addToComponent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, ArticleComponent value) Generated method - Addsvalueto component.voidGeneratedSaparticlemodelManager.removeFromComponent(de.hybris.platform.jalo.product.Product item, ArticleComponent value) Generated method - Removesvaluefrom component.voidGeneratedSaparticlemodelManager.removeFromComponent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, ArticleComponent value) Generated method - Removesvaluefrom component.Method parameters in com.sap.retail.commercesuite.saparticlemodel.jalo with type arguments of type ArticleComponentModifier and TypeMethodDescriptionvoidGeneratedSaparticlemodelManager.setComponent(de.hybris.platform.jalo.product.Product item, Collection<ArticleComponent> value) Generated method - Setter of theProduct.componentattribute.voidGeneratedSaparticlemodelManager.setComponent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, Collection<ArticleComponent> value) Generated method - Setter of theProduct.componentattribute.