Uses of Interface
de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf.ItemList
-
-
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.hook
Methods in de.hybris.platform.sap.sapordermgmtbol.hook with parameters of type ItemList Modifier and Type Method Description voidSalesDocumentHook. afterDeleteItemInBackend(ItemList itemList) -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.integtests.base
Methods in de.hybris.platform.sap.sapordermgmtbol.integtests.base with parameters of type ItemList Modifier and Type Method Description ItemSalesDocumentTestHelper. getItemAtPostion(ItemList items, java.lang.Integer posNumber) -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl that implement ItemList Modifier and Type Class Description classItemListImplThis class derives from theItemListBaseImpl. -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp that return ItemList Modifier and Type Method Description protected ItemListSalesDocumentERP. prepareForValidation(SalesDocument salesDocument)Prepares the sales document for the validation call. -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy with parameters of type ItemList Modifier and Type Method Description java.util.Map<java.lang.String,Item>ItemMapper. buildItemMap(SalesDocument businessObjectInterface, ItemList itemList, java.util.Map<java.lang.String,Item> itemsERPState, com.sap.conn.jco.JCoTable ttItemComV)Create a map with all items.ItemBackendUtilImpl. findItem(ItemList items, java.lang.String posnr)protected voidIncompletionMapperImpl. mapItemMessage(com.sap.conn.jco.JCoTable incompLog, com.sap.conn.jco.JCoTable messages, ItemList items)Map incompletion message on item level.voidIncompletionMapperImpl. mapLogToMessage(com.sap.conn.jco.JCoTable incompLog, com.sap.conn.jco.JCoTable messages, ItemList items)protected voidItemMapper. markInvalidItems(ItemList itemList, com.sap.conn.jco.JCoStructure esError)voidItemTextMapper. read(com.sap.conn.jco.JCoTable etItemTextComV, ObjectInstances objInstMap, ItemList items)Handle output of header and item text.protected voidItemTextMapper. read1Row(com.sap.conn.jco.JCoTable etItemTextComV, ObjectInstances objInstMap, ItemList items)Handles item texts. -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf.erp.strategy
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf.erp.strategy with parameters of type ItemList Modifier and Type Method Description ItemBackendUtil. findItem(ItemList items, java.lang.String posnr)Find an item via its POSNRvoidIncompletionMapper. mapLogToMessage(com.sap.conn.jco.JCoTable incompLog, com.sap.conn.jco.JCoTable messages, ItemList items)Copies the incompletion log to the table of messages which can be processed further on. -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.util
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.util with parameters of type ItemList Modifier and Type Method Description static booleanSalesDocumentUtil. applyAlternativeProducts(ItemList items)static java.util.Map<TechKey,Message>SalesDocumentUtil. checkQuantityUOM(ItemList items, Converter converter)static java.util.List<TechKey>SalesDocumentUtil. determineItemsToDelete(ItemList items) -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl that return ItemList Modifier and Type Method Description ItemListItemHierarchy. getAllLevelSubItems(SimpleItem item)Returns all subItems or null if no subitems are presentMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl with parameters of type ItemList Modifier and Type Method Description protected voidItemHierarchy. addSubItems(de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl.ItemHierarchy.Node node, ItemList subItems)Add subitesm to given list, if there are anyvoidSalesTransactionsUtilImpl. deleteEmptyItems(ItemList itemList)Constructors in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl with parameters of type ItemList Constructor Description ItemHierarchy(ItemList itemList)Creates a new object using a list of items. -
Uses of ItemList in de.hybris.platform.sap.sapordermgmtbol.transaction.util.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util.interf with parameters of type ItemList Modifier and Type Method Description voidSalesTransactionsUtil. deleteEmptyItems(ItemList itemList)Deletes empty items from the item list, so that no empty items are transfered to the backend. -
Uses of ItemList in de.hybris.platform.sap.sapproductconfigsombol.hook
Methods in de.hybris.platform.sap.sapproductconfigsombol.hook with parameters of type ItemList Modifier and Type Method Description voidCPQSalesDocumentHook. afterDeleteItemInBackend(ItemList itemList) -
Uses of ItemList in de.hybris.platform.sap.sapproductconfigsombol.integraationtests.base
Methods in de.hybris.platform.sap.sapproductconfigsombol.integraationtests.base with parameters of type ItemList Modifier and Type Method Description ItemSalesDocumentTestHelper. getItemAtPostion(ItemList items, java.lang.Integer posNumber)
-