Package com.hybris.merchandising.jalo
Class GeneratedMerchIndexingConfig
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- com.hybris.merchandising.jalo.GeneratedMerchIndexingConfig
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
MerchIndexingConfig
public abstract class GeneratedMerchIndexingConfig extends GenericItem
Generated class for typeMerchIndexingConfig
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASEIMAGEURL
Qualifier of theMerchIndexingConfig.baseImageUrl
attributestatic java.lang.String
BASEPRODUCTPAGEURL
Qualifier of theMerchIndexingConfig.baseProductPageUrl
attributestatic java.lang.String
CURRENCY
Qualifier of theMerchIndexingConfig.currency
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ENABLED
Qualifier of theMerchIndexingConfig.enabled
attributestatic java.lang.String
INDEXEDTYPE
Qualifier of theMerchIndexingConfig.indexedType
attributestatic java.lang.String
LANGUAGE
Qualifier of theMerchIndexingConfig.language
attributestatic java.lang.String
MERCHCATALOGVERSIONS
Qualifier of theMerchIndexingConfig.merchCatalogVersions
attributestatic java.lang.String
MERCHIMAGEPROPERTIES
Qualifier of theMerchIndexingConfig.merchImageProperties
attributeprotected static OneToManyHandler<MerchImageProperty>
MERCHIMAGEPROPERTIESHANDLER
OneToManyHandler
for handling 1:n MERCHIMAGEPROPERTIES's relation attributes from 'many' side.protected static java.lang.String
MERCHINDEXINGCONFIG2CATALOGVERSION_MARKMODIFIED
Relation disable markmodifed parameter constants for MerchIndexingConfig2CatalogVersion from ((merchandisingservices))protected static java.lang.String
MERCHINDEXINGCONFIG2CATALOGVERSION_SRC_ORDERED
Relation ordering override parameter constants for MerchIndexingConfig2CatalogVersion from ((merchandisingservices))protected static java.lang.String
MERCHINDEXINGCONFIG2CATALOGVERSION_TGT_ORDERED
static java.lang.String
MERCHPROPERTIES
Qualifier of theMerchIndexingConfig.merchProperties
attributeprotected static OneToManyHandler<MerchProperty>
MERCHPROPERTIESHANDLER
OneToManyHandler
for handling 1:n MERCHPROPERTIES's relation attributes from 'many' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedMerchIndexingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToMerchCatalogVersions(CatalogVersion value)
Generated method - Addsvalue
to merchCatalogVersions.void
addToMerchCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Addsvalue
to merchCatalogVersions.void
addToMerchImageProperties(MerchImageProperty value)
Generated method - Addsvalue
to merchImageProperties.void
addToMerchImageProperties(SessionContext ctx, MerchImageProperty value)
Generated method - Addsvalue
to merchImageProperties.void
addToMerchProperties(MerchProperty value)
Generated method - Addsvalue
to merchProperties.void
addToMerchProperties(SessionContext ctx, MerchProperty value)
Generated method - Addsvalue
to merchProperties.java.lang.String
getBaseImageUrl()
Generated method - Getter of theMerchIndexingConfig.baseImageUrl
attribute.java.lang.String
getBaseImageUrl(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.baseImageUrl
attribute.java.lang.String
getBaseProductPageUrl()
Generated method - Getter of theMerchIndexingConfig.baseProductPageUrl
attribute.java.lang.String
getBaseProductPageUrl(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.baseProductPageUrl
attribute.Currency
getCurrency()
Generated method - Getter of theMerchIndexingConfig.currency
attribute.Currency
getCurrency(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.currency
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
SolrIndexedType
getIndexedType()
Generated method - Getter of theMerchIndexingConfig.indexedType
attribute.SolrIndexedType
getIndexedType(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.indexedType
attribute.Language
getLanguage()
Generated method - Getter of theMerchIndexingConfig.language
attribute.Language
getLanguage(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.language
attribute.java.util.List<CatalogVersion>
getMerchCatalogVersions()
Generated method - Getter of theMerchIndexingConfig.merchCatalogVersions
attribute.java.util.List<CatalogVersion>
getMerchCatalogVersions(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchCatalogVersions
attribute.long
getMerchCatalogVersionsCount()
long
getMerchCatalogVersionsCount(SessionContext ctx)
java.util.List<MerchImageProperty>
getMerchImageProperties()
Generated method - Getter of theMerchIndexingConfig.merchImageProperties
attribute.java.util.List<MerchImageProperty>
getMerchImageProperties(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchImageProperties
attribute.java.util.List<MerchProperty>
getMerchProperties()
Generated method - Getter of theMerchIndexingConfig.merchProperties
attribute.java.util.List<MerchProperty>
getMerchProperties(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchProperties
attribute.java.lang.Boolean
isEnabled()
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.java.lang.Boolean
isEnabled(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.boolean
isEnabledAsPrimitive()
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.boolean
isEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.boolean
isMarkModifiedDisabled(Item referencedItem)
void
removeFromMerchCatalogVersions(CatalogVersion value)
Generated method - Removesvalue
from merchCatalogVersions.void
removeFromMerchCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Removesvalue
from merchCatalogVersions.void
removeFromMerchImageProperties(MerchImageProperty value)
Generated method - Removesvalue
from merchImageProperties.void
removeFromMerchImageProperties(SessionContext ctx, MerchImageProperty value)
Generated method - Removesvalue
from merchImageProperties.void
removeFromMerchProperties(MerchProperty value)
Generated method - Removesvalue
from merchProperties.void
removeFromMerchProperties(SessionContext ctx, MerchProperty value)
Generated method - Removesvalue
from merchProperties.void
setBaseImageUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseImageUrl
attribute.void
setBaseImageUrl(java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseImageUrl
attribute.void
setBaseProductPageUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseProductPageUrl
attribute.void
setBaseProductPageUrl(java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseProductPageUrl
attribute.void
setCurrency(Currency value)
Generated method - Setter of theMerchIndexingConfig.currency
attribute.void
setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theMerchIndexingConfig.currency
attribute.void
setEnabled(boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.void
setEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.void
setEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.void
setEnabled(java.lang.Boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.protected void
setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedType
attribute.protected void
setIndexedType(SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedType
attribute.void
setLanguage(Language value)
Generated method - Setter of theMerchIndexingConfig.language
attribute.void
setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theMerchIndexingConfig.language
attribute.void
setMerchCatalogVersions(SessionContext ctx, java.util.List<CatalogVersion> value)
Generated method - Setter of theMerchIndexingConfig.merchCatalogVersions
attribute.void
setMerchCatalogVersions(java.util.List<CatalogVersion> value)
Generated method - Setter of theMerchIndexingConfig.merchCatalogVersions
attribute.void
setMerchImageProperties(SessionContext ctx, java.util.List<MerchImageProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchImageProperties
attribute.void
setMerchImageProperties(java.util.List<MerchImageProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchImageProperties
attribute.void
setMerchProperties(SessionContext ctx, java.util.List<MerchProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchProperties
attribute.void
setMerchProperties(java.util.List<MerchProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchProperties
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
INDEXEDTYPE
public static final java.lang.String INDEXEDTYPE
Qualifier of theMerchIndexingConfig.indexedType
attribute- See Also:
- Constant Field Values
-
ENABLED
public static final java.lang.String ENABLED
Qualifier of theMerchIndexingConfig.enabled
attribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theMerchIndexingConfig.language
attribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of theMerchIndexingConfig.currency
attribute- See Also:
- Constant Field Values
-
BASEIMAGEURL
public static final java.lang.String BASEIMAGEURL
Qualifier of theMerchIndexingConfig.baseImageUrl
attribute- See Also:
- Constant Field Values
-
BASEPRODUCTPAGEURL
public static final java.lang.String BASEPRODUCTPAGEURL
Qualifier of theMerchIndexingConfig.baseProductPageUrl
attribute- See Also:
- Constant Field Values
-
MERCHPROPERTIES
public static final java.lang.String MERCHPROPERTIES
Qualifier of theMerchIndexingConfig.merchProperties
attribute- See Also:
- Constant Field Values
-
MERCHIMAGEPROPERTIES
public static final java.lang.String MERCHIMAGEPROPERTIES
Qualifier of theMerchIndexingConfig.merchImageProperties
attribute- See Also:
- Constant Field Values
-
MERCHCATALOGVERSIONS
public static final java.lang.String MERCHCATALOGVERSIONS
Qualifier of theMerchIndexingConfig.merchCatalogVersions
attribute- See Also:
- Constant Field Values
-
MERCHINDEXINGCONFIG2CATALOGVERSION_SRC_ORDERED
protected static java.lang.String MERCHINDEXINGCONFIG2CATALOGVERSION_SRC_ORDERED
Relation ordering override parameter constants for MerchIndexingConfig2CatalogVersion from ((merchandisingservices))
-
MERCHINDEXINGCONFIG2CATALOGVERSION_TGT_ORDERED
protected static java.lang.String MERCHINDEXINGCONFIG2CATALOGVERSION_TGT_ORDERED
-
MERCHINDEXINGCONFIG2CATALOGVERSION_MARKMODIFIED
protected static java.lang.String MERCHINDEXINGCONFIG2CATALOGVERSION_MARKMODIFIED
Relation disable markmodifed parameter constants for MerchIndexingConfig2CatalogVersion from ((merchandisingservices))
-
MERCHPROPERTIESHANDLER
protected static final OneToManyHandler<MerchProperty> MERCHPROPERTIESHANDLER
OneToManyHandler
for handling 1:n MERCHPROPERTIES's relation attributes from 'many' side.
-
MERCHIMAGEPROPERTIESHANDLER
protected static final OneToManyHandler<MerchImageProperty> MERCHIMAGEPROPERTIESHANDLER
OneToManyHandler
for handling 1:n MERCHIMAGEPROPERTIES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getBaseImageUrl
public java.lang.String getBaseImageUrl(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.baseImageUrl
attribute.- Returns:
- the baseImageUrl
-
getBaseImageUrl
public java.lang.String getBaseImageUrl()
Generated method - Getter of theMerchIndexingConfig.baseImageUrl
attribute.- Returns:
- the baseImageUrl
-
setBaseImageUrl
public void setBaseImageUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseImageUrl
attribute.- Parameters:
value
- the baseImageUrl
-
setBaseImageUrl
public void setBaseImageUrl(java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseImageUrl
attribute.- Parameters:
value
- the baseImageUrl
-
getBaseProductPageUrl
public java.lang.String getBaseProductPageUrl(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.baseProductPageUrl
attribute.- Returns:
- the baseProductPageUrl
-
getBaseProductPageUrl
public java.lang.String getBaseProductPageUrl()
Generated method - Getter of theMerchIndexingConfig.baseProductPageUrl
attribute.- Returns:
- the baseProductPageUrl
-
setBaseProductPageUrl
public void setBaseProductPageUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseProductPageUrl
attribute.- Parameters:
value
- the baseProductPageUrl
-
setBaseProductPageUrl
public void setBaseProductPageUrl(java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseProductPageUrl
attribute.- Parameters:
value
- the baseProductPageUrl
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.currency
attribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of theMerchIndexingConfig.currency
attribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theMerchIndexingConfig.currency
attribute.- Parameters:
value
- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of theMerchIndexingConfig.currency
attribute.- Parameters:
value
- the currency
-
isEnabled
public java.lang.Boolean isEnabled(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.- Returns:
- the enabled
-
isEnabled
public java.lang.Boolean isEnabled()
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.- Returns:
- the enabled
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.- Returns:
- the enabled
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive()
Generated method - Getter of theMerchIndexingConfig.enabled
attribute.- Returns:
- the enabled
-
setEnabled
public void setEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.- Parameters:
value
- the enabled
-
setEnabled
public void setEnabled(java.lang.Boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.- Parameters:
value
- the enabled
-
setEnabled
public void setEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.- Parameters:
value
- the enabled
-
setEnabled
public void setEnabled(boolean value)
Generated method - Setter of theMerchIndexingConfig.enabled
attribute.- Parameters:
value
- the enabled
-
getIndexedType
public SolrIndexedType getIndexedType(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.indexedType
attribute.- Returns:
- the indexedType - Indexed type
-
getIndexedType
public SolrIndexedType getIndexedType()
Generated method - Getter of theMerchIndexingConfig.indexedType
attribute.- Returns:
- the indexedType - Indexed type
-
setIndexedType
protected void setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedType
attribute.- Parameters:
value
- the indexedType - Indexed type
-
setIndexedType
protected void setIndexedType(SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedType
attribute.- Parameters:
value
- the indexedType - Indexed type
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classItem
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.language
attribute.- Returns:
- the language
-
getLanguage
public Language getLanguage()
Generated method - Getter of theMerchIndexingConfig.language
attribute.- Returns:
- the language
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theMerchIndexingConfig.language
attribute.- Parameters:
value
- the language
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of theMerchIndexingConfig.language
attribute.- Parameters:
value
- the language
-
getMerchCatalogVersions
public java.util.List<CatalogVersion> getMerchCatalogVersions(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchCatalogVersions
attribute.- Returns:
- the merchCatalogVersions
-
getMerchCatalogVersions
public java.util.List<CatalogVersion> getMerchCatalogVersions()
Generated method - Getter of theMerchIndexingConfig.merchCatalogVersions
attribute.- Returns:
- the merchCatalogVersions
-
getMerchCatalogVersionsCount
public long getMerchCatalogVersionsCount(SessionContext ctx)
-
getMerchCatalogVersionsCount
public long getMerchCatalogVersionsCount()
-
setMerchCatalogVersions
public void setMerchCatalogVersions(SessionContext ctx, java.util.List<CatalogVersion> value)
Generated method - Setter of theMerchIndexingConfig.merchCatalogVersions
attribute.- Parameters:
value
- the merchCatalogVersions
-
setMerchCatalogVersions
public void setMerchCatalogVersions(java.util.List<CatalogVersion> value)
Generated method - Setter of theMerchIndexingConfig.merchCatalogVersions
attribute.- Parameters:
value
- the merchCatalogVersions
-
addToMerchCatalogVersions
public void addToMerchCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Addsvalue
to merchCatalogVersions.- Parameters:
value
- the item to add to merchCatalogVersions
-
addToMerchCatalogVersions
public void addToMerchCatalogVersions(CatalogVersion value)
Generated method - Addsvalue
to merchCatalogVersions.- Parameters:
value
- the item to add to merchCatalogVersions
-
removeFromMerchCatalogVersions
public void removeFromMerchCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Removesvalue
from merchCatalogVersions.- Parameters:
value
- the item to remove from merchCatalogVersions
-
removeFromMerchCatalogVersions
public void removeFromMerchCatalogVersions(CatalogVersion value)
Generated method - Removesvalue
from merchCatalogVersions.- Parameters:
value
- the item to remove from merchCatalogVersions
-
getMerchImageProperties
public java.util.List<MerchImageProperty> getMerchImageProperties(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchImageProperties
attribute.- Returns:
- the merchImageProperties
-
getMerchImageProperties
public java.util.List<MerchImageProperty> getMerchImageProperties()
Generated method - Getter of theMerchIndexingConfig.merchImageProperties
attribute.- Returns:
- the merchImageProperties
-
setMerchImageProperties
public void setMerchImageProperties(SessionContext ctx, java.util.List<MerchImageProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchImageProperties
attribute.- Parameters:
value
- the merchImageProperties
-
setMerchImageProperties
public void setMerchImageProperties(java.util.List<MerchImageProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchImageProperties
attribute.- Parameters:
value
- the merchImageProperties
-
addToMerchImageProperties
public void addToMerchImageProperties(SessionContext ctx, MerchImageProperty value)
Generated method - Addsvalue
to merchImageProperties.- Parameters:
value
- the item to add to merchImageProperties
-
addToMerchImageProperties
public void addToMerchImageProperties(MerchImageProperty value)
Generated method - Addsvalue
to merchImageProperties.- Parameters:
value
- the item to add to merchImageProperties
-
removeFromMerchImageProperties
public void removeFromMerchImageProperties(SessionContext ctx, MerchImageProperty value)
Generated method - Removesvalue
from merchImageProperties.- Parameters:
value
- the item to remove from merchImageProperties
-
removeFromMerchImageProperties
public void removeFromMerchImageProperties(MerchImageProperty value)
Generated method - Removesvalue
from merchImageProperties.- Parameters:
value
- the item to remove from merchImageProperties
-
getMerchProperties
public java.util.List<MerchProperty> getMerchProperties(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchProperties
attribute.- Returns:
- the merchProperties
-
getMerchProperties
public java.util.List<MerchProperty> getMerchProperties()
Generated method - Getter of theMerchIndexingConfig.merchProperties
attribute.- Returns:
- the merchProperties
-
setMerchProperties
public void setMerchProperties(SessionContext ctx, java.util.List<MerchProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchProperties
attribute.- Parameters:
value
- the merchProperties
-
setMerchProperties
public void setMerchProperties(java.util.List<MerchProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchProperties
attribute.- Parameters:
value
- the merchProperties
-
addToMerchProperties
public void addToMerchProperties(SessionContext ctx, MerchProperty value)
Generated method - Addsvalue
to merchProperties.- Parameters:
value
- the item to add to merchProperties
-
addToMerchProperties
public void addToMerchProperties(MerchProperty value)
Generated method - Addsvalue
to merchProperties.- Parameters:
value
- the item to add to merchProperties
-
removeFromMerchProperties
public void removeFromMerchProperties(SessionContext ctx, MerchProperty value)
Generated method - Removesvalue
from merchProperties.- Parameters:
value
- the item to remove from merchProperties
-
removeFromMerchProperties
public void removeFromMerchProperties(MerchProperty value)
Generated method - Removesvalue
from merchProperties.- Parameters:
value
- the item to remove from merchProperties
-
-