Interface HelperDataManagerAware
-
- All Superinterfaces:
BeanAware
public interface HelperDataManagerAware extends BeanAware
The interface of a class that can be configured by theAlohaBeanFactoryand uses theHelperDataManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHelperDataManager(HelperDataManager helperDataManager)through this method theHelperDataManagerwill be injected if the class is configured by theAlohaBeanFactory
-
-
-
Method Detail
-
setHelperDataManager
void setHelperDataManager(HelperDataManager helperDataManager)
through this method theHelperDataManagerwill be injected if the class is configured by theAlohaBeanFactory- Parameters:
helperDataManager- theHelperDataManagerto set
-
-