Uses of Class
de.hybris.platform.cms2lib.components.BannerComponent
-
Packages that use BannerComponent Package Description de.hybris.platform.cms2lib.components de.hybris.platform.cms2lib.jalo -
-
Uses of BannerComponent in de.hybris.platform.cms2lib.components
Methods in de.hybris.platform.cms2lib.components that return types with arguments of type BannerComponent Modifier and Type Method Description java.util.List<BannerComponent>GeneratedRotatingImagesComponent. getBanners()Generated method - Getter of theRotatingImagesComponent.bannersattribute.java.util.List<BannerComponent>GeneratedRotatingImagesComponent. getBanners(SessionContext ctx)Generated method - Getter of theRotatingImagesComponent.bannersattribute.Methods in de.hybris.platform.cms2lib.components with parameters of type BannerComponent Modifier and Type Method Description voidGeneratedRotatingImagesComponent. addToBanners(BannerComponent value)Generated method - Addsvalueto banners.voidGeneratedRotatingImagesComponent. addToBanners(SessionContext ctx, BannerComponent value)Generated method - Addsvalueto banners.voidGeneratedRotatingImagesComponent. removeFromBanners(BannerComponent value)Generated method - Removesvaluefrom banners.voidGeneratedRotatingImagesComponent. removeFromBanners(SessionContext ctx, BannerComponent value)Generated method - Removesvaluefrom banners.Method parameters in de.hybris.platform.cms2lib.components with type arguments of type BannerComponent Modifier and Type Method Description voidGeneratedRotatingImagesComponent. setBanners(SessionContext ctx, java.util.List<BannerComponent> value)Generated method - Setter of theRotatingImagesComponent.bannersattribute.voidGeneratedRotatingImagesComponent. setBanners(java.util.List<BannerComponent> value)Generated method - Setter of theRotatingImagesComponent.bannersattribute. -
Uses of BannerComponent in de.hybris.platform.cms2lib.jalo
Fields in de.hybris.platform.cms2lib.jalo with type parameters of type BannerComponent Modifier and Type Field Description protected static OneToManyHandler<BannerComponent>GeneratedCms2LibManager. BANNERSFORCONTENTPAGEBANNERCOMPONETSHANDLEROneToManyHandlerfor handling 1:n BANNERCOMPONETS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2lib.jalo that return BannerComponent Modifier and Type Method Description BannerComponentGeneratedCms2LibManager. createBannerComponent(SessionContext ctx, java.util.Map attributeValues)BannerComponentGeneratedCms2LibManager. createBannerComponent(java.util.Map attributeValues)Methods in de.hybris.platform.cms2lib.jalo that return types with arguments of type BannerComponent Modifier and Type Method Description java.util.List<BannerComponent>GeneratedCms2LibManager. getBannerComponets(ContentPage item)Generated method - Getter of theContentPage.bannerComponetsattribute.java.util.List<BannerComponent>GeneratedCms2LibManager. getBannerComponets(SessionContext ctx, ContentPage item)Generated method - Getter of theContentPage.bannerComponetsattribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type BannerComponent Modifier and Type Method Description voidGeneratedCms2LibManager. addToBannerComponets(ContentPage item, BannerComponent value)Generated method - Addsvalueto bannerComponets.voidGeneratedCms2LibManager. addToBannerComponets(SessionContext ctx, ContentPage item, BannerComponent value)Generated method - Addsvalueto bannerComponets.voidGeneratedCms2LibManager. removeFromBannerComponets(ContentPage item, BannerComponent value)Generated method - Removesvaluefrom bannerComponets.voidGeneratedCms2LibManager. removeFromBannerComponets(SessionContext ctx, ContentPage item, BannerComponent value)Generated method - Removesvaluefrom bannerComponets.Method parameters in de.hybris.platform.cms2lib.jalo with type arguments of type BannerComponent Modifier and Type Method Description voidGeneratedCms2LibManager. setBannerComponets(ContentPage item, java.util.List<BannerComponent> value)Generated method - Setter of theContentPage.bannerComponetsattribute.voidGeneratedCms2LibManager. setBannerComponets(SessionContext ctx, ContentPage item, java.util.List<BannerComponent> value)Generated method - Setter of theContentPage.bannerComponetsattribute.
-