Class GeneratedB2bpunchoutManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.b2b.punchout.jalo.GeneratedB2bpunchoutManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
B2bpunchoutManager
public abstract class GeneratedB2bpunchoutManager extends Extension
Generated class for typeB2bpunchoutManager
.- 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 GeneratedB2bpunchoutManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2BCustomerPunchOutCredentialMapping
createB2BCustomerPunchOutCredentialMapping(SessionContext ctx, java.util.Map attributeValues)
B2BCustomerPunchOutCredentialMapping
createB2BCustomerPunchOutCredentialMapping(java.util.Map attributeValues)
PunchOutCredential
createPunchOutCredential(SessionContext ctx, java.util.Map attributeValues)
PunchOutCredential
createPunchOutCredential(java.util.Map attributeValues)
StoredPunchOutSession
createStoredPunchOutSession(SessionContext ctx, java.util.Map attributeValues)
StoredPunchOutSession
createStoredPunchOutSession(java.util.Map attributeValues)
java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
java.lang.String
getName()
java.lang.String
getUnitOfMeasure(Product item)
Generated method - Getter of theProduct.unitOfMeasure
attribute.java.lang.String
getUnitOfMeasure(SessionContext ctx, Product item)
Generated method - Getter of theProduct.unitOfMeasure
attribute.java.lang.String
getUnspcs(Product item)
Generated method - Getter of theProduct.unspcs
attribute.java.lang.String
getUnspcs(SessionContext ctx, Product item)
Generated method - Getter of theProduct.unspcs
attribute.java.lang.Boolean
isPunchOutOrder(AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.java.lang.Boolean
isPunchOutOrder(SessionContext ctx, AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.boolean
isPunchOutOrderAsPrimitive(AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.boolean
isPunchOutOrderAsPrimitive(SessionContext ctx, AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.void
setPunchOutOrder(AbstractOrder item, boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.void
setPunchOutOrder(AbstractOrder item, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.void
setPunchOutOrder(SessionContext ctx, AbstractOrder item, boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.void
setPunchOutOrder(SessionContext ctx, AbstractOrder item, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.void
setUnitOfMeasure(Product item, java.lang.String value)
Generated method - Setter of theProduct.unitOfMeasure
attribute.void
setUnitOfMeasure(SessionContext ctx, Product item, java.lang.String value)
Generated method - Setter of theProduct.unitOfMeasure
attribute.void
setUnspcs(Product item, java.lang.String value)
Generated method - Setter of theProduct.unspcs
attribute.void
setUnspcs(SessionContext ctx, Product item, java.lang.String value)
Generated method - Setter of theProduct.unspcs
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
-
createB2BCustomerPunchOutCredentialMapping
public B2BCustomerPunchOutCredentialMapping createB2BCustomerPunchOutCredentialMapping(SessionContext ctx, java.util.Map attributeValues)
-
createB2BCustomerPunchOutCredentialMapping
public B2BCustomerPunchOutCredentialMapping createB2BCustomerPunchOutCredentialMapping(java.util.Map attributeValues)
-
createPunchOutCredential
public PunchOutCredential createPunchOutCredential(SessionContext ctx, java.util.Map attributeValues)
-
createPunchOutCredential
public PunchOutCredential createPunchOutCredential(java.util.Map attributeValues)
-
createStoredPunchOutSession
public StoredPunchOutSession createStoredPunchOutSession(SessionContext ctx, java.util.Map attributeValues)
-
createStoredPunchOutSession
public StoredPunchOutSession createStoredPunchOutSession(java.util.Map attributeValues)
-
isPunchOutOrder
public java.lang.Boolean isPunchOutOrder(SessionContext ctx, AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
isPunchOutOrder
public java.lang.Boolean isPunchOutOrder(AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
isPunchOutOrderAsPrimitive
public boolean isPunchOutOrderAsPrimitive(SessionContext ctx, AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
isPunchOutOrderAsPrimitive
public boolean isPunchOutOrderAsPrimitive(AbstractOrder item)
Generated method - Getter of theAbstractOrder.punchOutOrder
attribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
public void setPunchOutOrder(SessionContext ctx, AbstractOrder item, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.- Parameters:
value
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
public void setPunchOutOrder(AbstractOrder item, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.- Parameters:
value
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
public void setPunchOutOrder(SessionContext ctx, AbstractOrder item, boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.- Parameters:
value
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
public void setPunchOutOrder(AbstractOrder item, boolean value)
Generated method - Setter of theAbstractOrder.punchOutOrder
attribute.- Parameters:
value
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
getUnitOfMeasure
public java.lang.String getUnitOfMeasure(SessionContext ctx, Product item)
Generated method - Getter of theProduct.unitOfMeasure
attribute.- Returns:
- the unitOfMeasure - UnitOfMeasure describes how the product is packaged or shipped. It must conform to UN/CEFACT Unit of Measure Common Codes. For a list of UN/CEFACT codes, see www.unetrades.net.
-
getUnitOfMeasure
public java.lang.String getUnitOfMeasure(Product item)
Generated method - Getter of theProduct.unitOfMeasure
attribute.- Returns:
- the unitOfMeasure - UnitOfMeasure describes how the product is packaged or shipped. It must conform to UN/CEFACT Unit of Measure Common Codes. For a list of UN/CEFACT codes, see www.unetrades.net.
-
setUnitOfMeasure
public void setUnitOfMeasure(SessionContext ctx, Product item, java.lang.String value)
Generated method - Setter of theProduct.unitOfMeasure
attribute.- Parameters:
value
- the unitOfMeasure - UnitOfMeasure describes how the product is packaged or shipped. It must conform to UN/CEFACT Unit of Measure Common Codes. For a list of UN/CEFACT codes, see www.unetrades.net.
-
setUnitOfMeasure
public void setUnitOfMeasure(Product item, java.lang.String value)
Generated method - Setter of theProduct.unitOfMeasure
attribute.- Parameters:
value
- the unitOfMeasure - UnitOfMeasure describes how the product is packaged or shipped. It must conform to UN/CEFACT Unit of Measure Common Codes. For a list of UN/CEFACT codes, see www.unetrades.net.
-
getUnspcs
public java.lang.String getUnspcs(SessionContext ctx, Product item)
Generated method - Getter of theProduct.unspcs
attribute.- Returns:
- the unspcs - Classification specifies the commodity grouping of the line item to the buyer. All the supplier's products and services must be mapped and standardized to the UNSPSC schema. For PunchOut index catalogs, the Classification determines the location of the PunchOut item within catalogs displayed to users. For a list of UNSPSC codes, see www.unspsc.org.
-
getUnspcs
public java.lang.String getUnspcs(Product item)
Generated method - Getter of theProduct.unspcs
attribute.- Returns:
- the unspcs - Classification specifies the commodity grouping of the line item to the buyer. All the supplier's products and services must be mapped and standardized to the UNSPSC schema. For PunchOut index catalogs, the Classification determines the location of the PunchOut item within catalogs displayed to users. For a list of UNSPSC codes, see www.unspsc.org.
-
setUnspcs
public void setUnspcs(SessionContext ctx, Product item, java.lang.String value)
Generated method - Setter of theProduct.unspcs
attribute.- Parameters:
value
- the unspcs - Classification specifies the commodity grouping of the line item to the buyer. All the supplier's products and services must be mapped and standardized to the UNSPSC schema. For PunchOut index catalogs, the Classification determines the location of the PunchOut item within catalogs displayed to users. For a list of UNSPSC codes, see www.unspsc.org.
-
setUnspcs
public void setUnspcs(Product item, java.lang.String value)
Generated method - Setter of theProduct.unspcs
attribute.- Parameters:
value
- the unspcs - Classification specifies the commodity grouping of the line item to the buyer. All the supplier's products and services must be mapped and standardized to the UNSPSC schema. For PunchOut index catalogs, the Classification determines the location of the PunchOut item within catalogs displayed to users. For a list of UNSPSC codes, see www.unspsc.org.
-
-