Uses of Interface
de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf.SalesDocumentBase
-
-
Uses of SalesDocumentBase in de.hybris.platform.sap.sapordermgmtbol.transaction.basket.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.basket.businessobject.impl that implement SalesDocumentBase Modifier and Type Class Description classBasketImplShopping basket BO implementation. -
Uses of SalesDocumentBase in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl that implement SalesDocumentBase Modifier and Type Class Description classSalesDocumentBaseImpl<L extends ItemListBase<I>,I extends ItemBase,H extends HeaderBase>Base class for all sales documents, e.g. -
Uses of SalesDocumentBase in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf
Subinterfaces of SalesDocumentBase in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf Modifier and Type Interface Description interfaceBasketBusiness object representation of a basket.
The basket extends theSalesDocumentbusiness object.
There will be always exactly one basket per session.interfaceOrderBusiness object representation of an Order.
The order extends theSalesDocumentbusiness object.
There can be several orders per session existent.interfaceSalesDocumentCommon interface representing sales documents like Basket or Order -
Uses of SalesDocumentBase in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl that implement SalesDocumentBase Modifier and Type Class Description classOrderHistoryImplclassOrderImplClass representing the BOL order. -
Uses of SalesDocumentBase in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl that implement SalesDocumentBase Modifier and Type Class Description classSalesDocumentImplCommon superclass for all sales documents.
-