public class MerchIndexingConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASEIMAGEURL
Generated constant - Attribute key of
MerchIndexingConfig.baseImageUrl attribute defined at extension merchandisingservices. |
static java.lang.String |
BASEPRODUCTPAGEURL
Generated constant - Attribute key of
MerchIndexingConfig.baseProductPageUrl attribute defined at extension merchandisingservices. |
static java.lang.String |
CURRENCY
Generated constant - Attribute key of
MerchIndexingConfig.currency attribute defined at extension merchandisingservices. |
static java.lang.String |
ENABLED
Generated constant - Attribute key of
MerchIndexingConfig.enabled attribute defined at extension merchandisingservices. |
static java.lang.String |
INDEXEDTYPE
Generated constant - Attribute key of
MerchIndexingConfig.indexedType attribute defined at extension merchandisingservices. |
static java.lang.String |
LANGUAGE
Generated constant - Attribute key of
MerchIndexingConfig.language attribute defined at extension merchandisingservices. |
static java.lang.String |
MERCHCATALOGVERSIONS
Generated constant - Attribute key of
MerchIndexingConfig.merchCatalogVersions attribute defined at extension merchandisingservices. |
static java.lang.String |
MERCHIMAGEPROPERTIES
Generated constant - Attribute key of
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices. |
static java.lang.String |
MERCHPROPERTIES
Generated constant - Attribute key of
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MerchIndexingConfigModel()
Generated constructor - Default constructor for generic creation.
|
MerchIndexingConfigModel(CurrencyModel _currency,
SolrIndexedTypeModel _indexedType,
LanguageModel _language)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MerchIndexingConfigModel(CurrencyModel _currency,
SolrIndexedTypeModel _indexedType,
LanguageModel _language,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MerchIndexingConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseImageUrl()
Generated method - Getter of the
MerchIndexingConfig.baseImageUrl attribute defined at extension merchandisingservices. |
java.lang.String |
getBaseProductPageUrl()
Generated method - Getter of the
MerchIndexingConfig.baseProductPageUrl attribute defined at extension merchandisingservices. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
MerchIndexingConfig.currency attribute defined at extension merchandisingservices. |
SolrIndexedTypeModel |
getIndexedType()
Generated method - Getter of the
MerchIndexingConfig.indexedType attribute defined at extension merchandisingservices. |
LanguageModel |
getLanguage()
Generated method - Getter of the
MerchIndexingConfig.language attribute defined at extension merchandisingservices. |
java.util.List<CatalogVersionModel> |
getMerchCatalogVersions()
Generated method - Getter of the
MerchIndexingConfig.merchCatalogVersions attribute defined at extension merchandisingservices. |
java.util.List<MerchImagePropertyModel> |
getMerchImageProperties()
Generated method - Getter of the
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices. |
java.util.List<MerchPropertyModel> |
getMerchProperties()
Generated method - Getter of the
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices. |
boolean |
isEnabled()
Generated method - Getter of the
MerchIndexingConfig.enabled attribute defined at extension merchandisingservices. |
void |
setBaseImageUrl(java.lang.String value)
Generated method - Setter of
MerchIndexingConfig.baseImageUrl attribute defined at extension merchandisingservices. |
void |
setBaseProductPageUrl(java.lang.String value)
Generated method - Setter of
MerchIndexingConfig.baseProductPageUrl attribute defined at extension merchandisingservices. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
MerchIndexingConfig.currency attribute defined at extension merchandisingservices. |
void |
setEnabled(boolean value)
Generated method - Setter of
MerchIndexingConfig.enabled attribute defined at extension merchandisingservices. |
void |
setIndexedType(SolrIndexedTypeModel value)
Generated method - Initial setter of
MerchIndexingConfig.indexedType attribute defined at extension merchandisingservices. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
MerchIndexingConfig.language attribute defined at extension merchandisingservices. |
void |
setMerchCatalogVersions(java.util.List<CatalogVersionModel> value)
Generated method - Setter of
MerchIndexingConfig.merchCatalogVersions attribute defined at extension merchandisingservices. |
void |
setMerchImageProperties(java.util.List<MerchImagePropertyModel> value)
Generated method - Setter of
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices. |
void |
setMerchProperties(java.util.List<MerchPropertyModel> value)
Generated method - Setter of
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String INDEXEDTYPE
MerchIndexingConfig.indexedType attribute defined at extension merchandisingservices.public static final java.lang.String ENABLED
MerchIndexingConfig.enabled attribute defined at extension merchandisingservices.public static final java.lang.String LANGUAGE
MerchIndexingConfig.language attribute defined at extension merchandisingservices.public static final java.lang.String CURRENCY
MerchIndexingConfig.currency attribute defined at extension merchandisingservices.public static final java.lang.String BASEIMAGEURL
MerchIndexingConfig.baseImageUrl attribute defined at extension merchandisingservices.public static final java.lang.String BASEPRODUCTPAGEURL
MerchIndexingConfig.baseProductPageUrl attribute defined at extension merchandisingservices.public static final java.lang.String MERCHPROPERTIES
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices.public static final java.lang.String MERCHIMAGEPROPERTIES
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices.public static final java.lang.String MERCHCATALOGVERSIONS
MerchIndexingConfig.merchCatalogVersions attribute defined at extension merchandisingservices.public MerchIndexingConfigModel()
public MerchIndexingConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MerchIndexingConfigModel(CurrencyModel _currency, SolrIndexedTypeModel _indexedType, LanguageModel _language)
_currency - initial attribute declared by type MerchIndexingConfig at extension merchandisingservices_indexedType - initial attribute declared by type MerchIndexingConfig at extension merchandisingservices_language - initial attribute declared by type MerchIndexingConfig at extension merchandisingservices@Deprecated public MerchIndexingConfigModel(CurrencyModel _currency, SolrIndexedTypeModel _indexedType, LanguageModel _language, ItemModel _owner)
_currency - initial attribute declared by type MerchIndexingConfig at extension merchandisingservices_indexedType - initial attribute declared by type MerchIndexingConfig at extension merchandisingservices_language - initial attribute declared by type MerchIndexingConfig at extension merchandisingservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="baseImageUrl", type=GETTER) public java.lang.String getBaseImageUrl()
MerchIndexingConfig.baseImageUrl attribute defined at extension merchandisingservices.@Accessor(qualifier="baseProductPageUrl", type=GETTER) public java.lang.String getBaseProductPageUrl()
MerchIndexingConfig.baseProductPageUrl attribute defined at extension merchandisingservices.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
MerchIndexingConfig.currency attribute defined at extension merchandisingservices.@Accessor(qualifier="indexedType", type=GETTER) public SolrIndexedTypeModel getIndexedType()
MerchIndexingConfig.indexedType attribute defined at extension merchandisingservices.@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
MerchIndexingConfig.language attribute defined at extension merchandisingservices.@Accessor(qualifier="merchCatalogVersions", type=GETTER) public java.util.List<CatalogVersionModel> getMerchCatalogVersions()
MerchIndexingConfig.merchCatalogVersions attribute defined at extension merchandisingservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="merchImageProperties", type=GETTER) public java.util.List<MerchImagePropertyModel> getMerchImageProperties()
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="merchProperties", type=GETTER) public java.util.List<MerchPropertyModel> getMerchProperties()
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="enabled", type=GETTER) public boolean isEnabled()
MerchIndexingConfig.enabled attribute defined at extension merchandisingservices.@Accessor(qualifier="baseImageUrl", type=SETTER) public void setBaseImageUrl(java.lang.String value)
MerchIndexingConfig.baseImageUrl attribute defined at extension merchandisingservices.value - the baseImageUrl@Accessor(qualifier="baseProductPageUrl", type=SETTER) public void setBaseProductPageUrl(java.lang.String value)
MerchIndexingConfig.baseProductPageUrl attribute defined at extension merchandisingservices.value - the baseProductPageUrl@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
MerchIndexingConfig.currency attribute defined at extension merchandisingservices.value - the currency@Accessor(qualifier="enabled", type=SETTER) public void setEnabled(boolean value)
MerchIndexingConfig.enabled attribute defined at extension merchandisingservices.value - the enabled@Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(SolrIndexedTypeModel value)
MerchIndexingConfig.indexedType attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.value - the indexedType - Indexed type@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
MerchIndexingConfig.language attribute defined at extension merchandisingservices.value - the language@Accessor(qualifier="merchCatalogVersions", type=SETTER) public void setMerchCatalogVersions(java.util.List<CatalogVersionModel> value)
MerchIndexingConfig.merchCatalogVersions attribute defined at extension merchandisingservices.value - the merchCatalogVersions@Accessor(qualifier="merchImageProperties", type=SETTER) public void setMerchImageProperties(java.util.List<MerchImagePropertyModel> value)
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices.value - the merchImageProperties@Accessor(qualifier="merchProperties", type=SETTER) public void setMerchProperties(java.util.List<MerchPropertyModel> value)
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices.value - the merchPropertiesCopyright © 2018 SAP SE. All Rights Reserved.