Class LanguageModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.core.model.c2l.C2LItemModel
-
- de.hybris.platform.core.model.c2l.LanguageModel
-
- All Implemented Interfaces:
java.io.Serializable
public class LanguageModel extends C2LItemModel
Generated model class for type Language first defined at extension core.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_BASESTORE2LANGUAGEREL
Generated relation code constant for relationBaseStore2LanguageRel
defining source attributebaseStores
in extensioncommerceservices
.static java.lang.String
_SOLRFACETSEARCHCONFIG2LANGUAGERELATION
Generated relation code constant for relationSolrFacetSearchConfig2LanguageRelation
defining source attributefacetSearchConfigs
in extensionsolrfacetsearch
.static java.lang.String
_SOLRSTOPWORD2LANGUAGE
Generated relation code constant for relationSolrStopWord2Language
defining source attributeStopWords
in extensionsolrfacetsearch
.static java.lang.String
_SOLRSYNONYMCONFIG2LANGUAGE
Generated relation code constant for relationSolrSynonymConfig2Language
defining source attributesynonyms
in extensionsolrfacetsearch
.static java.lang.String
_SYNCJOB2LANGREL
Generated relation code constant for relationSyncJob2LangRel
defining source attributesyncJobs
in extensioncatalog
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
BASESTORES
Generated constant - Attribute key ofLanguage.baseStores
attribute defined at extensioncommerceservices
.static java.lang.String
FACETSEARCHCONFIGS
Generated constant - Attribute key ofLanguage.facetSearchConfigs
attribute defined at extensionsolrfacetsearch
.static java.lang.String
FALLBACKLANGUAGES
Generated constant - Attribute key ofLanguage.fallbackLanguages
attribute defined at extensioncore
.static java.lang.String
SAPCODE
Generated constant - Attribute key ofLanguage.sapCode
attribute defined at extensionsapmodel
.static java.lang.String
STOPWORDS
Generated constant - Attribute key ofLanguage.StopWords
attribute defined at extensionsolrfacetsearch
.static java.lang.String
SYNCJOBS
Generated constant - Attribute key ofLanguage.syncJobs
attribute defined at extensioncatalog
.static java.lang.String
SYNONYMS
Generated constant - Attribute key ofLanguage.synonyms
attribute defined at extensionsolrfacetsearch
.-
Fields inherited from class de.hybris.platform.core.model.c2l.C2LItemModel
ACTIVE, ISOCODE, NAME, ZONE
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description LanguageModel()
Generated constructor - Default constructor for generic creation.LanguageModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextLanguageModel(java.lang.String _isocode)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLanguageModel(java.lang.String _isocode, 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<BaseStoreModel>
getBaseStores()
Generated method - Getter of theLanguage.baseStores
attribute defined at extensioncommerceservices
.java.util.List<SolrFacetSearchConfigModel>
getFacetSearchConfigs()
Generated method - Getter of theLanguage.facetSearchConfigs
attribute defined at extensionsolrfacetsearch
.java.util.List<LanguageModel>
getFallbackLanguages()
Generated method - Getter of theLanguage.fallbackLanguages
attribute defined at extensioncore
.java.lang.String
getSapCode()
Generated method - Getter of theLanguage.sapCode
attribute defined at extensionsapmodel
.java.util.List<SolrStopWordModel>
getStopWords()
Generated method - Getter of theLanguage.StopWords
attribute defined at extensionsolrfacetsearch
.java.util.List<SolrSynonymConfigModel>
getSynonyms()
Generated method - Getter of theLanguage.synonyms
attribute defined at extensionsolrfacetsearch
.void
setBaseStores(java.util.Collection<BaseStoreModel> value)
Generated method - Setter ofLanguage.baseStores
attribute defined at extensioncommerceservices
.void
setFacetSearchConfigs(java.util.List<SolrFacetSearchConfigModel> value)
Generated method - Setter ofLanguage.facetSearchConfigs
attribute defined at extensionsolrfacetsearch
.void
setFallbackLanguages(java.util.List<LanguageModel> value)
Generated method - Setter ofLanguage.fallbackLanguages
attribute defined at extensioncore
.void
setSapCode(java.lang.String value)
Generated method - Setter ofLanguage.sapCode
attribute defined at extensionsapmodel
.void
setStopWords(java.util.List<SolrStopWordModel> value)
Generated method - Setter ofLanguage.StopWords
attribute defined at extensionsolrfacetsearch
.void
setSynonyms(java.util.List<SolrSynonymConfigModel> value)
Generated method - Setter ofLanguage.synonyms
attribute defined at extensionsolrfacetsearch
.-
Methods inherited from class de.hybris.platform.core.model.c2l.C2LItemModel
getActive, getIsocode, getName, getName, getZone, setActive, setIsocode, setName, setName, setZone
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_SYNCJOB2LANGREL
public static final java.lang.String _SYNCJOB2LANGREL
Generated relation code constant for relationSyncJob2LangRel
defining source attributesyncJobs
in extensioncatalog
.- See Also:
- Constant Field Values
-
_SOLRFACETSEARCHCONFIG2LANGUAGERELATION
public static final java.lang.String _SOLRFACETSEARCHCONFIG2LANGUAGERELATION
Generated relation code constant for relationSolrFacetSearchConfig2LanguageRelation
defining source attributefacetSearchConfigs
in extensionsolrfacetsearch
.- See Also:
- Constant Field Values
-
_SOLRSYNONYMCONFIG2LANGUAGE
public static final java.lang.String _SOLRSYNONYMCONFIG2LANGUAGE
Generated relation code constant for relationSolrSynonymConfig2Language
defining source attributesynonyms
in extensionsolrfacetsearch
.- See Also:
- Constant Field Values
-
_SOLRSTOPWORD2LANGUAGE
public static final java.lang.String _SOLRSTOPWORD2LANGUAGE
Generated relation code constant for relationSolrStopWord2Language
defining source attributeStopWords
in extensionsolrfacetsearch
.- See Also:
- Constant Field Values
-
_BASESTORE2LANGUAGEREL
public static final java.lang.String _BASESTORE2LANGUAGEREL
Generated relation code constant for relationBaseStore2LanguageRel
defining source attributebaseStores
in extensioncommerceservices
.- See Also:
- Constant Field Values
-
FALLBACKLANGUAGES
public static final java.lang.String FALLBACKLANGUAGES
Generated constant - Attribute key ofLanguage.fallbackLanguages
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
SYNCJOBS
public static final java.lang.String SYNCJOBS
Generated constant - Attribute key ofLanguage.syncJobs
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
FACETSEARCHCONFIGS
public static final java.lang.String FACETSEARCHCONFIGS
Generated constant - Attribute key ofLanguage.facetSearchConfigs
attribute defined at extensionsolrfacetsearch
.- See Also:
- Constant Field Values
-
SYNONYMS
public static final java.lang.String SYNONYMS
Generated constant - Attribute key ofLanguage.synonyms
attribute defined at extensionsolrfacetsearch
.- See Also:
- Constant Field Values
-
STOPWORDS
public static final java.lang.String STOPWORDS
Generated constant - Attribute key ofLanguage.StopWords
attribute defined at extensionsolrfacetsearch
.- See Also:
- Constant Field Values
-
BASESTORES
public static final java.lang.String BASESTORES
Generated constant - Attribute key ofLanguage.baseStores
attribute defined at extensioncommerceservices
.- See Also:
- Constant Field Values
-
SAPCODE
public static final java.lang.String SAPCODE
Generated constant - Attribute key ofLanguage.sapCode
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LanguageModel
public LanguageModel()
Generated constructor - Default constructor for generic creation.
-
LanguageModel
public LanguageModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
LanguageModel
@Deprecated(since="4.1.1", forRemoval=true) public LanguageModel(java.lang.String _isocode)
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:
_isocode
- initial attribute declared by typeLanguage
at extensioncore
-
LanguageModel
@Deprecated(since="4.1.1", forRemoval=true) public LanguageModel(java.lang.String _isocode, 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:
_isocode
- initial attribute declared by typeLanguage
at extensioncore
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getBaseStores
@Accessor(qualifier="baseStores", type=GETTER) public java.util.Collection<BaseStoreModel> getBaseStores()
Generated method - Getter of theLanguage.baseStores
attribute defined at extensioncommerceservices
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the baseStores
-
getFacetSearchConfigs
@Accessor(qualifier="facetSearchConfigs", type=GETTER) public java.util.List<SolrFacetSearchConfigModel> getFacetSearchConfigs()
Generated method - Getter of theLanguage.facetSearchConfigs
attribute defined at extensionsolrfacetsearch
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the facetSearchConfigs
-
getFallbackLanguages
@Accessor(qualifier="fallbackLanguages", type=GETTER) public java.util.List<LanguageModel> getFallbackLanguages()
Generated method - Getter of theLanguage.fallbackLanguages
attribute defined at extensioncore
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the fallbackLanguages
-
getSapCode
@Accessor(qualifier="sapCode", type=GETTER) public java.lang.String getSapCode()
Generated method - Getter of theLanguage.sapCode
attribute defined at extensionsapmodel
.- Returns:
- the sapCode - SAP Code (ERP Table T002 field SPRAS)
-
getStopWords
@Accessor(qualifier="StopWords", type=GETTER) public java.util.List<SolrStopWordModel> getStopWords()
Generated method - Getter of theLanguage.StopWords
attribute defined at extensionsolrfacetsearch
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the StopWords
-
getSynonyms
@Accessor(qualifier="synonyms", type=GETTER) public java.util.List<SolrSynonymConfigModel> getSynonyms()
Generated method - Getter of theLanguage.synonyms
attribute defined at extensionsolrfacetsearch
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the synonyms
-
setBaseStores
@Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(java.util.Collection<BaseStoreModel> value)
Generated method - Setter ofLanguage.baseStores
attribute defined at extensioncommerceservices
.- Parameters:
value
- the baseStores
-
setFacetSearchConfigs
@Accessor(qualifier="facetSearchConfigs", type=SETTER) public void setFacetSearchConfigs(java.util.List<SolrFacetSearchConfigModel> value)
Generated method - Setter ofLanguage.facetSearchConfigs
attribute defined at extensionsolrfacetsearch
.- Parameters:
value
- the facetSearchConfigs
-
setFallbackLanguages
@Accessor(qualifier="fallbackLanguages", type=SETTER) public void setFallbackLanguages(java.util.List<LanguageModel> value)
Generated method - Setter ofLanguage.fallbackLanguages
attribute defined at extensioncore
.- Parameters:
value
- the fallbackLanguages
-
setSapCode
@Accessor(qualifier="sapCode", type=SETTER) public void setSapCode(java.lang.String value)
Generated method - Setter ofLanguage.sapCode
attribute defined at extensionsapmodel
.- Parameters:
value
- the sapCode - SAP Code (ERP Table T002 field SPRAS)
-
setStopWords
@Accessor(qualifier="StopWords", type=SETTER) public void setStopWords(java.util.List<SolrStopWordModel> value)
Generated method - Setter ofLanguage.StopWords
attribute defined at extensionsolrfacetsearch
.- Parameters:
value
- the StopWords
-
setSynonyms
@Accessor(qualifier="synonyms", type=SETTER) public void setSynonyms(java.util.List<SolrSynonymConfigModel> value)
Generated method - Setter ofLanguage.synonyms
attribute defined at extensionsolrfacetsearch
.- Parameters:
value
- the synonyms
-
-