Class GeneratedSapcpicustomerexchangeb2bManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.sap.sapcpicustomerexchangeb2b.jalo.GeneratedSapcpicustomerexchangeb2bManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
Sapcpicustomerexchangeb2bManager
public abstract class GeneratedSapcpicustomerexchangeb2bManager extends Extension
Generated class for typeSapcpicustomerexchangeb2bManager.- 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 GeneratedSapcpicustomerexchangeb2bManager()
-
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.StringgetSapMessageFunction(SessionContext ctx, Address item)Generated method - Getter of theAddress.sapMessageFunctionattribute.java.lang.StringgetSapMessageFunction(Address item)Generated method - Getter of theAddress.sapMessageFunctionattribute.voidsetSapMessageFunction(SessionContext ctx, Address item, java.lang.String value)Generated method - Setter of theAddress.sapMessageFunctionattribute.voidsetSapMessageFunction(Address item, java.lang.String value)Generated method - Setter of theAddress.sapMessageFunctionattribute.-
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
-
getSapMessageFunction
public java.lang.String getSapMessageFunction(SessionContext ctx, Address item)
Generated method - Getter of theAddress.sapMessageFunctionattribute.- Returns:
- the sapMessageFunction
-
getSapMessageFunction
public java.lang.String getSapMessageFunction(Address item)
Generated method - Getter of theAddress.sapMessageFunctionattribute.- Returns:
- the sapMessageFunction
-
setSapMessageFunction
public void setSapMessageFunction(SessionContext ctx, Address item, java.lang.String value)
Generated method - Setter of theAddress.sapMessageFunctionattribute.- Parameters:
value- the sapMessageFunction
-
setSapMessageFunction
public void setSapMessageFunction(Address item, java.lang.String value)
Generated method - Setter of theAddress.sapMessageFunctionattribute.- Parameters:
value- the sapMessageFunction
-
-