public class LanguageModel extends C2LItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BASESTORE2LANGUAGEREL
Generated relation code constant for relation
BaseStore2LanguageRel defining source attribute baseStores in extension commerceservices. |
static String |
_SOLRFACETSEARCHCONFIG2LANGUAGERELATION
Generated relation code constant for relation
SolrFacetSearchConfig2LanguageRelation defining source attribute facetSearchConfigs in extension solrfacetsearch. |
static String |
_SOLRSTOPWORD2LANGUAGE
Generated relation code constant for relation
SolrStopWord2Language defining source attribute StopWords in extension solrfacetsearch. |
static String |
_SOLRSYNONYMCONFIG2LANGUAGE
Generated relation code constant for relation
SolrSynonymConfig2Language defining source attribute synonyms in extension solrfacetsearch. |
static String |
_SYNCJOB2LANGREL
Generated relation code constant for relation
SyncJob2LangRel defining source attribute syncJobs in extension catalog. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BASESTORES
Generated constant - Attribute key of
Language.baseStores attribute defined at extension commerceservices. |
static String |
FACETSEARCHCONFIGS
Generated constant - Attribute key of
Language.facetSearchConfigs attribute defined at extension solrfacetsearch. |
static String |
FALLBACKLANGUAGES
Generated constant - Attribute key of
Language.fallbackLanguages attribute defined at extension core. |
static String |
SAPCODE
Generated constant - Attribute key of
Language.sapCode attribute defined at extension sapmodel. |
static String |
STOPWORDS
Generated constant - Attribute key of
Language.StopWords attribute defined at extension solrfacetsearch. |
static String |
SYNCJOBS
Generated constant - Attribute key of
Language.syncJobs attribute defined at extension catalog. |
static String |
SYNONYMS
Generated constant - Attribute key of
Language.synonyms attribute defined at extension solrfacetsearch. |
ACTIVE, ISOCODE, NAME, ZONE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
LanguageModel()
Generated constructor - Default constructor for generic creation.
|
LanguageModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
LanguageModel(String _isocode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
LanguageModel(String _isocode,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseStoreModel> |
getBaseStores()
Generated method - Getter of the
Language.baseStores attribute defined at extension commerceservices. |
List<SolrFacetSearchConfigModel> |
getFacetSearchConfigs()
Generated method - Getter of the
Language.facetSearchConfigs attribute defined at extension solrfacetsearch. |
List<LanguageModel> |
getFallbackLanguages()
Generated method - Getter of the
Language.fallbackLanguages attribute defined at extension core. |
String |
getSapCode()
Generated method - Getter of the
Language.sapCode attribute defined at extension sapmodel. |
List<SolrStopWordModel> |
getStopWords()
Generated method - Getter of the
Language.StopWords attribute defined at extension solrfacetsearch. |
List<SolrSynonymConfigModel> |
getSynonyms()
Generated method - Getter of the
Language.synonyms attribute defined at extension solrfacetsearch. |
void |
setBaseStores(Collection<BaseStoreModel> value)
Generated method - Setter of
Language.baseStores attribute defined at extension commerceservices. |
void |
setFacetSearchConfigs(List<SolrFacetSearchConfigModel> value)
Generated method - Setter of
Language.facetSearchConfigs attribute defined at extension solrfacetsearch. |
void |
setFallbackLanguages(List<LanguageModel> value)
Generated method - Setter of
Language.fallbackLanguages attribute defined at extension core. |
void |
setSapCode(String value)
Generated method - Setter of
Language.sapCode attribute defined at extension sapmodel. |
void |
setStopWords(List<SolrStopWordModel> value)
Generated method - Setter of
Language.StopWords attribute defined at extension solrfacetsearch. |
void |
setSynonyms(List<SolrSynonymConfigModel> value)
Generated method - Setter of
Language.synonyms attribute defined at extension solrfacetsearch. |
getActive, getIsocode, getName, getName, getZone, setActive, setIsocode, setName, setName, setZonegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String _SYNCJOB2LANGREL
SyncJob2LangRel defining source attribute syncJobs in extension catalog.public static final String _SOLRFACETSEARCHCONFIG2LANGUAGERELATION
SolrFacetSearchConfig2LanguageRelation defining source attribute facetSearchConfigs in extension solrfacetsearch.public static final String _SOLRSYNONYMCONFIG2LANGUAGE
SolrSynonymConfig2Language defining source attribute synonyms in extension solrfacetsearch.public static final String _SOLRSTOPWORD2LANGUAGE
SolrStopWord2Language defining source attribute StopWords in extension solrfacetsearch.public static final String _BASESTORE2LANGUAGEREL
BaseStore2LanguageRel defining source attribute baseStores in extension commerceservices.public static final String FALLBACKLANGUAGES
Language.fallbackLanguages attribute defined at extension core.public static final String SYNCJOBS
Language.syncJobs attribute defined at extension catalog.public static final String FACETSEARCHCONFIGS
Language.facetSearchConfigs attribute defined at extension solrfacetsearch.public static final String SYNONYMS
Language.synonyms attribute defined at extension solrfacetsearch.public static final String STOPWORDS
Language.StopWords attribute defined at extension solrfacetsearch.public static final String BASESTORES
Language.baseStores attribute defined at extension commerceservices.public static final String SAPCODE
Language.sapCode attribute defined at extension sapmodel.public LanguageModel()
public LanguageModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public LanguageModel(String _isocode)
_isocode - initial attribute declared by type Language at extension core@Deprecated public LanguageModel(String _isocode, ItemModel _owner)
_isocode - initial attribute declared by type Language at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="baseStores", type=GETTER) public Collection<BaseStoreModel> getBaseStores()
Language.baseStores attribute defined at extension commerceservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="facetSearchConfigs", type=GETTER) public List<SolrFacetSearchConfigModel> getFacetSearchConfigs()
Language.facetSearchConfigs attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="fallbackLanguages", type=GETTER) public List<LanguageModel> getFallbackLanguages()
Language.fallbackLanguages attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="sapCode", type=GETTER) public String getSapCode()
Language.sapCode attribute defined at extension sapmodel.@Accessor(qualifier="StopWords", type=GETTER) public List<SolrStopWordModel> getStopWords()
Language.StopWords attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="synonyms", type=GETTER) public List<SolrSynonymConfigModel> getSynonyms()
Language.synonyms attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(Collection<BaseStoreModel> value)
Language.baseStores attribute defined at extension commerceservices.value - the baseStores@Accessor(qualifier="facetSearchConfigs", type=SETTER) public void setFacetSearchConfigs(List<SolrFacetSearchConfigModel> value)
Language.facetSearchConfigs attribute defined at extension solrfacetsearch.value - the facetSearchConfigs@Accessor(qualifier="fallbackLanguages", type=SETTER) public void setFallbackLanguages(List<LanguageModel> value)
Language.fallbackLanguages attribute defined at extension core.value - the fallbackLanguages@Accessor(qualifier="sapCode", type=SETTER) public void setSapCode(String value)
Language.sapCode attribute defined at extension sapmodel.value - the sapCode - SAP Code (ERP Table T002 field SPRAS)@Accessor(qualifier="StopWords", type=SETTER) public void setStopWords(List<SolrStopWordModel> value)
Language.StopWords attribute defined at extension solrfacetsearch.value - the StopWordsCopyright © 2017 SAP SE. All Rights Reserved.