Uses of Class
de.hybris.platform.cms2lib.enums.CarouselScroll
-
Packages that use CarouselScroll Package Description de.hybris.platform.cms2lib.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cms2lib.model.components Contains generated models for each type of de.hybris.platform.cms2lib.components package.de.hybris.platform.marketplaceservices.vendor de.hybris.platform.marketplaceservices.vendor.impl -
-
Uses of CarouselScroll in de.hybris.platform.cms2lib.enums
Methods in de.hybris.platform.cms2lib.enums that return CarouselScroll Modifier and Type Method Description static CarouselScrollCarouselScroll. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CarouselScroll[]CarouselScroll. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CarouselScroll in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return CarouselScroll Modifier and Type Method Description CarouselScrollProductCarouselComponentModel. getScroll()Generated method - Getter of theProductCarouselComponent.scrollattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type CarouselScroll Modifier and Type Method Description voidProductCarouselComponentModel. setScroll(CarouselScroll value)Generated method - Setter ofProductCarouselComponent.scrollattribute defined at extensioncms2lib. -
Uses of CarouselScroll in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor with parameters of type CarouselScroll Modifier and Type Method Description ProductCarouselComponentModelVendorCMSService. saveOrUpdateProductCarouselComponent(CatalogVersionModel catalogVersion, java.lang.String uid, java.lang.String name, CarouselScroll scroll, boolean popup)create product carousel component -
Uses of CarouselScroll in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type CarouselScroll Modifier and Type Method Description ProductCarouselComponentModelDefaultVendorCMSService. saveOrUpdateProductCarouselComponent(CatalogVersionModel catalogVersion, java.lang.String uid, java.lang.String name, CarouselScroll scroll, boolean popup)
-