Class GeneratedSapproductavailabilityManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.sap.sapproductavailability.jalo.GeneratedSapproductavailabilityManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
SapproductavailabilityManager
public abstract class GeneratedSapproductavailabilityManager extends Extension
Generated class for typeSapproductavailabilityManager
.- 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 GeneratedSapproductavailabilityManager()
-
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.String
getName()
java.lang.Boolean
isSapproductavailability_atpActive(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.java.lang.Boolean
isSapproductavailability_atpActive(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.boolean
isSapproductavailability_atpActiveAsPrimitive(SessionContext ctx, SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.boolean
isSapproductavailability_atpActiveAsPrimitive(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.void
setSapproductavailability_atpActive(SessionContext ctx, GenericItem item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
attribute.void
setSapproductavailability_atpActive(SessionContext ctx, SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
attribute.void
setSapproductavailability_atpActive(SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
attribute.void
setSapproductavailability_atpActive(SAPConfiguration item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
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
-
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
-
isSapproductavailability_atpActive
public java.lang.Boolean isSapproductavailability_atpActive(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
isSapproductavailability_atpActive
public java.lang.Boolean isSapproductavailability_atpActive(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
isSapproductavailability_atpActiveAsPrimitive
public boolean isSapproductavailability_atpActiveAsPrimitive(SessionContext ctx, SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
isSapproductavailability_atpActiveAsPrimitive
public boolean isSapproductavailability_atpActiveAsPrimitive(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
public void setSapproductavailability_atpActive(SessionContext ctx, GenericItem item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Parameters:
value
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
public void setSapproductavailability_atpActive(SAPConfiguration item, java.lang.Boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Parameters:
value
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
public void setSapproductavailability_atpActive(SessionContext ctx, SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Parameters:
value
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
public void setSapproductavailability_atpActive(SAPConfiguration item, boolean value)
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActive
attribute.- Parameters:
value
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
-