Class SapcpiomsreturnsexchangeManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.sap.sapcpiomsreturnsexchange.jalo.SapcpiomsreturnsexchangeManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
public class SapcpiomsreturnsexchangeManager extends Extension
Generated class for typeSapcpiomsreturnsexchangeManager
.- 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
protected static OneToManyHandler<ExtendedSAPHTTPDestination>
HTTPDESTINATION2EXTENDEDSAPHTTPDESTINATIONOBJSPECIFICHTTPDESTINATIONHANDLER
OneToManyHandler
for handling 1:n OBJSPECIFICHTTPDESTINATION's relation attributes from 'many' side.
-
Constructor Summary
Constructors Constructor Description SapcpiomsreturnsexchangeManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToObjSpecificHTTPDestination(SessionContext ctx, GenericItem item, ExtendedSAPHTTPDestination value)
Generated method - Addsvalue
to objSpecificHTTPDestination.void
addToObjSpecificHTTPDestination(SAPHTTPDestination item, ExtendedSAPHTTPDestination value)
Generated method - Addsvalue
to objSpecificHTTPDestination.ExtendedSAPHTTPDestination
createExtendedSAPHTTPDestination(SessionContext ctx, java.util.Map attributeValues)
ExtendedSAPHTTPDestination
createExtendedSAPHTTPDestination(java.util.Map attributeValues)
java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
static SapcpiomsreturnsexchangeManager
getInstance()
java.lang.String
getName()
java.util.Set<ExtendedSAPHTTPDestination>
getObjSpecificHTTPDestination(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPHTTPDestination.objSpecificHTTPDestination
attribute.java.util.Set<ExtendedSAPHTTPDestination>
getObjSpecificHTTPDestination(SAPHTTPDestination item)
Generated method - Getter of theSAPHTTPDestination.objSpecificHTTPDestination
attribute.void
removeFromObjSpecificHTTPDestination(SessionContext ctx, GenericItem item, ExtendedSAPHTTPDestination value)
Generated method - Removesvalue
from objSpecificHTTPDestination.void
removeFromObjSpecificHTTPDestination(SAPHTTPDestination item, ExtendedSAPHTTPDestination value)
Generated method - Removesvalue
from objSpecificHTTPDestination.void
setObjSpecificHTTPDestination(SessionContext ctx, GenericItem item, java.util.Set<ExtendedSAPHTTPDestination> value)
Generated method - Setter of theSAPHTTPDestination.objSpecificHTTPDestination
attribute.void
setObjSpecificHTTPDestination(SAPHTTPDestination item, java.util.Set<ExtendedSAPHTTPDestination> value)
Generated method - Setter of theSAPHTTPDestination.objSpecificHTTPDestination
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
-
HTTPDESTINATION2EXTENDEDSAPHTTPDESTINATIONOBJSPECIFICHTTPDESTINATIONHANDLER
protected static final OneToManyHandler<ExtendedSAPHTTPDestination> HTTPDESTINATION2EXTENDEDSAPHTTPDESTINATIONOBJSPECIFICHTTPDESTINATIONHANDLER
OneToManyHandler
for handling 1:n OBJSPECIFICHTTPDESTINATION's relation attributes from 'many' side.
-
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
-
createExtendedSAPHTTPDestination
public ExtendedSAPHTTPDestination createExtendedSAPHTTPDestination(SessionContext ctx, java.util.Map attributeValues)
-
createExtendedSAPHTTPDestination
public ExtendedSAPHTTPDestination createExtendedSAPHTTPDestination(java.util.Map attributeValues)
-
getInstance
public static final SapcpiomsreturnsexchangeManager getInstance()
-
getObjSpecificHTTPDestination
public java.util.Set<ExtendedSAPHTTPDestination> getObjSpecificHTTPDestination(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPHTTPDestination.objSpecificHTTPDestination
attribute.- Returns:
- the objSpecificHTTPDestination
-
getObjSpecificHTTPDestination
public java.util.Set<ExtendedSAPHTTPDestination> getObjSpecificHTTPDestination(SAPHTTPDestination item)
Generated method - Getter of theSAPHTTPDestination.objSpecificHTTPDestination
attribute.- Returns:
- the objSpecificHTTPDestination
-
setObjSpecificHTTPDestination
public void setObjSpecificHTTPDestination(SessionContext ctx, GenericItem item, java.util.Set<ExtendedSAPHTTPDestination> value)
Generated method - Setter of theSAPHTTPDestination.objSpecificHTTPDestination
attribute.- Parameters:
value
- the objSpecificHTTPDestination
-
setObjSpecificHTTPDestination
public void setObjSpecificHTTPDestination(SAPHTTPDestination item, java.util.Set<ExtendedSAPHTTPDestination> value)
Generated method - Setter of theSAPHTTPDestination.objSpecificHTTPDestination
attribute.- Parameters:
value
- the objSpecificHTTPDestination
-
addToObjSpecificHTTPDestination
public void addToObjSpecificHTTPDestination(SessionContext ctx, GenericItem item, ExtendedSAPHTTPDestination value)
Generated method - Addsvalue
to objSpecificHTTPDestination.- Parameters:
value
- the item to add to objSpecificHTTPDestination
-
addToObjSpecificHTTPDestination
public void addToObjSpecificHTTPDestination(SAPHTTPDestination item, ExtendedSAPHTTPDestination value)
Generated method - Addsvalue
to objSpecificHTTPDestination.- Parameters:
value
- the item to add to objSpecificHTTPDestination
-
removeFromObjSpecificHTTPDestination
public void removeFromObjSpecificHTTPDestination(SessionContext ctx, GenericItem item, ExtendedSAPHTTPDestination value)
Generated method - Removesvalue
from objSpecificHTTPDestination.- Parameters:
value
- the item to remove from objSpecificHTTPDestination
-
removeFromObjSpecificHTTPDestination
public void removeFromObjSpecificHTTPDestination(SAPHTTPDestination item, ExtendedSAPHTTPDestination value)
Generated method - Removesvalue
from objSpecificHTTPDestination.- Parameters:
value
- the item to remove from objSpecificHTTPDestination
-
-