Uses of Class
org.cxml.ItemOut
-
Packages that use ItemOut Package Description de.hybris.platform.b2b.punchout.actions de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of ItemOut in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return types with arguments of type ItemOut Modifier and Type Method Description org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel>EditOperationPunchOutSetupProcessingAction. getItemOutConverter()org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel>PopulateCartPurchaseOrderProcessingAction. getItemOutConverter()Populator<ItemOut,AbstractOrderEntryModel>PopulateCartPurchaseOrderProcessingAction. getOrderEntryOverridingPopulator()Method parameters in de.hybris.platform.b2b.punchout.actions with type arguments of type ItemOut Modifier and Type Method Description protected voidEditOperationPunchOutSetupProcessingAction. populateShoppingCart(java.util.List<ItemOut> itemsOut, CartModel cartModel)Populates a shopping cart using the provided list ofItemOutelements.voidEditOperationPunchOutSetupProcessingAction. setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> itemOutConverter)voidPopulateCartPurchaseOrderProcessingAction. setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> itemOutConverter)voidPopulateCartPurchaseOrderProcessingAction. 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 ItemOut Modifier and Type Method Description AbstractOrderEntryModelDefaultItemOutConverter. convert(ItemOut source)voidDefaultOrderEntryOverridingPopulator. populate(ItemOut itemOut, AbstractOrderEntryModel orderEntryModel) -
Uses of ItemOut in org.cxml
Fields in org.cxml declared as ItemOut Modifier and Type Field Description protected ItemOutAgreementItemOut. itemOutFields in org.cxml with type parameters of type ItemOut Modifier and Type Field Description protected java.util.List<ItemOut>OrderRequest. itemOutprotected java.util.List<ItemOut>PunchOutSetupRequest. itemOutMethods in org.cxml that return ItemOut Modifier and Type Method Description ItemOutObjectFactory. createItemOut()Create an instance ofItemOutItemOutAgreementItemOut. getItemOut()Gets the value of the itemOut property.Methods in org.cxml that return types with arguments of type ItemOut Modifier and Type Method Description java.util.List<ItemOut>OrderRequest. getItemOut()Gets the value of the itemOut property.java.util.List<ItemOut>PunchOutSetupRequest. getItemOut()Gets the value of the itemOut property.Methods in org.cxml with parameters of type ItemOut Modifier and Type Method Description voidAgreementItemOut. setItemOut(ItemOut value)Sets the value of the itemOut property.
-