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.StringBASEIMAGEURLQualifier of theMerchIndexingConfig.baseImageUrlattributestatic java.lang.StringBASEPRODUCTPAGEURLQualifier of theMerchIndexingConfig.baseProductPageUrlattributestatic java.lang.StringCURRENCYQualifier of theMerchIndexingConfig.currencyattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringENABLEDQualifier of theMerchIndexingConfig.enabledattributestatic java.lang.StringINDEXEDTYPEQualifier of theMerchIndexingConfig.indexedTypeattributestatic java.lang.StringLANGUAGEQualifier of theMerchIndexingConfig.languageattributestatic java.lang.StringMERCHCATALOGVERSIONSQualifier of theMerchIndexingConfig.merchCatalogVersionsattributestatic java.lang.StringMERCHIMAGEPROPERTIESQualifier of theMerchIndexingConfig.merchImagePropertiesattributeprotected static OneToManyHandler<MerchImageProperty>MERCHIMAGEPROPERTIESHANDLEROneToManyHandlerfor handling 1:n MERCHIMAGEPROPERTIES's relation attributes from 'many' side.protected static java.lang.StringMERCHINDEXINGCONFIG2CATALOGVERSION_MARKMODIFIEDRelation disable markmodifed parameter constants for MerchIndexingConfig2CatalogVersion from ((merchandisingservices))protected static java.lang.StringMERCHINDEXINGCONFIG2CATALOGVERSION_SRC_ORDEREDRelation ordering override parameter constants for MerchIndexingConfig2CatalogVersion from ((merchandisingservices))protected static java.lang.StringMERCHINDEXINGCONFIG2CATALOGVERSION_TGT_ORDEREDstatic java.lang.StringMERCHPROPERTIESQualifier of theMerchIndexingConfig.merchPropertiesattributeprotected static OneToManyHandler<MerchProperty>MERCHPROPERTIESHANDLEROneToManyHandlerfor 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 voidaddToMerchCatalogVersions(CatalogVersion value)Generated method - Addsvalueto merchCatalogVersions.voidaddToMerchCatalogVersions(SessionContext ctx, CatalogVersion value)Generated method - Addsvalueto merchCatalogVersions.voidaddToMerchImageProperties(MerchImageProperty value)Generated method - Addsvalueto merchImageProperties.voidaddToMerchImageProperties(SessionContext ctx, MerchImageProperty value)Generated method - Addsvalueto merchImageProperties.voidaddToMerchProperties(MerchProperty value)Generated method - Addsvalueto merchProperties.voidaddToMerchProperties(SessionContext ctx, MerchProperty value)Generated method - Addsvalueto merchProperties.java.lang.StringgetBaseImageUrl()Generated method - Getter of theMerchIndexingConfig.baseImageUrlattribute.java.lang.StringgetBaseImageUrl(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.baseImageUrlattribute.java.lang.StringgetBaseProductPageUrl()Generated method - Getter of theMerchIndexingConfig.baseProductPageUrlattribute.java.lang.StringgetBaseProductPageUrl(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.baseProductPageUrlattribute.CurrencygetCurrency()Generated method - Getter of theMerchIndexingConfig.currencyattribute.CurrencygetCurrency(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.currencyattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()SolrIndexedTypegetIndexedType()Generated method - Getter of theMerchIndexingConfig.indexedTypeattribute.SolrIndexedTypegetIndexedType(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.indexedTypeattribute.LanguagegetLanguage()Generated method - Getter of theMerchIndexingConfig.languageattribute.LanguagegetLanguage(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.languageattribute.java.util.List<CatalogVersion>getMerchCatalogVersions()Generated method - Getter of theMerchIndexingConfig.merchCatalogVersionsattribute.java.util.List<CatalogVersion>getMerchCatalogVersions(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.merchCatalogVersionsattribute.longgetMerchCatalogVersionsCount()longgetMerchCatalogVersionsCount(SessionContext ctx)java.util.List<MerchImageProperty>getMerchImageProperties()Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute.java.util.List<MerchImageProperty>getMerchImageProperties(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute.java.util.List<MerchProperty>getMerchProperties()Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.java.util.List<MerchProperty>getMerchProperties(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.java.lang.BooleanisEnabled()Generated method - Getter of theMerchIndexingConfig.enabledattribute.java.lang.BooleanisEnabled(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.enabledattribute.booleanisEnabledAsPrimitive()Generated method - Getter of theMerchIndexingConfig.enabledattribute.booleanisEnabledAsPrimitive(SessionContext ctx)Generated method - Getter of theMerchIndexingConfig.enabledattribute.booleanisMarkModifiedDisabled(Item referencedItem)voidremoveFromMerchCatalogVersions(CatalogVersion value)Generated method - Removesvaluefrom merchCatalogVersions.voidremoveFromMerchCatalogVersions(SessionContext ctx, CatalogVersion value)Generated method - Removesvaluefrom merchCatalogVersions.voidremoveFromMerchImageProperties(MerchImageProperty value)Generated method - Removesvaluefrom merchImageProperties.voidremoveFromMerchImageProperties(SessionContext ctx, MerchImageProperty value)Generated method - Removesvaluefrom merchImageProperties.voidremoveFromMerchProperties(MerchProperty value)Generated method - Removesvaluefrom merchProperties.voidremoveFromMerchProperties(SessionContext ctx, MerchProperty value)Generated method - Removesvaluefrom merchProperties.voidsetBaseImageUrl(SessionContext ctx, java.lang.String value)Generated method - Setter of theMerchIndexingConfig.baseImageUrlattribute.voidsetBaseImageUrl(java.lang.String value)Generated method - Setter of theMerchIndexingConfig.baseImageUrlattribute.voidsetBaseProductPageUrl(SessionContext ctx, java.lang.String value)Generated method - Setter of theMerchIndexingConfig.baseProductPageUrlattribute.voidsetBaseProductPageUrl(java.lang.String value)Generated method - Setter of theMerchIndexingConfig.baseProductPageUrlattribute.voidsetCurrency(Currency value)Generated method - Setter of theMerchIndexingConfig.currencyattribute.voidsetCurrency(SessionContext ctx, Currency value)Generated method - Setter of theMerchIndexingConfig.currencyattribute.voidsetEnabled(boolean value)Generated method - Setter of theMerchIndexingConfig.enabledattribute.voidsetEnabled(SessionContext ctx, boolean value)Generated method - Setter of theMerchIndexingConfig.enabledattribute.voidsetEnabled(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theMerchIndexingConfig.enabledattribute.voidsetEnabled(java.lang.Boolean value)Generated method - Setter of theMerchIndexingConfig.enabledattribute.protected voidsetIndexedType(SessionContext ctx, SolrIndexedType value)Generated method - Setter of theMerchIndexingConfig.indexedTypeattribute.protected voidsetIndexedType(SolrIndexedType value)Generated method - Setter of theMerchIndexingConfig.indexedTypeattribute.voidsetLanguage(Language value)Generated method - Setter of theMerchIndexingConfig.languageattribute.voidsetLanguage(SessionContext ctx, Language value)Generated method - Setter of theMerchIndexingConfig.languageattribute.voidsetMerchCatalogVersions(SessionContext ctx, java.util.List<CatalogVersion> value)Generated method - Setter of theMerchIndexingConfig.merchCatalogVersionsattribute.voidsetMerchCatalogVersions(java.util.List<CatalogVersion> value)Generated method - Setter of theMerchIndexingConfig.merchCatalogVersionsattribute.voidsetMerchImageProperties(SessionContext ctx, java.util.List<MerchImageProperty> value)Generated method - Setter of theMerchIndexingConfig.merchImagePropertiesattribute.voidsetMerchImageProperties(java.util.List<MerchImageProperty> value)Generated method - Setter of theMerchIndexingConfig.merchImagePropertiesattribute.voidsetMerchProperties(SessionContext ctx, java.util.List<MerchProperty> value)Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.voidsetMerchProperties(java.util.List<MerchProperty> value)Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.-
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.indexedTypeattribute- See Also:
- Constant Field Values
-
ENABLED
public static final java.lang.String ENABLED
Qualifier of theMerchIndexingConfig.enabledattribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theMerchIndexingConfig.languageattribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of theMerchIndexingConfig.currencyattribute- See Also:
- Constant Field Values
-
BASEIMAGEURL
public static final java.lang.String BASEIMAGEURL
Qualifier of theMerchIndexingConfig.baseImageUrlattribute- See Also:
- Constant Field Values
-
BASEPRODUCTPAGEURL
public static final java.lang.String BASEPRODUCTPAGEURL
Qualifier of theMerchIndexingConfig.baseProductPageUrlattribute- See Also:
- Constant Field Values
-
MERCHPROPERTIES
public static final java.lang.String MERCHPROPERTIES
Qualifier of theMerchIndexingConfig.merchPropertiesattribute- See Also:
- Constant Field Values
-
MERCHIMAGEPROPERTIES
public static final java.lang.String MERCHIMAGEPROPERTIES
Qualifier of theMerchIndexingConfig.merchImagePropertiesattribute- See Also:
- Constant Field Values
-
MERCHCATALOGVERSIONS
public static final java.lang.String MERCHCATALOGVERSIONS
Qualifier of theMerchIndexingConfig.merchCatalogVersionsattribute- 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
OneToManyHandlerfor handling 1:n MERCHPROPERTIES's relation attributes from 'many' side.
-
MERCHIMAGEPROPERTIESHANDLER
protected static final OneToManyHandler<MerchImageProperty> MERCHIMAGEPROPERTIESHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getBaseImageUrl
public java.lang.String getBaseImageUrl(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.baseImageUrlattribute.- Returns:
- the baseImageUrl
-
getBaseImageUrl
public java.lang.String getBaseImageUrl()
Generated method - Getter of theMerchIndexingConfig.baseImageUrlattribute.- Returns:
- the baseImageUrl
-
setBaseImageUrl
public void setBaseImageUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseImageUrlattribute.- Parameters:
value- the baseImageUrl
-
setBaseImageUrl
public void setBaseImageUrl(java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseImageUrlattribute.- Parameters:
value- the baseImageUrl
-
getBaseProductPageUrl
public java.lang.String getBaseProductPageUrl(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.baseProductPageUrlattribute.- Returns:
- the baseProductPageUrl
-
getBaseProductPageUrl
public java.lang.String getBaseProductPageUrl()
Generated method - Getter of theMerchIndexingConfig.baseProductPageUrlattribute.- Returns:
- the baseProductPageUrl
-
setBaseProductPageUrl
public void setBaseProductPageUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseProductPageUrlattribute.- Parameters:
value- the baseProductPageUrl
-
setBaseProductPageUrl
public void setBaseProductPageUrl(java.lang.String value)
Generated method - Setter of theMerchIndexingConfig.baseProductPageUrlattribute.- Parameters:
value- the baseProductPageUrl
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.currencyattribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of theMerchIndexingConfig.currencyattribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theMerchIndexingConfig.currencyattribute.- Parameters:
value- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of theMerchIndexingConfig.currencyattribute.- Parameters:
value- the currency
-
isEnabled
public java.lang.Boolean isEnabled(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.enabledattribute.- Returns:
- the enabled
-
isEnabled
public java.lang.Boolean isEnabled()
Generated method - Getter of theMerchIndexingConfig.enabledattribute.- Returns:
- the enabled
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.enabledattribute.- Returns:
- the enabled
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive()
Generated method - Getter of theMerchIndexingConfig.enabledattribute.- Returns:
- the enabled
-
setEnabled
public void setEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theMerchIndexingConfig.enabledattribute.- Parameters:
value- the enabled
-
setEnabled
public void setEnabled(java.lang.Boolean value)
Generated method - Setter of theMerchIndexingConfig.enabledattribute.- Parameters:
value- the enabled
-
setEnabled
public void setEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theMerchIndexingConfig.enabledattribute.- Parameters:
value- the enabled
-
setEnabled
public void setEnabled(boolean value)
Generated method - Setter of theMerchIndexingConfig.enabledattribute.- Parameters:
value- the enabled
-
getIndexedType
public SolrIndexedType getIndexedType(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.indexedTypeattribute.- Returns:
- the indexedType - Indexed type
-
getIndexedType
public SolrIndexedType getIndexedType()
Generated method - Getter of theMerchIndexingConfig.indexedTypeattribute.- Returns:
- the indexedType - Indexed type
-
setIndexedType
protected void setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedTypeattribute.- Parameters:
value- the indexedType - Indexed type
-
setIndexedType
protected void setIndexedType(SolrIndexedType value)
Generated method - Setter of theMerchIndexingConfig.indexedTypeattribute.- Parameters:
value- the indexedType - Indexed type
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classItem
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.languageattribute.- Returns:
- the language
-
getLanguage
public Language getLanguage()
Generated method - Getter of theMerchIndexingConfig.languageattribute.- Returns:
- the language
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theMerchIndexingConfig.languageattribute.- Parameters:
value- the language
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of theMerchIndexingConfig.languageattribute.- Parameters:
value- the language
-
getMerchCatalogVersions
public java.util.List<CatalogVersion> getMerchCatalogVersions(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchCatalogVersionsattribute.- Returns:
- the merchCatalogVersions
-
getMerchCatalogVersions
public java.util.List<CatalogVersion> getMerchCatalogVersions()
Generated method - Getter of theMerchIndexingConfig.merchCatalogVersionsattribute.- 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.merchCatalogVersionsattribute.- Parameters:
value- the merchCatalogVersions
-
setMerchCatalogVersions
public void setMerchCatalogVersions(java.util.List<CatalogVersion> value)
Generated method - Setter of theMerchIndexingConfig.merchCatalogVersionsattribute.- Parameters:
value- the merchCatalogVersions
-
addToMerchCatalogVersions
public void addToMerchCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Addsvalueto merchCatalogVersions.- Parameters:
value- the item to add to merchCatalogVersions
-
addToMerchCatalogVersions
public void addToMerchCatalogVersions(CatalogVersion value)
Generated method - Addsvalueto merchCatalogVersions.- Parameters:
value- the item to add to merchCatalogVersions
-
removeFromMerchCatalogVersions
public void removeFromMerchCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Removesvaluefrom merchCatalogVersions.- Parameters:
value- the item to remove from merchCatalogVersions
-
removeFromMerchCatalogVersions
public void removeFromMerchCatalogVersions(CatalogVersion value)
Generated method - Removesvaluefrom merchCatalogVersions.- Parameters:
value- the item to remove from merchCatalogVersions
-
getMerchImageProperties
public java.util.List<MerchImageProperty> getMerchImageProperties(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute.- Returns:
- the merchImageProperties
-
getMerchImageProperties
public java.util.List<MerchImageProperty> getMerchImageProperties()
Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute.- Returns:
- the merchImageProperties
-
setMerchImageProperties
public void setMerchImageProperties(SessionContext ctx, java.util.List<MerchImageProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchImagePropertiesattribute.- Parameters:
value- the merchImageProperties
-
setMerchImageProperties
public void setMerchImageProperties(java.util.List<MerchImageProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchImagePropertiesattribute.- Parameters:
value- the merchImageProperties
-
addToMerchImageProperties
public void addToMerchImageProperties(SessionContext ctx, MerchImageProperty value)
Generated method - Addsvalueto merchImageProperties.- Parameters:
value- the item to add to merchImageProperties
-
addToMerchImageProperties
public void addToMerchImageProperties(MerchImageProperty value)
Generated method - Addsvalueto merchImageProperties.- Parameters:
value- the item to add to merchImageProperties
-
removeFromMerchImageProperties
public void removeFromMerchImageProperties(SessionContext ctx, MerchImageProperty value)
Generated method - Removesvaluefrom merchImageProperties.- Parameters:
value- the item to remove from merchImageProperties
-
removeFromMerchImageProperties
public void removeFromMerchImageProperties(MerchImageProperty value)
Generated method - Removesvaluefrom merchImageProperties.- Parameters:
value- the item to remove from merchImageProperties
-
getMerchProperties
public java.util.List<MerchProperty> getMerchProperties(SessionContext ctx)
Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.- Returns:
- the merchProperties
-
getMerchProperties
public java.util.List<MerchProperty> getMerchProperties()
Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute.- Returns:
- the merchProperties
-
setMerchProperties
public void setMerchProperties(SessionContext ctx, java.util.List<MerchProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.- Parameters:
value- the merchProperties
-
setMerchProperties
public void setMerchProperties(java.util.List<MerchProperty> value)
Generated method - Setter of theMerchIndexingConfig.merchPropertiesattribute.- Parameters:
value- the merchProperties
-
addToMerchProperties
public void addToMerchProperties(SessionContext ctx, MerchProperty value)
Generated method - Addsvalueto merchProperties.- Parameters:
value- the item to add to merchProperties
-
addToMerchProperties
public void addToMerchProperties(MerchProperty value)
Generated method - Addsvalueto merchProperties.- Parameters:
value- the item to add to merchProperties
-
removeFromMerchProperties
public void removeFromMerchProperties(SessionContext ctx, MerchProperty value)
Generated method - Removesvaluefrom merchProperties.- Parameters:
value- the item to remove from merchProperties
-
removeFromMerchProperties
public void removeFromMerchProperties(MerchProperty value)
Generated method - Removesvaluefrom merchProperties.- Parameters:
value- the item to remove from merchProperties
-
-