Uses of Class
de.hybris.platform.searchservices.model.SnFieldModel
Packages that use SnFieldModel
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
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 SnFieldModelModifier and TypeMethodDescriptionprotected SnFieldModelSearchServicesStrategy.getSnFieldModel(String typeCode, String name) -
Uses of SnFieldModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return SnFieldModelModifier and TypeMethodDescriptionMerchSnFieldModel.getIndexedField()Generated method - Getter of theMerchSnField.indexedFieldattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type SnFieldModelModifier and TypeMethodDescriptionvoidMerchSnFieldModel.setIndexedField(SnFieldModel value) Generated method - Setter ofMerchSnField.indexedFieldattribute defined at extensionmerchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type SnFieldModelModifierConstructorDescriptionMerchSnFieldModel(SnFieldModel _indexedField) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchSnFieldModel(SnFieldModel _indexedField, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
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 SnFieldModelMethods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnFieldModelModifier and TypeMethodDescriptionvoidSnFieldPopulator.populate(SnFieldModel source, SnField target) Method parameters in de.hybris.platform.searchservices.admin.converter.populator with type arguments of type SnFieldModelModifier and TypeMethodDescriptionvoidSnIndexTypePopulator.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 SnFieldModelModifier and TypeMethodDescriptionSnFieldDao.findFieldByIndexTypeAndId(SnIndexTypeModel indexType, String id) Finds the field for the given index type and id.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 SnFieldModelModifier and TypeMethodDescriptionDefaultSnFieldDao.findFieldByIndexTypeAndId(SnIndexTypeModel indexType, String id) 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 SnFieldModelModifier and TypeMethodDescriptionvoidSnFieldInterceptor.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 SnFieldModelModifier and TypeMethodDescriptionSnIndexerItemSourceOperationModel.getFields()Generated method - Getter of theSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices.SnIndexTypeModel.getFields()Generated method - Getter of theSnIndexType.fieldsattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnFieldModelModifier and TypeMethodDescriptionvoidSnIndexerItemSourceOperationModel.setFields(List<SnFieldModel> value) Generated method - Setter ofSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices.voidSnIndexTypeModel.setFields(List<SnFieldModel> value) Generated method - Setter ofSnIndexType.fieldsattribute defined at extensionsearchservices.