Package com.sap.sapodmservices.jalo
Class SapodmservicesManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
com.sap.sapodmservices.jalo.SapodmservicesManager
- All Implemented Interfaces:
de.hybris.platform.jalo.extension.ItemLifecycleListener,Serializable
public class SapodmservicesManager
extends de.hybris.platform.jalo.extension.Extension
Generated class for type
SapodmservicesManager.- 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) static final SapodmservicesManagergetName()isOdmEnabled(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item) Generated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.Generated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.booleanisOdmEnabledAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, SAPGlobalConfiguration item) Generated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.booleanGenerated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.voidsetOdmEnabled(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, Boolean value) Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.voidsetOdmEnabled(de.hybris.platform.jalo.SessionContext ctx, SAPGlobalConfiguration item, boolean value) Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.voidsetOdmEnabled(SAPGlobalConfiguration item, boolean value) Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.voidsetOdmEnabled(SAPGlobalConfiguration item, Boolean value) Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.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
-
SapodmservicesManager
public SapodmservicesManager()
-
-
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
-
getInstance
-
getName
- Specified by:
getNamein classde.hybris.platform.jalo.extension.Extension
-
isOdmEnabled
public Boolean isOdmEnabled(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item) Generated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.- Returns:
- the odmEnabled - ODM Enabled
-
isOdmEnabled
Generated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.- Returns:
- the odmEnabled - ODM Enabled
-
isOdmEnabledAsPrimitive
public boolean isOdmEnabledAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, SAPGlobalConfiguration item) Generated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.- Returns:
- the odmEnabled - ODM Enabled
-
isOdmEnabledAsPrimitive
Generated method - Getter of theSAPGlobalConfiguration.odmEnabledattribute.- Returns:
- the odmEnabled - ODM Enabled
-
setOdmEnabled
public void setOdmEnabled(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, Boolean value) Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.- Parameters:
value- the odmEnabled - ODM Enabled
-
setOdmEnabled
Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.- Parameters:
value- the odmEnabled - ODM Enabled
-
setOdmEnabled
public void setOdmEnabled(de.hybris.platform.jalo.SessionContext ctx, SAPGlobalConfiguration item, boolean value) Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.- Parameters:
value- the odmEnabled - ODM Enabled
-
setOdmEnabled
Generated method - Setter of theSAPGlobalConfiguration.odmEnabledattribute.- Parameters:
value- the odmEnabled - ODM Enabled
-