Class BackendBusinessObjectBase

java.lang.Object
de.hybris.platform.sap.core.bol.backend.BackendBusinessObjectBase
All Implemented Interfaces:
BackendBusinessObject
Direct Known Subclasses:
AdditionalPricingImpl, BackendBusinessObjectBaseJCo, TestBackendBusinessObjectBaseBEDeterminationCRMImpl, TestBackendBusinessObjectBaseBEDeterminationERPImpl, TestBackendBusinessObjectBaseBEInjectionImpl, TestBackendBusinessObjectBaseBENotUniqueDeterminationCRMImpl, TestBackendBusinessObjectBaseBENotUniqueDeterminationImpl, TestBackendBusinessObjectBaseBESingleImplementationImpl

public abstract class BackendBusinessObjectBase extends Object implements BackendBusinessObject
Base implementation of the BackendBusinessObject interface.
  • Field Details

  • Constructor Details

    • BackendBusinessObjectBase

      public BackendBusinessObjectBase()
  • Method Details

    • setModuleConfigurationAccess

      public void setModuleConfigurationAccess(ModuleConfigurationAccess moduleConfigurationAccess)
      Sets the module configuration access.
      Parameters:
      moduleConfigurationAccess - the module configuration access
    • getModuleConfigurationAccess

      protected ModuleConfigurationAccess getModuleConfigurationAccess()
      Returns the module configuration access.
      Returns:
      the moduleConfigurationAccess
    • initBackendObject

      public void initBackendObject() throws BackendException
      Description copied from interface: BackendBusinessObject
      This method is called by the SessionObjectManager to initialize object after all properties have been injected.
      Specified by:
      initBackendObject in interface BackendBusinessObject
      Throws:
      BackendException - BackendException
    • destroyBackendObject

      public void destroyBackendObject()
      Description copied from interface: BackendBusinessObject
      This method is called by the Spring framework before the object gets invalidated. It can be used to lean up resources allocated by the backend object.
      Specified by:
      destroyBackendObject in interface BackendBusinessObject
    • setGenericFactory

      public void setGenericFactory(GenericFactory genericFactory)
      Sets the generic factory.
      Parameters:
      genericFactory - the generic factory
    • toString

      public String toString()
      Overrides:
      toString in class Object