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 FeatureComponentIf
public abstract java.lang.String getFeatureName()
getFeatureName
in interface FeatureComponentIf
public void initFeature()
initFeature
in interface FeatureComponentIf
public void initForms(FormRegistry registry)
initForms
in interface FeatureComponentIf
public void initReports(ReportRegistry registry)
initReports
in interface FeatureComponentIf
public void initSchedules(SystemScheduler scheduler)
initSchedules
in interface FeatureComponentIf
public void initHealthChecker(HealthCheckerRegistry registry)
initHealthChecker
in interface FeatureComponentIf
public void updateGlobalCache(GlobalCacheRegistry registry)
updateGlobalCache
in interface FeatureComponentIf
public void installMoPointer(MoParser parser)
installMoPointer
in interface FeatureComponentIf