Class BackendBusinessObjectBase

    • Constructor Detail

      • BackendBusinessObjectBase

        public BackendBusinessObjectBase()
    • Method Detail

      • 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
      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object