Class GeneratedSapproductconfigruntimeinterfaceManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.sap.productconfig.runtime.interf.jalo.GeneratedSapproductconfigruntimeinterfaceManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
SapproductconfigruntimeinterfaceManager
public abstract class GeneratedSapproductconfigruntimeinterfaceManager extends Extension
Generated class for typeSapproductconfigruntimeinterfaceManager.- 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 GeneratedSapproductconfigruntimeinterfaceManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.lang.BooleanisSapproductconfig_enable_pricing(SessionContext ctx, GenericItem item)Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.java.lang.BooleanisSapproductconfig_enable_pricing(SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.booleanisSapproductconfig_enable_pricingAsPrimitive(SessionContext ctx, SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.booleanisSapproductconfig_enable_pricingAsPrimitive(SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.java.lang.BooleanisSapproductconfig_show_baseprice_and_options(SessionContext ctx, GenericItem item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.java.lang.BooleanisSapproductconfig_show_baseprice_and_options(SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.booleanisSapproductconfig_show_baseprice_and_optionsAsPrimitive(SessionContext ctx, SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.booleanisSapproductconfig_show_baseprice_and_optionsAsPrimitive(SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.java.lang.BooleanisSapproductconfig_show_deltaprices(SessionContext ctx, GenericItem item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.java.lang.BooleanisSapproductconfig_show_deltaprices(SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.booleanisSapproductconfig_show_deltapricesAsPrimitive(SessionContext ctx, SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.booleanisSapproductconfig_show_deltapricesAsPrimitive(SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.voidsetSapproductconfig_enable_pricing(SessionContext ctx, GenericItem item, java.lang.Boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.voidsetSapproductconfig_enable_pricing(SessionContext ctx, SAPConfiguration item, boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.voidsetSapproductconfig_enable_pricing(SAPConfiguration item, boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.voidsetSapproductconfig_enable_pricing(SAPConfiguration item, java.lang.Boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.voidsetSapproductconfig_show_baseprice_and_options(SessionContext ctx, GenericItem item, java.lang.Boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.voidsetSapproductconfig_show_baseprice_and_options(SessionContext ctx, SAPConfiguration item, boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.voidsetSapproductconfig_show_baseprice_and_options(SAPConfiguration item, boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.voidsetSapproductconfig_show_baseprice_and_options(SAPConfiguration item, java.lang.Boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.voidsetSapproductconfig_show_deltaprices(SessionContext ctx, GenericItem item, java.lang.Boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.voidsetSapproductconfig_show_deltaprices(SessionContext ctx, SAPConfiguration item, boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.voidsetSapproductconfig_show_deltaprices(SAPConfiguration item, boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.voidsetSapproductconfig_show_deltaprices(SAPConfiguration item, java.lang.Boolean value)Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.-
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
-
isSapproductconfig_enable_pricing
public java.lang.Boolean isSapproductconfig_enable_pricing(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Returns:
- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
isSapproductconfig_enable_pricing
public java.lang.Boolean isSapproductconfig_enable_pricing(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Returns:
- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
isSapproductconfig_enable_pricingAsPrimitive
public boolean isSapproductconfig_enable_pricingAsPrimitive(SessionContext ctx, SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Returns:
- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
isSapproductconfig_enable_pricingAsPrimitive
public boolean isSapproductconfig_enable_pricingAsPrimitive(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Returns:
- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
setSapproductconfig_enable_pricing
public void setSapproductconfig_enable_pricing(SessionContext ctx, GenericItem item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Parameters:
value- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
setSapproductconfig_enable_pricing
public void setSapproductconfig_enable_pricing(SAPConfiguration item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Parameters:
value- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
setSapproductconfig_enable_pricing
public void setSapproductconfig_enable_pricing(SessionContext ctx, SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Parameters:
value- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
setSapproductconfig_enable_pricing
public void setSapproductconfig_enable_pricing(SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_enable_pricingattribute.- Parameters:
value- the sapproductconfig_enable_pricing - Product Config - Activate Pricing
-
isSapproductconfig_show_baseprice_and_options
public java.lang.Boolean isSapproductconfig_show_baseprice_and_options(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Returns:
- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
isSapproductconfig_show_baseprice_and_options
public java.lang.Boolean isSapproductconfig_show_baseprice_and_options(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Returns:
- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
isSapproductconfig_show_baseprice_and_optionsAsPrimitive
public boolean isSapproductconfig_show_baseprice_and_optionsAsPrimitive(SessionContext ctx, SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Returns:
- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
isSapproductconfig_show_baseprice_and_optionsAsPrimitive
public boolean isSapproductconfig_show_baseprice_and_optionsAsPrimitive(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Returns:
- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
setSapproductconfig_show_baseprice_and_options
public void setSapproductconfig_show_baseprice_and_options(SessionContext ctx, GenericItem item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Parameters:
value- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
setSapproductconfig_show_baseprice_and_options
public void setSapproductconfig_show_baseprice_and_options(SAPConfiguration item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Parameters:
value- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
setSapproductconfig_show_baseprice_and_options
public void setSapproductconfig_show_baseprice_and_options(SessionContext ctx, SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Parameters:
value- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
setSapproductconfig_show_baseprice_and_options
public void setSapproductconfig_show_baseprice_and_options(SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_baseprice_and_optionsattribute.- Parameters:
value- the sapproductconfig_show_baseprice_and_options - Product Config - Show Base Price and Selected Options
-
isSapproductconfig_show_deltaprices
public java.lang.Boolean isSapproductconfig_show_deltaprices(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Returns:
- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
isSapproductconfig_show_deltaprices
public java.lang.Boolean isSapproductconfig_show_deltaprices(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Returns:
- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
isSapproductconfig_show_deltapricesAsPrimitive
public boolean isSapproductconfig_show_deltapricesAsPrimitive(SessionContext ctx, SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Returns:
- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
isSapproductconfig_show_deltapricesAsPrimitive
public boolean isSapproductconfig_show_deltapricesAsPrimitive(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Returns:
- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
setSapproductconfig_show_deltaprices
public void setSapproductconfig_show_deltaprices(SessionContext ctx, GenericItem item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Parameters:
value- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
setSapproductconfig_show_deltaprices
public void setSapproductconfig_show_deltaprices(SAPConfiguration item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Parameters:
value- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
setSapproductconfig_show_deltaprices
public void setSapproductconfig_show_deltaprices(SessionContext ctx, SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Parameters:
value- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
setSapproductconfig_show_deltaprices
public void setSapproductconfig_show_deltaprices(SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductconfig_show_deltapricesattribute.- Parameters:
value- the sapproductconfig_show_deltaprices - Product Config - Show Delta Prices for Options
-
-