Uses of Class
de.hybris.platform.searchservices.model.SnFieldModel
-
Packages that use SnFieldModel Package Description com.hybris.backoffice.searchservices.dataaccess.facades de.hybris.platform.searchservices.admin.converter.populator de.hybris.platform.searchservices.admin.dao de.hybris.platform.searchservices.admin.dao.impl de.hybris.platform.searchservices.admin.model.interceptor de.hybris.platform.searchservices.model Contains generated models for each type of de.hybris.platform.searchservices.jalo package. -
-
Uses of SnFieldModel in com.hybris.backoffice.searchservices.dataaccess.facades
Methods in com.hybris.backoffice.searchservices.dataaccess.facades that return SnFieldModel Modifier and Type Method Description protected SnFieldModelSearchServicesStrategy. getSnFieldModel(java.lang.String typeCode, java.lang.String name) -
Uses of SnFieldModel in de.hybris.platform.searchservices.admin.converter.populator
Methods in de.hybris.platform.searchservices.admin.converter.populator that return types with arguments of type SnFieldModel Modifier and Type Method Description Converter<SnFieldModel,SnField>SnIndexTypePopulator. getSnFieldConverter()Methods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnFieldModel Modifier and Type Method Description protected java.util.Map<java.util.Locale,java.lang.String>SnFieldPopulator. buildLocalizedName(SnFieldModel source)voidSnFieldPopulator. populate(SnFieldModel source, SnField target)Method parameters in de.hybris.platform.searchservices.admin.converter.populator with type arguments of type SnFieldModel Modifier and Type Method Description voidSnIndexTypePopulator. setSnFieldConverter(Converter<SnFieldModel,SnField> snFieldConverter) -
Uses of SnFieldModel in de.hybris.platform.searchservices.admin.dao
Methods in de.hybris.platform.searchservices.admin.dao that return types with arguments of type SnFieldModel Modifier and Type Method Description java.util.Optional<SnFieldModel>SnFieldDao. findFieldByIndexTypeAndId(SnIndexTypeModel indexType, java.lang.String id)Finds the field for the given index type and id.java.util.List<SnFieldModel>SnFieldDao. findFieldsByIndexType(SnIndexTypeModel indexType)Finds the fields for the given index type. -
Uses of SnFieldModel in de.hybris.platform.searchservices.admin.dao.impl
Methods in de.hybris.platform.searchservices.admin.dao.impl that return types with arguments of type SnFieldModel Modifier and Type Method Description java.util.Optional<SnFieldModel>DefaultSnFieldDao. findFieldByIndexTypeAndId(SnIndexTypeModel indexType, java.lang.String id)java.util.List<SnFieldModel>DefaultSnFieldDao. findFieldsByIndexType(SnIndexTypeModel indexType) -
Uses of SnFieldModel in de.hybris.platform.searchservices.admin.model.interceptor
Methods in de.hybris.platform.searchservices.admin.model.interceptor with parameters of type SnFieldModel Modifier and Type Method Description voidSnFieldInterceptor. onValidate(SnFieldModel field, InterceptorContext context) -
Uses of SnFieldModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnFieldModel Modifier and Type Method Description java.util.List<SnFieldModel>SnIndexTypeModel. getFields()Generated method - Getter of theSnIndexType.fieldsattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnFieldModel Modifier and Type Method Description voidSnIndexTypeModel. setFields(java.util.List<SnFieldModel> value)Generated method - Setter ofSnIndexType.fieldsattribute defined at extensionsearchservices.
-