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_BASESTORE2LANGUAGERELGenerated relation code constant for relationBaseStore2LanguageReldefining source attributebaseStoresin extensioncommerceservices.static java.lang.String_SOLRFACETSEARCHCONFIG2LANGUAGERELATIONGenerated relation code constant for relationSolrFacetSearchConfig2LanguageRelationdefining source attributefacetSearchConfigsin extensionsolrfacetsearch.static java.lang.String_SOLRSTOPWORD2LANGUAGEGenerated relation code constant for relationSolrStopWord2Languagedefining source attributeStopWordsin extensionsolrfacetsearch.static java.lang.String_SOLRSYNONYMCONFIG2LANGUAGEGenerated relation code constant for relationSolrSynonymConfig2Languagedefining source attributesynonymsin extensionsolrfacetsearch.static java.lang.String_SYNCJOB2LANGRELGenerated relation code constant for relationSyncJob2LangReldefining source attributesyncJobsin extensioncatalog.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringBASESTORESGenerated constant - Attribute key ofLanguage.baseStoresattribute defined at extensioncommerceservices.static java.lang.StringFACETSEARCHCONFIGSGenerated constant - Attribute key ofLanguage.facetSearchConfigsattribute defined at extensionsolrfacetsearch.static java.lang.StringFALLBACKLANGUAGESGenerated constant - Attribute key ofLanguage.fallbackLanguagesattribute defined at extensioncore.static java.lang.StringSAPCODEGenerated constant - Attribute key ofLanguage.sapCodeattribute defined at extensionsapmodel.static java.lang.StringSTOPWORDSGenerated constant - Attribute key ofLanguage.StopWordsattribute defined at extensionsolrfacetsearch.static java.lang.StringSYNCJOBSGenerated constant - Attribute key ofLanguage.syncJobsattribute defined at extensioncatalog.static java.lang.StringSYNONYMSGenerated constant - Attribute key ofLanguage.synonymsattribute 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.baseStoresattribute defined at extensioncommerceservices.java.util.List<SolrFacetSearchConfigModel>getFacetSearchConfigs()Generated method - Getter of theLanguage.facetSearchConfigsattribute defined at extensionsolrfacetsearch.java.util.List<LanguageModel>getFallbackLanguages()Generated method - Getter of theLanguage.fallbackLanguagesattribute defined at extensioncore.java.lang.StringgetSapCode()Generated method - Getter of theLanguage.sapCodeattribute defined at extensionsapmodel.java.util.List<SolrStopWordModel>getStopWords()Generated method - Getter of theLanguage.StopWordsattribute defined at extensionsolrfacetsearch.java.util.List<SolrSynonymConfigModel>getSynonyms()Generated method - Getter of theLanguage.synonymsattribute defined at extensionsolrfacetsearch.voidsetBaseStores(java.util.Collection<BaseStoreModel> value)Generated method - Setter ofLanguage.baseStoresattribute defined at extensioncommerceservices.voidsetFacetSearchConfigs(java.util.List<SolrFacetSearchConfigModel> value)Generated method - Setter ofLanguage.facetSearchConfigsattribute defined at extensionsolrfacetsearch.voidsetFallbackLanguages(java.util.List<LanguageModel> value)Generated method - Setter ofLanguage.fallbackLanguagesattribute defined at extensioncore.voidsetSapCode(java.lang.String value)Generated method - Setter ofLanguage.sapCodeattribute defined at extensionsapmodel.voidsetStopWords(java.util.List<SolrStopWordModel> value)Generated method - Setter ofLanguage.StopWordsattribute defined at extensionsolrfacetsearch.voidsetSynonyms(java.util.List<SolrSynonymConfigModel> value)Generated method - Setter ofLanguage.synonymsattribute 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 relationSyncJob2LangReldefining source attributesyncJobsin extensioncatalog.- See Also:
- Constant Field Values
-
_SOLRFACETSEARCHCONFIG2LANGUAGERELATION
public static final java.lang.String _SOLRFACETSEARCHCONFIG2LANGUAGERELATION
Generated relation code constant for relationSolrFacetSearchConfig2LanguageRelationdefining source attributefacetSearchConfigsin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
_SOLRSYNONYMCONFIG2LANGUAGE
public static final java.lang.String _SOLRSYNONYMCONFIG2LANGUAGE
Generated relation code constant for relationSolrSynonymConfig2Languagedefining source attributesynonymsin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
_SOLRSTOPWORD2LANGUAGE
public static final java.lang.String _SOLRSTOPWORD2LANGUAGE
Generated relation code constant for relationSolrStopWord2Languagedefining source attributeStopWordsin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
_BASESTORE2LANGUAGEREL
public static final java.lang.String _BASESTORE2LANGUAGEREL
Generated relation code constant for relationBaseStore2LanguageReldefining source attributebaseStoresin extensioncommerceservices.- See Also:
- Constant Field Values
-
FALLBACKLANGUAGES
public static final java.lang.String FALLBACKLANGUAGES
Generated constant - Attribute key ofLanguage.fallbackLanguagesattribute defined at extensioncore.- See Also:
- Constant Field Values
-
SYNCJOBS
public static final java.lang.String SYNCJOBS
Generated constant - Attribute key ofLanguage.syncJobsattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
FACETSEARCHCONFIGS
public static final java.lang.String FACETSEARCHCONFIGS
Generated constant - Attribute key ofLanguage.facetSearchConfigsattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SYNONYMS
public static final java.lang.String SYNONYMS
Generated constant - Attribute key ofLanguage.synonymsattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
STOPWORDS
public static final java.lang.String STOPWORDS
Generated constant - Attribute key ofLanguage.StopWordsattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
BASESTORES
public static final java.lang.String BASESTORES
Generated constant - Attribute key ofLanguage.baseStoresattribute defined at extensioncommerceservices.- See Also:
- Constant Field Values
-
SAPCODE
public static final java.lang.String SAPCODE
Generated constant - Attribute key ofLanguage.sapCodeattribute 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 typeLanguageat 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 typeLanguageat extensioncore_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getBaseStores
@Accessor(qualifier="baseStores", type=GETTER) public java.util.Collection<BaseStoreModel> getBaseStores()
Generated method - Getter of theLanguage.baseStoresattribute 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.facetSearchConfigsattribute 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.fallbackLanguagesattribute 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.sapCodeattribute 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.StopWordsattribute 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.synonymsattribute 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.baseStoresattribute 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.facetSearchConfigsattribute 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.fallbackLanguagesattribute defined at extensioncore.- Parameters:
value- the fallbackLanguages
-
setSapCode
@Accessor(qualifier="sapCode", type=SETTER) public void setSapCode(java.lang.String value)
Generated method - Setter ofLanguage.sapCodeattribute 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.StopWordsattribute 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.synonymsattribute defined at extensionsolrfacetsearch.- Parameters:
value- the synonyms
-
-