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,Serializable
- Direct Known Subclasses:
B2bpunchoutManager
Generated class for type
B2bpunchoutManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<String,Map<String, Item.AttributeMode>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateB2BCustomerPunchOutCredentialMapping(SessionContext ctx, Map attributeValues) createB2BCustomerPunchOutCredentialMapping(Map attributeValues) createPunchOutCredential(SessionContext ctx, Map attributeValues) createPunchOutCredential(Map attributeValues) createPunchOutCredentialExpiredNotificationJob(SessionContext ctx, Map attributeValues) createPunchOutCredentialExpiredNotificationJob(Map attributeValues) createStoredPunchOutSession(SessionContext ctx, Map attributeValues) createStoredPunchOutSession(Map attributeValues) getDefaultAttributeModes(Class<? extends Item> itemClass) getName()getUnitOfMeasure(Product item) Generated method - Getter of theProduct.unitOfMeasureattribute.getUnitOfMeasure(SessionContext ctx, Product item) Generated method - Getter of theProduct.unitOfMeasureattribute.Generated method - Getter of theProduct.unspcsattribute.getUnspcs(SessionContext ctx, Product item) Generated method - Getter of theProduct.unspcsattribute.isPunchOutOrder(AbstractOrder item) Generated method - Getter of theAbstractOrder.punchOutOrderattribute.isPunchOutOrder(SessionContext ctx, AbstractOrder item) Generated method - Getter of theAbstractOrder.punchOutOrderattribute.booleanGenerated method - Getter of theAbstractOrder.punchOutOrderattribute.booleanGenerated method - Getter of theAbstractOrder.punchOutOrderattribute.voidsetPunchOutOrder(AbstractOrder item, boolean value) Generated method - Setter of theAbstractOrder.punchOutOrderattribute.voidsetPunchOutOrder(AbstractOrder item, Boolean value) Generated method - Setter of theAbstractOrder.punchOutOrderattribute.voidsetPunchOutOrder(SessionContext ctx, AbstractOrder item, boolean value) Generated method - Setter of theAbstractOrder.punchOutOrderattribute.voidsetPunchOutOrder(SessionContext ctx, AbstractOrder item, Boolean value) Generated method - Setter of theAbstractOrder.punchOutOrderattribute.voidsetUnitOfMeasure(Product item, String value) Generated method - Setter of theProduct.unitOfMeasureattribute.voidsetUnitOfMeasure(SessionContext ctx, Product item, String value) Generated method - Setter of theProduct.unitOfMeasureattribute.voidGenerated method - Setter of theProduct.unspcsattribute.voidsetUnspcs(SessionContext ctx, Product item, String value) Generated method - Setter of theProduct.unspcsattribute.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
-
GeneratedB2bpunchoutManager
public GeneratedB2bpunchoutManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
createB2BCustomerPunchOutCredentialMapping
public B2BCustomerPunchOutCredentialMapping createB2BCustomerPunchOutCredentialMapping(SessionContext ctx, Map attributeValues) -
createB2BCustomerPunchOutCredentialMapping
public B2BCustomerPunchOutCredentialMapping createB2BCustomerPunchOutCredentialMapping(Map attributeValues) -
createPunchOutCredential
-
createPunchOutCredential
-
createPunchOutCredentialExpiredNotificationJob
public PunchOutCredentialExpiredNotificationJob createPunchOutCredentialExpiredNotificationJob(SessionContext ctx, Map attributeValues) -
createPunchOutCredentialExpiredNotificationJob
public PunchOutCredentialExpiredNotificationJob createPunchOutCredentialExpiredNotificationJob(Map attributeValues) -
createStoredPunchOutSession
-
createStoredPunchOutSession
-
getName
-
isPunchOutOrder
Generated method - Getter of theAbstractOrder.punchOutOrderattribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
isPunchOutOrder
Generated method - Getter of theAbstractOrder.punchOutOrderattribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
isPunchOutOrderAsPrimitive
Generated method - Getter of theAbstractOrder.punchOutOrderattribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
isPunchOutOrderAsPrimitive
Generated method - Getter of theAbstractOrder.punchOutOrderattribute.- Returns:
- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
Generated method - Setter of theAbstractOrder.punchOutOrderattribute.- Parameters:
value- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
Generated method - Setter of theAbstractOrder.punchOutOrderattribute.- Parameters:
value- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
Generated method - Setter of theAbstractOrder.punchOutOrderattribute.- Parameters:
value- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
setPunchOutOrder
Generated method - Setter of theAbstractOrder.punchOutOrderattribute.- Parameters:
value- the punchOutOrder - Signifies whether the order originates from a punch out process.
-
getUnitOfMeasure
Generated method - Getter of theProduct.unitOfMeasureattribute.- 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
Generated method - Getter of theProduct.unitOfMeasureattribute.- 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
Generated method - Setter of theProduct.unitOfMeasureattribute.- 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
Generated method - Setter of theProduct.unitOfMeasureattribute.- 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
Generated method - Getter of theProduct.unspcsattribute.- 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
Generated method - Getter of theProduct.unspcsattribute.- 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
Generated method - Setter of theProduct.unspcsattribute.- 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
Generated method - Setter of theProduct.unspcsattribute.- 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.
-