Uses of Class
de.hybris.platform.core.GenericSelectField
-
Packages that use GenericSelectField Package Description de.hybris.platform.catalog.jalo.classification.util de.hybris.platform.core -
-
Uses of GenericSelectField in de.hybris.platform.catalog.jalo.classification.util
Subclasses of GenericSelectField in de.hybris.platform.catalog.jalo.classification.util Modifier and Type Class Description classFeatureValueSelectField -
Uses of GenericSelectField in de.hybris.platform.core
Subclasses of GenericSelectField in de.hybris.platform.core Modifier and Type Class Description classGenericFunctionSelectFieldAllows to specify a function to be applied to a generic select field.Methods in de.hybris.platform.core that return types with arguments of type GenericSelectField Modifier and Type Method Description java.util.List<GenericSelectField>GenericQuery. getSelectFields()Returns a List containingGenericSelectFields instances which have been previously set.Methods in de.hybris.platform.core with parameters of type GenericSelectField Modifier and Type Method Description GenericQueryGenericQuery. addSelectField(GenericSelectField field)Adds aGenericSelectFieldto the query.
-