Uses of Class
de.hybris.platform.cms2lib.components.RotatingImagesComponent
-
Packages that use RotatingImagesComponent Package Description de.hybris.platform.cms2lib.components de.hybris.platform.cms2lib.jalo -
-
Uses of RotatingImagesComponent in de.hybris.platform.cms2lib.components
Methods in de.hybris.platform.cms2lib.components that return types with arguments of type RotatingImagesComponent Modifier and Type Method Description java.util.Collection<RotatingImagesComponent>GeneratedBannerComponent. getRotatingComponent()Generated method - Getter of theBannerComponent.rotatingComponentattribute.java.util.Collection<RotatingImagesComponent>GeneratedBannerComponent. getRotatingComponent(SessionContext ctx)Generated method - Getter of theBannerComponent.rotatingComponentattribute.Methods in de.hybris.platform.cms2lib.components with parameters of type RotatingImagesComponent Modifier and Type Method Description voidGeneratedBannerComponent. addToRotatingComponent(RotatingImagesComponent value)Generated method - Addsvalueto rotatingComponent.voidGeneratedBannerComponent. addToRotatingComponent(SessionContext ctx, RotatingImagesComponent value)Generated method - Addsvalueto rotatingComponent.voidGeneratedBannerComponent. removeFromRotatingComponent(RotatingImagesComponent value)Generated method - Removesvaluefrom rotatingComponent.voidGeneratedBannerComponent. removeFromRotatingComponent(SessionContext ctx, RotatingImagesComponent value)Generated method - Removesvaluefrom rotatingComponent.Method parameters in de.hybris.platform.cms2lib.components with type arguments of type RotatingImagesComponent Modifier and Type Method Description voidGeneratedBannerComponent. setRotatingComponent(SessionContext ctx, java.util.Collection<RotatingImagesComponent> value)Generated method - Setter of theBannerComponent.rotatingComponentattribute.voidGeneratedBannerComponent. setRotatingComponent(java.util.Collection<RotatingImagesComponent> value)Generated method - Setter of theBannerComponent.rotatingComponentattribute. -
Uses of RotatingImagesComponent in de.hybris.platform.cms2lib.jalo
Methods in de.hybris.platform.cms2lib.jalo that return RotatingImagesComponent Modifier and Type Method Description RotatingImagesComponentGeneratedCms2LibManager. createRotatingImagesComponent(SessionContext ctx, java.util.Map attributeValues)RotatingImagesComponentGeneratedCms2LibManager. createRotatingImagesComponent(java.util.Map attributeValues)
-