Uses of Class
de.hybris.platform.core.enums.Gender
-
Packages that use Gender Package Description de.hybris.platform.core.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.core.model.test Contains generated models for each type of de.hybris.platform.jalo.test package.de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.servicelayer.test 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 de.hybris.platform.yacceleratorfacades.populators -
-
Uses of Gender in de.hybris.platform.core.enums
Methods in de.hybris.platform.core.enums that return Gender Modifier and Type Method Description static GenderGender. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Gender[]Gender. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Gender in de.hybris.platform.core.model.test
Methods in de.hybris.platform.core.model.test that return Gender Modifier and Type Method Description GenderTestItemType2Model. getGender()Generated method - Getter of theTestItemType2.genderdynamic attribute defined at extensioncore. -
Uses of Gender in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return Gender Modifier and Type Method Description GenderAddressModel. getGender()Generated method - Getter of theAddress.genderattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type Gender Modifier and Type Method Description voidAddressModel. setGender(Gender value)Generated method - Setter ofAddress.genderattribute defined at extensioncore. -
Uses of Gender in de.hybris.platform.servicelayer.test
Methods in de.hybris.platform.servicelayer.test that return Gender Modifier and Type Method Description GenderDynamicAttributesEnumSampleBean. get(TestItemType2Model model)Holds logic behind getter for dynamic attribute.Methods in de.hybris.platform.servicelayer.test with parameters of type Gender Modifier and Type Method Description voidDynamicAttributesEnumSampleBean. set(TestItemType2Model model, Gender value)Holds logic behind setter for dynamic attribute. -
Uses of Gender in de.hybris.platform.yacceleratorcore.model
Methods in de.hybris.platform.yacceleratorcore.model that return types with arguments of type Gender Modifier and Type Method Description java.util.List<Gender>ApparelProductModel. getGenders()Generated method - Getter of theApparelProduct.gendersattribute defined at extensionyacceleratorcore.Method parameters in de.hybris.platform.yacceleratorcore.model with type arguments of type Gender Modifier and Type Method Description voidApparelProductModel. setGenders(java.util.List<Gender> value)Generated method - Setter ofApparelProduct.gendersattribute defined at extensionyacceleratorcore. -
Uses of Gender in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl with parameters of type Gender Modifier and Type Method Description protected java.util.List<FieldValue>GenderValueProvider. createFieldValue(Gender gender, IndexedProperty indexedProperty) -
Uses of Gender in de.hybris.platform.yacceleratorfacades.populators
Methods in de.hybris.platform.yacceleratorfacades.populators that return types with arguments of type Gender Modifier and Type Method Description protected Converter<Gender,GenderData>ApparelProductPopulator. getGenderConverter()Methods in de.hybris.platform.yacceleratorfacades.populators with parameters of type Gender Modifier and Type Method Description voidGenderDataPopulator. populate(Gender source, GenderData target)Method parameters in de.hybris.platform.yacceleratorfacades.populators with type arguments of type Gender Modifier and Type Method Description voidApparelProductPopulator. setGenderConverter(Converter<Gender,GenderData> genderConverter)
-