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. PRODUCTLISTCOMPONENTSFORCATEGORYPRODUCTLISTCOMPONENTSHANDLER
OneToManyHandler
for 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 ProductListComponent
GeneratedCms2LibManager. createProductListComponent(SessionContext ctx, java.util.Map attributeValues)
ProductListComponent
GeneratedCms2LibManager. 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.productListComponents
attribute.java.util.Collection<ProductListComponent>
GeneratedCms2LibManager. getProductListComponents(Product item)
Generated method - Getter of theProduct.productListComponents
attribute.java.util.List<ProductListComponent>
GeneratedCms2LibManager. getProductListComponents(SessionContext ctx, Category item)
Generated method - Getter of theCategory.productListComponents
attribute.java.util.Collection<ProductListComponent>
GeneratedCms2LibManager. getProductListComponents(SessionContext ctx, Product item)
Generated method - Getter of theProduct.productListComponents
attribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type ProductListComponent Modifier and Type Method Description void
GeneratedCms2LibManager. addToProductListComponents(Category item, ProductListComponent value)
Generated method - Addsvalue
to productListComponents.void
GeneratedCms2LibManager. addToProductListComponents(Product item, ProductListComponent value)
Generated method - Addsvalue
to productListComponents.void
GeneratedCms2LibManager. addToProductListComponents(SessionContext ctx, Category item, ProductListComponent value)
Generated method - Addsvalue
to productListComponents.void
GeneratedCms2LibManager. addToProductListComponents(SessionContext ctx, Product item, ProductListComponent value)
Generated method - Addsvalue
to productListComponents.void
GeneratedCms2LibManager. removeFromProductListComponents(Category item, ProductListComponent value)
Generated method - Removesvalue
from productListComponents.void
GeneratedCms2LibManager. removeFromProductListComponents(Product item, ProductListComponent value)
Generated method - Removesvalue
from productListComponents.void
GeneratedCms2LibManager. removeFromProductListComponents(SessionContext ctx, Category item, ProductListComponent value)
Generated method - Removesvalue
from productListComponents.void
GeneratedCms2LibManager. removeFromProductListComponents(SessionContext ctx, Product item, ProductListComponent value)
Generated method - Removesvalue
from productListComponents.Method parameters in de.hybris.platform.cms2lib.jalo with type arguments of type ProductListComponent Modifier and Type Method Description void
GeneratedCms2LibManager. setProductListComponents(Category item, java.util.List<ProductListComponent> value)
Generated method - Setter of theCategory.productListComponents
attribute.void
GeneratedCms2LibManager. setProductListComponents(Product item, java.util.Collection<ProductListComponent> value)
Generated method - Setter of theProduct.productListComponents
attribute.void
GeneratedCms2LibManager. setProductListComponents(SessionContext ctx, Category item, java.util.List<ProductListComponent> value)
Generated method - Setter of theCategory.productListComponents
attribute.void
GeneratedCms2LibManager. setProductListComponents(SessionContext ctx, Product item, java.util.Collection<ProductListComponent> value)
Generated method - Setter of theProduct.productListComponents
attribute.
-