Uses of Class
de.hybris.platform.cms2lib.model.components.BannerComponentModel
-
Packages that use BannerComponentModel Package Description de.hybris.platform.cms2.model.pages Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.de.hybris.platform.cms2lib.model.components Contains generated models for each type of de.hybris.platform.cms2lib.components package.de.hybris.platform.cmsfacades.cmsitems.validator de.hybris.platform.marketplaceaddon.controllers.cms -
-
Uses of BannerComponentModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type BannerComponentModel Modifier and Type Method Description java.util.List<BannerComponentModel>ContentPageModel. getBannerComponets()Generated method - Getter of theContentPage.bannerComponetsattribute defined at extensioncms2lib.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type BannerComponentModel Modifier and Type Method Description voidContentPageModel. setBannerComponets(java.util.List<BannerComponentModel> value)Generated method - Setter ofContentPage.bannerComponetsattribute defined at extensioncms2lib. -
Uses of BannerComponentModel in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return types with arguments of type BannerComponentModel Modifier and Type Method Description java.util.List<BannerComponentModel>RotatingImagesComponentModel. getBanners()Generated method - Getter of theRotatingImagesComponent.bannersattribute defined at extensioncms2lib.Method parameters in de.hybris.platform.cms2lib.model.components with type arguments of type BannerComponentModel Modifier and Type Method Description voidRotatingImagesComponentModel. setBanners(java.util.List<BannerComponentModel> value)Generated method - Setter ofRotatingImagesComponent.bannersattribute defined at extensioncms2lib. -
Uses of BannerComponentModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type BannerComponentModel Modifier and Type Method Description voidDefaultBannerComponentValidator. validate(BannerComponentModel validatee) -
Uses of BannerComponentModel in de.hybris.platform.marketplaceaddon.controllers.cms
Methods in de.hybris.platform.marketplaceaddon.controllers.cms with parameters of type BannerComponentModel Modifier and Type Method Description protected voidBannerComponentController. fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, BannerComponentModel component)
-