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
Base implementation of the BackendBusinessObject interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GenericFactoryGeneric factory to create data container beans.protected ModuleConfigurationAccessModuleConfigurationAccessinterface to access configuration data. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called by the Spring framework before the object gets invalidated.protected ModuleConfigurationAccessReturns the module configuration access.voidThis method is called by the SessionObjectManager to initialize object after all properties have been injected.voidsetGenericFactory(GenericFactory genericFactory) Sets the generic factory.voidsetModuleConfigurationAccess(ModuleConfigurationAccess moduleConfigurationAccess) Sets the module configuration access.toString()
-
Field Details
-
genericFactory
Generic factory to create data container beans. -
moduleConfigurationAccess
ModuleConfigurationAccessinterface to access configuration data.
-
-
Constructor Details
-
BackendBusinessObjectBase
public BackendBusinessObjectBase()
-
-
Method Details
-
setModuleConfigurationAccess
Sets the module configuration access.- Parameters:
moduleConfigurationAccess- the module configuration access
-
getModuleConfigurationAccess
Returns the module configuration access.- Returns:
- the moduleConfigurationAccess
-
initBackendObject
Description copied from interface:BackendBusinessObjectThis method is called by the SessionObjectManager to initialize object after all properties have been injected.- Specified by:
initBackendObjectin interfaceBackendBusinessObject- Throws:
BackendException-BackendException
-
destroyBackendObject
public void destroyBackendObject()Description copied from interface:BackendBusinessObjectThis 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:
destroyBackendObjectin interfaceBackendBusinessObject
-
setGenericFactory
Sets the generic factory.- Parameters:
genericFactory- the generic factory
-
toString
-