Package com.hybris.merchandising.jalo
Class GeneratedMerchandisingservicesManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- com.hybris.merchandising.jalo.GeneratedMerchandisingservicesManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
MerchandisingservicesManager
public abstract class GeneratedMerchandisingservicesManager extends Extension
Generated class for typeMerchandisingservicesManager
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>
DEFAULT_INITIAL_ATTRIBUTES
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
-
Constructor Summary
Constructors Constructor Description GeneratedMerchandisingservicesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)
Generated method - Addsvalue
to merchIndexingConfig.void
addToMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)
Generated method - Addsvalue
to merchIndexingConfig.MerchImageProperty
createMerchImageProperty(SessionContext ctx, java.util.Map attributeValues)
MerchImageProperty
createMerchImageProperty(java.util.Map attributeValues)
MerchIndexingConfig
createMerchIndexingConfig(SessionContext ctx, java.util.Map attributeValues)
MerchIndexingConfig
createMerchIndexingConfig(java.util.Map attributeValues)
MerchProperty
createMerchProperty(SessionContext ctx, java.util.Map attributeValues)
MerchProperty
createMerchProperty(java.util.Map attributeValues)
MerchSynchronizationConfig
createMerchSynchronizationConfig(SessionContext ctx, java.util.Map attributeValues)
MerchSynchronizationConfig
createMerchSynchronizationConfig(java.util.Map attributeValues)
java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
java.util.Collection<MerchIndexingConfig>
getMerchIndexingConfig(CatalogVersion item)
Generated method - Getter of theCatalogVersion.merchIndexingConfig
attribute.java.util.Collection<MerchIndexingConfig>
getMerchIndexingConfig(SessionContext ctx, CatalogVersion item)
Generated method - Getter of theCatalogVersion.merchIndexingConfig
attribute.long
getMerchIndexingConfigCount(CatalogVersion item)
long
getMerchIndexingConfigCount(SessionContext ctx, CatalogVersion item)
java.lang.String
getName()
void
removeFromMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)
Generated method - Removesvalue
from merchIndexingConfig.void
removeFromMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)
Generated method - Removesvalue
from merchIndexingConfig.void
setMerchIndexingConfig(CatalogVersion item, java.util.Collection<MerchIndexingConfig> value)
Generated method - Setter of theCatalogVersion.merchIndexingConfig
attribute.void
setMerchIndexingConfig(SessionContext ctx, CatalogVersion item, java.util.Collection<MerchIndexingConfig> value)
Generated method - Setter of theCatalogVersion.merchIndexingConfig
attribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
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))
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModes
in classExtension
-
createMerchImageProperty
public MerchImageProperty createMerchImageProperty(SessionContext ctx, java.util.Map attributeValues)
-
createMerchImageProperty
public MerchImageProperty createMerchImageProperty(java.util.Map attributeValues)
-
createMerchIndexingConfig
public MerchIndexingConfig createMerchIndexingConfig(SessionContext ctx, java.util.Map attributeValues)
-
createMerchIndexingConfig
public MerchIndexingConfig createMerchIndexingConfig(java.util.Map attributeValues)
-
createMerchProperty
public MerchProperty createMerchProperty(SessionContext ctx, java.util.Map attributeValues)
-
createMerchProperty
public MerchProperty createMerchProperty(java.util.Map attributeValues)
-
createMerchSynchronizationConfig
public MerchSynchronizationConfig createMerchSynchronizationConfig(SessionContext ctx, java.util.Map attributeValues)
-
createMerchSynchronizationConfig
public MerchSynchronizationConfig createMerchSynchronizationConfig(java.util.Map attributeValues)
-
getMerchIndexingConfig
public java.util.Collection<MerchIndexingConfig> getMerchIndexingConfig(SessionContext ctx, CatalogVersion item)
Generated method - Getter of theCatalogVersion.merchIndexingConfig
attribute.- Returns:
- the merchIndexingConfig
-
getMerchIndexingConfig
public java.util.Collection<MerchIndexingConfig> getMerchIndexingConfig(CatalogVersion item)
Generated method - Getter of theCatalogVersion.merchIndexingConfig
attribute.- Returns:
- the merchIndexingConfig
-
getMerchIndexingConfigCount
public long getMerchIndexingConfigCount(SessionContext ctx, CatalogVersion item)
-
getMerchIndexingConfigCount
public long getMerchIndexingConfigCount(CatalogVersion item)
-
setMerchIndexingConfig
public void setMerchIndexingConfig(SessionContext ctx, CatalogVersion item, java.util.Collection<MerchIndexingConfig> value)
Generated method - Setter of theCatalogVersion.merchIndexingConfig
attribute.- Parameters:
value
- the merchIndexingConfig
-
setMerchIndexingConfig
public void setMerchIndexingConfig(CatalogVersion item, java.util.Collection<MerchIndexingConfig> value)
Generated method - Setter of theCatalogVersion.merchIndexingConfig
attribute.- Parameters:
value
- the merchIndexingConfig
-
addToMerchIndexingConfig
public void addToMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)
Generated method - Addsvalue
to merchIndexingConfig.- Parameters:
value
- the item to add to merchIndexingConfig
-
addToMerchIndexingConfig
public void addToMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)
Generated method - Addsvalue
to merchIndexingConfig.- Parameters:
value
- the item to add to merchIndexingConfig
-
removeFromMerchIndexingConfig
public void removeFromMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)
Generated method - Removesvalue
from merchIndexingConfig.- Parameters:
value
- the item to remove from merchIndexingConfig
-
removeFromMerchIndexingConfig
public void removeFromMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)
Generated method - Removesvalue
from merchIndexingConfig.- Parameters:
value
- the item to remove from merchIndexingConfig
-
-