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_ATTRIBUTESprotected 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_ORDERED
-
Constructor Summary
Constructors Constructor Description GeneratedMerchandisingservicesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)Generated method - Addsvalueto merchIndexingConfig.voidaddToMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)Generated method - Addsvalueto merchIndexingConfig.MerchImagePropertycreateMerchImageProperty(SessionContext ctx, java.util.Map attributeValues)MerchImagePropertycreateMerchImageProperty(java.util.Map attributeValues)MerchIndexingConfigcreateMerchIndexingConfig(SessionContext ctx, java.util.Map attributeValues)MerchIndexingConfigcreateMerchIndexingConfig(java.util.Map attributeValues)MerchPropertycreateMerchProperty(SessionContext ctx, java.util.Map attributeValues)MerchPropertycreateMerchProperty(java.util.Map attributeValues)MerchSynchronizationConfigcreateMerchSynchronizationConfig(SessionContext ctx, java.util.Map attributeValues)MerchSynchronizationConfigcreateMerchSynchronizationConfig(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.merchIndexingConfigattribute.java.util.Collection<MerchIndexingConfig>getMerchIndexingConfig(SessionContext ctx, CatalogVersion item)Generated method - Getter of theCatalogVersion.merchIndexingConfigattribute.longgetMerchIndexingConfigCount(CatalogVersion item)longgetMerchIndexingConfigCount(SessionContext ctx, CatalogVersion item)java.lang.StringgetName()voidremoveFromMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)Generated method - Removesvaluefrom merchIndexingConfig.voidremoveFromMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)Generated method - Removesvaluefrom merchIndexingConfig.voidsetMerchIndexingConfig(CatalogVersion item, java.util.Collection<MerchIndexingConfig> value)Generated method - Setter of theCatalogVersion.merchIndexingConfigattribute.voidsetMerchIndexingConfig(SessionContext ctx, CatalogVersion item, java.util.Collection<MerchIndexingConfig> value)Generated method - Setter of theCatalogVersion.merchIndexingConfigattribute.-
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:
getDefaultAttributeModesin 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.merchIndexingConfigattribute.- Returns:
- the merchIndexingConfig
-
getMerchIndexingConfig
public java.util.Collection<MerchIndexingConfig> getMerchIndexingConfig(CatalogVersion item)
Generated method - Getter of theCatalogVersion.merchIndexingConfigattribute.- 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.merchIndexingConfigattribute.- Parameters:
value- the merchIndexingConfig
-
setMerchIndexingConfig
public void setMerchIndexingConfig(CatalogVersion item, java.util.Collection<MerchIndexingConfig> value)
Generated method - Setter of theCatalogVersion.merchIndexingConfigattribute.- Parameters:
value- the merchIndexingConfig
-
addToMerchIndexingConfig
public void addToMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)
Generated method - Addsvalueto merchIndexingConfig.- Parameters:
value- the item to add to merchIndexingConfig
-
addToMerchIndexingConfig
public void addToMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)
Generated method - Addsvalueto merchIndexingConfig.- Parameters:
value- the item to add to merchIndexingConfig
-
removeFromMerchIndexingConfig
public void removeFromMerchIndexingConfig(SessionContext ctx, CatalogVersion item, MerchIndexingConfig value)
Generated method - Removesvaluefrom merchIndexingConfig.- Parameters:
value- the item to remove from merchIndexingConfig
-
removeFromMerchIndexingConfig
public void removeFromMerchIndexingConfig(CatalogVersion item, MerchIndexingConfig value)
Generated method - Removesvaluefrom merchIndexingConfig.- Parameters:
value- the item to remove from merchIndexingConfig
-
-