Inheritance diagram for org.openmobileis.modules.profiles.terminal.RubricLoader:
Definition at line 42 of file RubricLoader.java.
Public Member Functions | |
RubricLoader () | |
Creates a new instance of ModuleLoader. | |
abstract void | preLoadingInit () throws ServiceException |
call before the loading of the services | |
abstract void | postLoadingInit () throws ServiceException |
call after the loading of the services | |
Array | loadService () throws ServiceException |
load all service attached to this module. | |
abstract String[] | getServiceClassList () throws ServiceException |
call to get all service classes to load. |
abstract void org.openmobileis.modules.profiles.terminal.RubricLoader.preLoadingInit | ( | ) | throws ServiceException [pure virtual] |
call before the loading of the services
Implemented in org.openmobileis.module.OpenMisModuleRubricLoader, org.openmobileis.module.profiles.terminal.OpenMISRubricLoader, org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.
abstract void org.openmobileis.modules.profiles.terminal.RubricLoader.postLoadingInit | ( | ) | throws ServiceException [pure virtual] |
call after the loading of the services
Implemented in org.openmobileis.module.OpenMisModuleRubricLoader, org.openmobileis.module.profiles.terminal.OpenMISRubricLoader, org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.
Array org.openmobileis.modules.profiles.terminal.RubricLoader.loadService | ( | ) | throws ServiceException |
load all service attached to this module.
Definition at line 68 of file RubricLoader.java.
References org.openmobileis.common.util.collection.Array.add().
abstract String [] org.openmobileis.modules.profiles.terminal.RubricLoader.getServiceClassList | ( | ) | throws ServiceException [pure virtual] |
call to get all service classes to load.
Implemented in org.openmobileis.module.OpenMisModuleRubricLoader, org.openmobileis.module.profiles.terminal.OpenMISRubricLoader, org.openmobileis.examples.mycrm.terminal.CRMRubricLoader, and org.openmobileis.examples.simpleappli.terminal.SimpleAppliRuBricLoader.