Uses of Class
de.hybris.platform.yacceleratorcore.enums.SwatchColorEnum
-
Packages that use SwatchColorEnum Package Description de.hybris.platform.yacceleratorcore.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.yacceleratorcore.model Contains generated models for each type of de.hybris.platform.yacceleratorcore.jalo package.de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl -
-
Uses of SwatchColorEnum in de.hybris.platform.yacceleratorcore.enums
Fields in de.hybris.platform.yacceleratorcore.enums declared as SwatchColorEnum Modifier and Type Field Description static SwatchColorEnumSwatchColorEnum. BLACKGenerated enum value for SwatchColorEnum.BLACK declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. BLUEGenerated enum value for SwatchColorEnum.BLUE declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. BROWNGenerated enum value for SwatchColorEnum.BROWN declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. GREENGenerated enum value for SwatchColorEnum.GREEN declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. GREYGenerated enum value for SwatchColorEnum.GREY declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. ORANGEGenerated enum value for SwatchColorEnum.ORANGE declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. PINKGenerated enum value for SwatchColorEnum.PINK declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. PURPLEGenerated enum value for SwatchColorEnum.PURPLE declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. REDGenerated enum value for SwatchColorEnum.RED declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. SILVERGenerated enum value for SwatchColorEnum.SILVER declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. WHITEGenerated enum value for SwatchColorEnum.WHITE declared at extension yacceleratorcore.static SwatchColorEnumSwatchColorEnum. YELLOWGenerated enum value for SwatchColorEnum.YELLOW declared at extension yacceleratorcore.Methods in de.hybris.platform.yacceleratorcore.enums that return SwatchColorEnum Modifier and Type Method Description static SwatchColorEnumSwatchColorEnum. valueOf(java.lang.String code)Returns a SwatchColorEnum instance representing the specified enum value. -
Uses of SwatchColorEnum in de.hybris.platform.yacceleratorcore.model
Methods in de.hybris.platform.yacceleratorcore.model that return types with arguments of type SwatchColorEnum Modifier and Type Method Description java.util.Set<SwatchColorEnum>ApparelStyleVariantProductModel. getSwatchColors()Generated method - Getter of theApparelStyleVariantProduct.swatchColorsattribute defined at extensionyacceleratorcore.Method parameters in de.hybris.platform.yacceleratorcore.model with type arguments of type SwatchColorEnum Modifier and Type Method Description voidApparelStyleVariantProductModel. setSwatchColors(java.util.Set<SwatchColorEnum> value)Generated method - Setter ofApparelStyleVariantProduct.swatchColorsattribute defined at extensionyacceleratorcore. -
Uses of SwatchColorEnum in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl with parameters of type SwatchColorEnum Modifier and Type Method Description protected java.util.List<FieldValue>ColorFacetValueProvider. createFieldValue(SwatchColorEnum color, IndexedProperty indexedProperty)
-