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:
de.hybris.platform.jalo.extension.ItemLifecycleListener,Serializable
- Direct Known Subclasses:
SapproductavailabilityManager
public abstract class GeneratedSapproductavailabilityManager
extends de.hybris.platform.jalo.extension.Extension
Generated class for type
SapproductavailabilityManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
de.hybris.platform.jalo.extension.Extension.RestrictedLanguagesProvider, de.hybris.platform.jalo.extension.Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.Manager.GenericManagerSingletonCreator, de.hybris.platform.jalo.Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass) getName()isSapproductavailability_atpActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item) Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.booleanisSapproductavailability_atpActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, SAPConfiguration item) Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.booleanGenerated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.voidsetSapproductavailability_atpActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, Boolean value) Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.voidsetSapproductavailability_atpActive(de.hybris.platform.jalo.SessionContext ctx, SAPConfiguration item, boolean value) Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.voidsetSapproductavailability_atpActive(SAPConfiguration item, boolean value) Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.voidsetSapproductavailability_atpActive(SAPConfiguration item, Boolean value) Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceMethods 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 Details
-
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedSapproductavailabilityManager
public GeneratedSapproductavailabilityManager()
-
-
Method Details
-
getDefaultAttributeModes
public Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass) - Overrides:
getDefaultAttributeModesin classde.hybris.platform.jalo.extension.Extension
-
getName
- Specified by:
getNamein classde.hybris.platform.jalo.extension.Extension
-
isSapproductavailability_atpActive
public Boolean isSapproductavailability_atpActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item) Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
isSapproductavailability_atpActive
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
isSapproductavailability_atpActiveAsPrimitive
public boolean isSapproductavailability_atpActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, SAPConfiguration item) Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
isSapproductavailability_atpActiveAsPrimitive
Generated method - Getter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Returns:
- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
public void setSapproductavailability_atpActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, Boolean value) Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Parameters:
value- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Parameters:
value- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
public void setSapproductavailability_atpActive(de.hybris.platform.jalo.SessionContext ctx, SAPConfiguration item, boolean value) Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Parameters:
value- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-
setSapproductavailability_atpActive
Generated method - Setter of theSAPConfiguration.sapproductavailability_atpActiveattribute.- Parameters:
value- the sapproductavailability_atpActive - Determines whether the site should use perform live availability-to-purchase(ATP) check
-