public abstract class AbstractFeatureComponent extends java.lang.Object implements FeatureComponentIf
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFeatureComponent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDependecies() |
abstract java.lang.String |
getFeatureName() |
void |
initFeature() |
void |
initForms(FormRegistry registry) |
void |
initHealthChecker(HealthCheckerRegistry registry) |
void |
initReports(ReportRegistry registry) |
void |
initSchedules(SystemScheduler scheduler) |
void |
installMoPointer(MoParser parser) |
void |
updateGlobalCache(GlobalCacheRegistry registry) |
public java.lang.String[] getDependecies()
getDependecies in interface FeatureComponentIfpublic abstract java.lang.String getFeatureName()
getFeatureName in interface FeatureComponentIfpublic void initFeature()
initFeature in interface FeatureComponentIfpublic void initForms(FormRegistry registry)
initForms in interface FeatureComponentIfpublic void initReports(ReportRegistry registry)
initReports in interface FeatureComponentIfpublic void initSchedules(SystemScheduler scheduler)
initSchedules in interface FeatureComponentIfpublic void initHealthChecker(HealthCheckerRegistry registry)
initHealthChecker in interface FeatureComponentIfpublic void updateGlobalCache(GlobalCacheRegistry registry)
updateGlobalCache in interface FeatureComponentIfpublic void installMoPointer(MoParser parser)
installMoPointer in interface FeatureComponentIf