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).
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).
-
Method Summary
Modifier and TypeMethodDescriptionReturns the backend business object.getBackendBusinessObject(boolean initialize) Returns the backend business object.
-
Method Details
-
getBackendBusinessObject
Returns the backend business object.- Returns:
- backend business object
- Throws:
BackendException-BackendException
-
getBackendBusinessObject
Returns the backend business object.- Parameters:
initialize- if true, backend object is re-created- Returns:
- backend business object
- Throws:
BackendException-BackendException
-