All Superinterfaces:
BackendBusinessObject, SalesDocumentBackend
All Known Implementing Classes:
BasketERP

public interface BasketBackend extends SalesDocumentBackend
This interface defines the backend functionality of the Basket object, implementors are BasketDB, BasketCRM, BasketERP, etc.
  • Method Details

    • saveInBackend

      boolean saveInBackend(Basket basket, boolean commit) throws BackendException
      Saves the basket object in the underlying backend layer.
      Parameters:
      basket - Basket to be saved in back end
      commit - if true also a commit will be done in the backend
      Returns:
      true only if document saved successfully
      Throws:
      BackendException - Is thrown if there is an exception in the backend