Class SapproductconfigcpiquoteexchangeManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.sap.productconfig.quoteexchange.jalo.SapproductconfigcpiquoteexchangeManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
public class SapproductconfigcpiquoteexchangeManager extends Extension
Generated class for typeSapproductconfigcpiquoteexchangeManager.- 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
-
Constructor Summary
Constructors Constructor Description SapproductconfigcpiquoteexchangeManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfigId(SAPCpiOutboundQuoteItem item)Generated method - Getter of theSAPCpiOutboundQuoteItem.configIdattribute.java.lang.StringgetConfigId(SessionContext ctx, SAPCpiOutboundQuoteItem item)Generated method - Getter of theSAPCpiOutboundQuoteItem.configIdattribute.java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)static SapproductconfigcpiquoteexchangeManagergetInstance()java.lang.StringgetName()voidsetConfigId(SAPCpiOutboundQuoteItem item, java.lang.String value)Generated method - Setter of theSAPCpiOutboundQuoteItem.configIdattribute.voidsetConfigId(SessionContext ctx, SAPCpiOutboundQuoteItem item, java.lang.String value)Generated method - Setter of theSAPCpiOutboundQuoteItem.configIdattribute.-
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
-
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
-
getConfigId
public java.lang.String getConfigId(SessionContext ctx, SAPCpiOutboundQuoteItem item)
Generated method - Getter of theSAPCpiOutboundQuoteItem.configIdattribute.- Returns:
- the configId
-
getConfigId
public java.lang.String getConfigId(SAPCpiOutboundQuoteItem item)
Generated method - Getter of theSAPCpiOutboundQuoteItem.configIdattribute.- Returns:
- the configId
-
setConfigId
public void setConfigId(SessionContext ctx, SAPCpiOutboundQuoteItem item, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundQuoteItem.configIdattribute.- Parameters:
value- the configId
-
setConfigId
public void setConfigId(SAPCpiOutboundQuoteItem item, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundQuoteItem.configIdattribute.- Parameters:
value- the configId
-
getInstance
public static final SapproductconfigcpiquoteexchangeManager getInstance()
-
-