Class SnSynonymDictionaryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.searchservices.model.SnSynonymDictionaryModel
- All Implemented Interfaces:
Serializable
Generated model class for type SnSynonymDictionary first defined at extension searchservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSnIndexConfiguration2SynonymDictionarydefining source attributeindexConfigurationsin extensionsearchservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSnSynonymDictionary.entriesattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnSynonymDictionary.idattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnSynonymDictionary.languagesattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnSynonymDictionary.nameattribute 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.SnSynonymDictionaryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) 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 parametersSnSynonymDictionaryModel(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 theSnSynonymDictionary.entriesattribute defined at extensionsearchservices.getId()Generated method - Getter of theSnSynonymDictionary.idattribute defined at extensionsearchservices.Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.Generated method - Getter of theSnSynonymDictionary.languagesattribute defined at extensionsearchservices.getName()Generated method - Getter of theSnSynonymDictionary.nameattribute defined at extensionsearchservices.Generated method - Getter of theSnSynonymDictionary.nameattribute defined at extensionsearchservices.voidsetEntries(List<SnSynonymEntryModel> value) Generated method - Setter ofSnSynonymDictionary.entriesattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnSynonymDictionary.idattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.voidsetLanguages(List<LanguageModel> value) Generated method - Setter ofSnSynonymDictionary.languagesattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnSynonymDictionary.nameattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnSynonymDictionary.nameattribute 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:
-
_SNINDEXCONFIGURATION2SYNONYMDICTIONARY
Generated relation code constant for relationSnIndexConfiguration2SynonymDictionarydefining source attributeindexConfigurationsin extensionsearchservices.- See Also:
-
ID
Generated constant - Attribute key ofSnSynonymDictionary.idattribute defined at extensionsearchservices.- See Also:
-
NAME
Generated constant - Attribute key ofSnSynonymDictionary.nameattribute defined at extensionsearchservices.- See Also:
-
LANGUAGES
Generated constant - Attribute key ofSnSynonymDictionary.languagesattribute defined at extensionsearchservices.- See Also:
-
INDEXCONFIGURATIONS
Generated constant - Attribute key ofSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.- See Also:
-
ENTRIES
Generated constant - Attribute key ofSnSynonymDictionary.entriesattribute defined at extensionsearchservices.- See Also:
-
-
Constructor Details
-
SnSynonymDictionaryModel
public SnSynonymDictionaryModel()Generated constructor - Default constructor for generic creation. -
SnSynonymDictionaryModel
public SnSynonymDictionaryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SnSynonymDictionaryModel
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 typeSnSynonymDictionaryat extensionsearchservices
-
SnSynonymDictionaryModel
@Deprecated(since="4.1.1", forRemoval=true) public SnSynonymDictionaryModel(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 typeSnSynonymDictionaryat extensionsearchservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getEntries
Generated method - Getter of theSnSynonymDictionary.entriesattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the entries
-
getId
Generated method - Getter of theSnSynonymDictionary.idattribute defined at extensionsearchservices.- Returns:
- the id
-
getIndexConfigurations
@Accessor(qualifier="indexConfigurations", type=GETTER) public List<SnIndexConfigurationModel> getIndexConfigurations()Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the indexConfigurations
-
getLanguages
Generated method - Getter of theSnSynonymDictionary.languagesattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the languages
-
getName
Generated method - Getter of theSnSynonymDictionary.nameattribute defined at extensionsearchservices.- Returns:
- the name
-
getName
Generated method - Getter of theSnSynonymDictionary.nameattribute defined at extensionsearchservices.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setEntries
Generated method - Setter ofSnSynonymDictionary.entriesattribute defined at extensionsearchservices.- Parameters:
value- the entries
-
setId
Generated method - Setter ofSnSynonymDictionary.idattribute defined at extensionsearchservices.- Parameters:
value- the id
-
setIndexConfigurations
@Accessor(qualifier="indexConfigurations", type=SETTER) public void setIndexConfigurations(List<SnIndexConfigurationModel> value) Generated method - Setter ofSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.- Parameters:
value- the indexConfigurations
-
setLanguages
Generated method - Setter ofSnSynonymDictionary.languagesattribute defined at extensionsearchservices.- Parameters:
value- the languages
-
setName
Generated method - Setter ofSnSynonymDictionary.nameattribute defined at extensionsearchservices.- Parameters:
value- the name
-
setName
Generated method - Setter ofSnSynonymDictionary.nameattribute defined at extensionsearchservices.- Parameters:
value- the nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-