Uses of Class
org.cxml.PunchOutOrderMessage
-
Packages that use PunchOutOrderMessage Package Description de.hybris.platform.b2b.punchout.actions de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of PunchOutOrderMessage in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return types with arguments of type PunchOutOrderMessage Modifier and Type Method Description protected Converter<CartModel,PunchOutOrderMessage>PunchOutOrderMessageProcessingAction. getPunchOutOrderMessageConverter()Method parameters in de.hybris.platform.b2b.punchout.actions with type arguments of type PunchOutOrderMessage Modifier and Type Method Description voidPunchOutOrderMessageProcessingAction. setPunchOutOrderMessageConverter(Converter<CartModel,PunchOutOrderMessage> punchOutOrderMessageConverter) -
Uses of PunchOutOrderMessage in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type PunchOutOrderMessage Modifier and Type Method Description voidDefaultPunchOutOrderMessagePopulator. populate(CartModel cartModel, PunchOutOrderMessage punchOutOrder) -
Uses of PunchOutOrderMessage in org.cxml
Methods in org.cxml that return PunchOutOrderMessage Modifier and Type Method Description PunchOutOrderMessageObjectFactory. createPunchOutOrderMessage()Create an instance ofPunchOutOrderMessage
-