Class SnIndexConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.searchservices.model.SnIndexConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type SnIndexConfiguration first defined at extension searchservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.currenciesattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.idattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.languagesattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.listenersattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.nameattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.searchProviderConfigurationattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexConfiguration.userattribute defined at extensionsearchservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnIndexConfigurationModel(String _id, 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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSnIndexConfiguration.currenciesattribute defined at extensionsearchservices.getId()Generated method - Getter of theSnIndexConfiguration.idattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexConfiguration.languagesattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexConfiguration.listenersattribute defined at extensionsearchservices.getName()Generated method - Getter of theSnIndexConfiguration.nameattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexConfiguration.nameattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexConfiguration.searchProviderConfigurationattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.getUser()Generated method - Getter of theSnIndexConfiguration.userattribute defined at extensionsearchservices.voidsetCurrencies(List<CurrencyModel> value) Generated method - Setter ofSnIndexConfiguration.currenciesattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexConfiguration.idattribute defined at extensionsearchservices.voidsetIndexTypes(List<SnIndexTypeModel> value) Generated method - Setter ofSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.voidsetLanguages(List<LanguageModel> value) Generated method - Setter ofSnIndexConfiguration.languagesattribute defined at extensionsearchservices.voidsetListeners(List<String> value) Generated method - Setter ofSnIndexConfiguration.listenersattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexConfiguration.nameattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexConfiguration.nameattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexConfiguration.searchProviderConfigurationattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexConfiguration.userattribute defined at extensionsearchservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
ID
Generated constant - Attribute key ofSnIndexConfiguration.idattribute defined at extensionsearchservices.- See Also:
-
NAME
Generated constant - Attribute key ofSnIndexConfiguration.nameattribute defined at extensionsearchservices.- See Also:
-
USER
Generated constant - Attribute key ofSnIndexConfiguration.userattribute defined at extensionsearchservices.- See Also:
-
LISTENERS
Generated constant - Attribute key ofSnIndexConfiguration.listenersattribute defined at extensionsearchservices.- See Also:
-
LANGUAGES
Generated constant - Attribute key ofSnIndexConfiguration.languagesattribute defined at extensionsearchservices.- See Also:
-
CURRENCIES
Generated constant - Attribute key ofSnIndexConfiguration.currenciesattribute defined at extensionsearchservices.- See Also:
-
SEARCHPROVIDERCONFIGURATION
Generated constant - Attribute key ofSnIndexConfiguration.searchProviderConfigurationattribute defined at extensionsearchservices.- See Also:
-
INDEXTYPES
Generated constant - Attribute key ofSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.- See Also:
-
SYNONYMDICTIONARIES
Generated constant - Attribute key ofSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.- See Also:
-
-
Constructor Details
-
SnIndexConfigurationModel
public SnIndexConfigurationModel()Generated constructor - Default constructor for generic creation. -
SnIndexConfigurationModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SnIndexConfigurationModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_id- initial attribute declared by typeSnIndexConfigurationat extensionsearchservices
-
SnIndexConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SnIndexConfigurationModel(String _id, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_id- initial attribute declared by typeSnIndexConfigurationat extensionsearchservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCurrencies
Generated method - Getter of theSnIndexConfiguration.currenciesattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the currencies
-
getId
Generated method - Getter of theSnIndexConfiguration.idattribute defined at extensionsearchservices.- Returns:
- the id
-
getIndexTypes
Generated method - Getter of theSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the indexTypes
-
getLanguages
Generated method - Getter of theSnIndexConfiguration.languagesattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the languages
-
getListeners
Generated method - Getter of theSnIndexConfiguration.listenersattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the listeners
-
getName
Generated method - Getter of theSnIndexConfiguration.nameattribute defined at extensionsearchservices.- Returns:
- the name
-
getName
Generated method - Getter of theSnIndexConfiguration.nameattribute defined at extensionsearchservices.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getSearchProviderConfiguration
@Accessor(qualifier="searchProviderConfiguration", type=GETTER) public AbstractSnSearchProviderConfigurationModel getSearchProviderConfiguration()Generated method - Getter of theSnIndexConfiguration.searchProviderConfigurationattribute defined at extensionsearchservices.- Returns:
- the searchProviderConfiguration
-
getSynonymDictionaries
@Accessor(qualifier="synonymDictionaries", type=GETTER) public List<SnSynonymDictionaryModel> getSynonymDictionaries()Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the synonymDictionaries
-
getUser
Generated method - Getter of theSnIndexConfiguration.userattribute defined at extensionsearchservices.- Returns:
- the user
-
setCurrencies
Generated method - Setter ofSnIndexConfiguration.currenciesattribute defined at extensionsearchservices.- Parameters:
value- the currencies
-
setId
Generated method - Setter ofSnIndexConfiguration.idattribute defined at extensionsearchservices.- Parameters:
value- the id
-
setIndexTypes
@Accessor(qualifier="indexTypes", type=SETTER) public void setIndexTypes(List<SnIndexTypeModel> value) Generated method - Setter ofSnIndexConfiguration.indexTypesattribute defined at extensionsearchservices.- Parameters:
value- the indexTypes
-
setLanguages
Generated method - Setter ofSnIndexConfiguration.languagesattribute defined at extensionsearchservices.- Parameters:
value- the languages
-
setListeners
Generated method - Setter ofSnIndexConfiguration.listenersattribute defined at extensionsearchservices.- Parameters:
value- the listeners
-
setName
Generated method - Setter ofSnIndexConfiguration.nameattribute defined at extensionsearchservices.- Parameters:
value- the name
-
setName
Generated method - Setter ofSnIndexConfiguration.nameattribute defined at extensionsearchservices.- Parameters:
value- the nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setSearchProviderConfiguration
@Accessor(qualifier="searchProviderConfiguration", type=SETTER) public void setSearchProviderConfiguration(AbstractSnSearchProviderConfigurationModel value) Generated method - Setter ofSnIndexConfiguration.searchProviderConfigurationattribute defined at extensionsearchservices.- Parameters:
value- the searchProviderConfiguration
-
setSynonymDictionaries
@Accessor(qualifier="synonymDictionaries", type=SETTER) public void setSynonymDictionaries(List<SnSynonymDictionaryModel> value) Generated method - Setter ofSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.- Parameters:
value- the synonymDictionaries
-
setUser
Generated method - Setter ofSnIndexConfiguration.userattribute defined at extensionsearchservices.- Parameters:
value- the user
-