Uses of Class
de.hybris.platform.searchservices.model.SnIndexTypeModel
Packages that use SnIndexTypeModel
Package
Description
Contains generated models for each type of de.hybris.platform.basecommerce.jalo.site package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.store package.
-
Uses of SnIndexTypeModel in de.hybris.platform.basecommerce.model.site
Methods in de.hybris.platform.basecommerce.model.site that return SnIndexTypeModelModifier and TypeMethodDescriptionBaseSiteModel.getProductIndexType()Generated method - Getter of theBaseSite.productIndexTypeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.basecommerce.model.site with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidBaseSiteModel.setProductIndexType(SnIndexTypeModel value) Generated method - Setter ofBaseSite.productIndexTypeattribute defined at extensioncommerceservices. -
Uses of SnIndexTypeModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return SnIndexTypeModelModifier and TypeMethodDescriptionAbstractSnIndexerCronJobModel.getIndexType()Generated method - Getter of theAbstractSnIndexerCronJob.indexTypeattribute defined at extensionsearchservices.SnFieldModel.getIndexType()Generated method - Getter of theSnField.indexTypeattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionSnIndexConfigurationModel.getIndexTypes()Generated method - Getter of theSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidAbstractSnIndexerCronJobModel.setIndexType(SnIndexTypeModel value) Generated method - Initial setter ofAbstractSnIndexerCronJob.indexTypeattribute defined at extensionsearchservices.voidSnFieldModel.setIndexType(SnIndexTypeModel value) Generated method - Initial setter ofSnField.indexTypeattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidSnIndexConfigurationModel.setIndexTypes(List<SnIndexTypeModel> value) Generated method - Setter ofSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.Constructors in de.hybris.platform.searchservices.model with parameters of type SnIndexTypeModelModifierConstructorDescriptionAbstractSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job, 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 parametersFullSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFullSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job, 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 parametersIncrementalSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIncrementalSnIndexerCronJobModel(SnIndexTypeModel _indexType, JobModel _job, 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 parametersSnFieldModel(SnFieldType _fieldType, String _id, SnIndexTypeModel _indexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnFieldModel(SnFieldType _fieldType, String _id, SnIndexTypeModel _indexType, 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 SnIndexTypeModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return SnIndexTypeModelModifier and TypeMethodDescriptionBaseStoreModel.getProductIndexType()Generated method - Getter of theBaseStore.productIndexTypeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.store with parameters of type SnIndexTypeModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setProductIndexType(SnIndexTypeModel value) Generated method - Setter ofBaseStore.productIndexTypeattribute defined at extensioncommerceservices.