Interface BackendAware

All Known Implementing Classes:
AddressImpl, BasketImpl, BillToImpl, BusinessObjectBase, ConnectedDocumentImpl, ConnectedDocumentItemImpl, ConnectedObjectImpl, ConverterImpl, CPQItemSalesDoc, HeaderBaseImpl, HeaderSalesDocument, ItemBaseImpl, ItemSalesDoc, OrderHistoryImpl, OrderImpl, PartnerBaseImpl, SalesDocumentBaseImpl, SalesDocumentImpl, SapCreditCheckBOImpl, SapInvoiceBOImpl, SapPricingImpl, SapProductAvailabilityBOImpl, SchedlineImpl, SearchImpl, ShipToImpl, SimpleDocumentImpl, SimpleHeaderImpl, SimpleItemImpl, TestBusinessObjectBaseBEDeterminationImpl, TestBusinessObjectBaseBEDeterminationNotFoundImpl, TestBusinessObjectBaseBEInjectionImpl, TestBusinessObjectBaseBENotUniqueDeterminationImpl, TestBusinessObjectBaseBESingleImplementationImpl, TransactionConfigurationImpl

public interface BackendAware
Allows implementing object interaction with the backend using the backend manager.
Implementing this interface tells the BusinessObjectManager to give the object a reference to the BackendObjectManager. You need this reference to call methods of the back end logic (BE).