Uses of Interface
de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf.SimpleItem
-
-
Uses of SimpleItem in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl with type parameters of type SimpleItem Modifier and Type Class Description classSimpleDocumentImpl<L extends ItemListBase<I>,I extends SimpleItem,H extends SimpleHeader> -
Uses of SimpleItem in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf with type parameters of type SimpleItem Modifier and Type Interface Description interfaceSimpleDocument<L extends ItemListBase<I>,I extends SimpleItem,H extends SimpleHeader>This is a base class to encapsulate the most common features of a document (e.g. -
Uses of SimpleItem in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl with type parameters of type SimpleItem Modifier and Type Class Description classItemListBaseImpl<T extends SimpleItem>Standard implementation of ItemListBase interface based on the ArrayList class.Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl that implement SimpleItem Modifier and Type Class Description classItemBaseImplItem of a sales document.classItemSalesDocItem of a sales document.classSimpleItemImplMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl with parameters of type SimpleItem Modifier and Type Method Description intSimpleItemImpl. compareTo(SimpleItem item) -
Uses of SimpleItem in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf with type parameters of type SimpleItem Modifier and Type Interface Description interfaceItemListBase<T extends SimpleItem>This Interface derives from the standard List interface.Subinterfaces of SimpleItem in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf Modifier and Type Interface Description interfaceItemRepresents the backend's view of the items of a shopping basket.interfaceItemBaseRepresents the back-end's view of the items of a sales document. -
Uses of SimpleItem in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl with parameters of type SimpleItem Modifier and Type Method Description ItemListItemHierarchy. getAllLevelSubItems(SimpleItem item)Returns all subItems or null if no subitems are presentintItemHierarchy. getLevel(SimpleItem item)Determines the hierarchy level of a given item. -
Uses of SimpleItem in de.hybris.platform.sap.sapproductconfigsombol.transaction.item.businessobject.impl
Subinterfaces of SimpleItem in de.hybris.platform.sap.sapproductconfigsombol.transaction.item.businessobject.impl Modifier and Type Interface Description interfaceCPQItemRepresents the backend's view of the configurable items of a shopping basket.Classes in de.hybris.platform.sap.sapproductconfigsombol.transaction.item.businessobject.impl that implement SimpleItem Modifier and Type Class Description classCPQItemSalesDocRepresents the backend's view of the configurable items of a shopping basket.
-