Uses of Class
org.cxml.ItemIn
-
Packages that use ItemIn Package Description de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of ItemIn in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type ItemIn Modifier and Type Method Description protected Converter<AbstractOrderEntryModel,ItemIn>DefaultPunchOutOrderMessagePopulator. getPunchOutOrderEntryConverter()Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type ItemIn Modifier and Type Method Description voidDefaultPunchOutItemInPopulator. populate(AbstractOrderEntryModel orderEntry, ItemIn itemIn)Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type ItemIn Modifier and Type Method Description voidDefaultPunchOutOrderMessagePopulator. setPunchOutOrderEntryConverter(Converter<AbstractOrderEntryModel,ItemIn> PunchOutOrderEntryPopulator) -
Uses of ItemIn in org.cxml
Fields in org.cxml declared as ItemIn Modifier and Type Field Description protected ItemInContractItemIn. itemInFields in org.cxml with type parameters of type ItemIn Modifier and Type Field Description protected java.util.List<ItemIn>PunchOutOrderMessage. itemInprotected java.util.List<ItemIn>PurchaseRequisition. itemInMethods in org.cxml that return ItemIn Modifier and Type Method Description ItemInObjectFactory. createItemIn()Create an instance ofItemInItemInContractItemIn. getItemIn()Gets the value of the itemIn property.Methods in org.cxml that return types with arguments of type ItemIn Modifier and Type Method Description java.util.List<ItemIn>PunchOutOrderMessage. getItemIn()Gets the value of the itemIn property.java.util.List<ItemIn>PurchaseRequisition. getItemIn()Gets the value of the itemIn property.Methods in org.cxml with parameters of type ItemIn Modifier and Type Method Description voidContractItemIn. setItemIn(ItemIn value)Sets the value of the itemIn property.
-