Package step.controller.plugins
Class EnterprisePlansControllerPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.controller.plugins.EnterprisePlansControllerPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
public class EnterprisePlansControllerPlugin extends AbstractLicensedControllerPlugin
This plugin is responsible for the registration of UI components of enterprise artefacts
-
-
Constructor Summary
Constructors Constructor Description EnterprisePlansControllerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getModuleName()
void
initializeData(step.core.GlobalContext context)
-
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
initializeData
public void initializeData(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
initializeData
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
initializeData
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
-