Uses of Class
de.hybris.platform.cms2lib.components.BannerComponent
Packages that use BannerComponent
-
Uses of BannerComponent in de.hybris.platform.cms2lib.components
Methods in de.hybris.platform.cms2lib.components that return types with arguments of type BannerComponentModifier and TypeMethodDescriptionGeneratedRotatingImagesComponent.getBanners()Generated method - Getter of theRotatingImagesComponent.bannersattribute.GeneratedRotatingImagesComponent.getBanners(SessionContext ctx) Generated method - Getter of theRotatingImagesComponent.bannersattribute.Methods in de.hybris.platform.cms2lib.components with parameters of type BannerComponentModifier and TypeMethodDescriptionvoidGeneratedRotatingImagesComponent.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 BannerComponentModifier and TypeMethodDescriptionvoidGeneratedRotatingImagesComponent.setBanners(SessionContext ctx, List<BannerComponent> value) Generated method - Setter of theRotatingImagesComponent.bannersattribute.voidGeneratedRotatingImagesComponent.setBanners(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 BannerComponentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<BannerComponent>GeneratedCms2LibManager.BANNERSFORCONTENTPAGEBANNERCOMPONETSHANDLEROneToManyHandlerfor handling 1:n BANNERCOMPONETS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2lib.jalo that return BannerComponentModifier and TypeMethodDescriptionGeneratedCms2LibManager.createBannerComponent(SessionContext ctx, Map attributeValues) GeneratedCms2LibManager.createBannerComponent(Map attributeValues) Methods in de.hybris.platform.cms2lib.jalo that return types with arguments of type BannerComponentModifier and TypeMethodDescriptionGeneratedCms2LibManager.getBannerComponets(ContentPage item) Generated method - Getter of theContentPage.bannerComponetsattribute.GeneratedCms2LibManager.getBannerComponets(SessionContext ctx, ContentPage item) Generated method - Getter of theContentPage.bannerComponetsattribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type BannerComponentModifier and TypeMethodDescriptionvoidGeneratedCms2LibManager.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 BannerComponentModifier and TypeMethodDescriptionvoidGeneratedCms2LibManager.setBannerComponets(ContentPage item, List<BannerComponent> value) Generated method - Setter of theContentPage.bannerComponetsattribute.voidGeneratedCms2LibManager.setBannerComponets(SessionContext ctx, ContentPage item, List<BannerComponent> value) Generated method - Setter of theContentPage.bannerComponetsattribute.