Uses of Class
de.hybris.platform.searchservices.jalo.SnField
-
Packages that use SnField Package Description de.hybris.platform.searchservices.jalo -
-
Uses of SnField in de.hybris.platform.searchservices.jalo
Fields in de.hybris.platform.searchservices.jalo with type parameters of type SnField Modifier and Type Field Description protected static OneToManyHandler<SnField>GeneratedSnIndexType. FIELDSHANDLEROneToManyHandlerfor handling 1:n FIELDS's relation attributes from 'many' side.Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type SnField Modifier and Type Method Description java.util.List<SnField>GeneratedSnIndexType. getFields()Generated method - Getter of theSnIndexType.fieldsattribute.java.util.List<SnField>GeneratedSnIndexType. getFields(SessionContext ctx)Generated method - Getter of theSnIndexType.fieldsattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnField Modifier and Type Method Description voidGeneratedSnIndexType. addToFields(SessionContext ctx, SnField value)Generated method - Addsvalueto fields.voidGeneratedSnIndexType. addToFields(SnField value)Generated method - Addsvalueto fields.voidGeneratedSnIndexType. removeFromFields(SessionContext ctx, SnField value)Generated method - Removesvaluefrom fields.voidGeneratedSnIndexType. removeFromFields(SnField value)Generated method - Removesvaluefrom fields.Method parameters in de.hybris.platform.searchservices.jalo with type arguments of type SnField Modifier and Type Method Description voidGeneratedSnIndexType. setFields(SessionContext ctx, java.util.List<SnField> value)Generated method - Setter of theSnIndexType.fieldsattribute.voidGeneratedSnIndexType. setFields(java.util.List<SnField> value)Generated method - Setter of theSnIndexType.fieldsattribute.
-