Uses of Class
org.cxml.ItemOut
Packages that use ItemOut
Package
Description
-
Uses of ItemOut in de.hybris.platform.b2b.punchout.actions.inbound
Methods in de.hybris.platform.b2b.punchout.actions.inbound that return types with arguments of type ItemOutModifier and TypeMethodDescriptionprotected org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> PopulateCartPurchaseOrderProcessing.getItemOutConverter()protected org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> PunchOutSetupRequestCartProcessing.getItemOutConverter()protected Populator<ItemOut,AbstractOrderEntryModel> PopulateCartPurchaseOrderProcessing.getOrderEntryOverridingPopulator()Method parameters in de.hybris.platform.b2b.punchout.actions.inbound with type arguments of type ItemOutModifier and TypeMethodDescriptionprotected voidPunchOutSetupRequestCartProcessing.processItemOutAndAddToSessionCart(List<ItemOut> itemsOut) Populates a shopping cart using the provided list ofItemOutelements.voidPopulateCartPurchaseOrderProcessing.setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut, AbstractOrderEntryModel> itemOutConverter) voidPunchOutSetupRequestCartProcessing.setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut, AbstractOrderEntryModel> itemOutConverter) voidPopulateCartPurchaseOrderProcessing.setOrderEntryOverridingPopulator(Populator<ItemOut, AbstractOrderEntryModel> orderEntryOverridingPopulator) -
Uses of ItemOut in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type ItemOutModifier and TypeMethodDescriptionvoidDefaultOrderEntryOverridingPopulator.populate(ItemOut itemOut, AbstractOrderEntryModel orderEntryModel) -
Uses of ItemOut in org.cxml
Modifier and TypeMethodDescriptionObjectFactory.createItemOut()Create an instance ofItemOutAgreementItemOut.getItemOut()Gets the value of the itemOut property.Modifier and TypeMethodDescriptionOrderRequest.getItemOut()Gets the value of the itemOut property.PunchOutSetupRequest.getItemOut()Gets the value of the itemOut property.Modifier and TypeMethodDescriptionvoidAgreementItemOut.setItemOut(ItemOut value) Sets the value of the itemOut property.