Uses of Class
de.hybris.platform.cms2lib.components.ProductListComponent
-
Packages that use ProductListComponent Package Description de.hybris.platform.cms2lib.jalo -
-
Uses of ProductListComponent in de.hybris.platform.cms2lib.jalo
Fields in de.hybris.platform.cms2lib.jalo with type parameters of type ProductListComponent Modifier and Type Field Description protected static OneToManyHandler<ProductListComponent>GeneratedCms2LibManager. PRODUCTLISTCOMPONENTSFORCATEGORYPRODUCTLISTCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n PRODUCTLISTCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2lib.jalo that return ProductListComponent Modifier and Type Method Description ProductListComponentGeneratedCms2LibManager. createProductListComponent(SessionContext ctx, java.util.Map attributeValues)ProductListComponentGeneratedCms2LibManager. createProductListComponent(java.util.Map attributeValues)Methods in de.hybris.platform.cms2lib.jalo that return types with arguments of type ProductListComponent Modifier and Type Method Description java.util.List<ProductListComponent>GeneratedCms2LibManager. getProductListComponents(Category item)Generated method - Getter of theCategory.productListComponentsattribute.java.util.Collection<ProductListComponent>GeneratedCms2LibManager. getProductListComponents(Product item)Generated method - Getter of theProduct.productListComponentsattribute.java.util.List<ProductListComponent>GeneratedCms2LibManager. getProductListComponents(SessionContext ctx, Category item)Generated method - Getter of theCategory.productListComponentsattribute.java.util.Collection<ProductListComponent>GeneratedCms2LibManager. getProductListComponents(SessionContext ctx, Product item)Generated method - Getter of theProduct.productListComponentsattribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type ProductListComponent Modifier and Type Method Description voidGeneratedCms2LibManager. addToProductListComponents(Category item, ProductListComponent value)Generated method - Addsvalueto productListComponents.voidGeneratedCms2LibManager. addToProductListComponents(Product item, ProductListComponent value)Generated method - Addsvalueto productListComponents.voidGeneratedCms2LibManager. addToProductListComponents(SessionContext ctx, Category item, ProductListComponent value)Generated method - Addsvalueto productListComponents.voidGeneratedCms2LibManager. addToProductListComponents(SessionContext ctx, Product item, ProductListComponent value)Generated method - Addsvalueto productListComponents.voidGeneratedCms2LibManager. removeFromProductListComponents(Category item, ProductListComponent value)Generated method - Removesvaluefrom productListComponents.voidGeneratedCms2LibManager. removeFromProductListComponents(Product item, ProductListComponent value)Generated method - Removesvaluefrom productListComponents.voidGeneratedCms2LibManager. removeFromProductListComponents(SessionContext ctx, Category item, ProductListComponent value)Generated method - Removesvaluefrom productListComponents.voidGeneratedCms2LibManager. removeFromProductListComponents(SessionContext ctx, Product item, ProductListComponent value)Generated method - Removesvaluefrom productListComponents.Method parameters in de.hybris.platform.cms2lib.jalo with type arguments of type ProductListComponent Modifier and Type Method Description voidGeneratedCms2LibManager. setProductListComponents(Category item, java.util.List<ProductListComponent> value)Generated method - Setter of theCategory.productListComponentsattribute.voidGeneratedCms2LibManager. setProductListComponents(Product item, java.util.Collection<ProductListComponent> value)Generated method - Setter of theProduct.productListComponentsattribute.voidGeneratedCms2LibManager. setProductListComponents(SessionContext ctx, Category item, java.util.List<ProductListComponent> value)Generated method - Setter of theCategory.productListComponentsattribute.voidGeneratedCms2LibManager. setProductListComponents(SessionContext ctx, Product item, java.util.Collection<ProductListComponent> value)Generated method - Setter of theProduct.productListComponentsattribute.
-