|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleService
A ModuleService offers functionality of common Module
management
tasks. Handling Module
s is an essential functionality of the CORE
openwms.org subproject. Module
s can be created, saved, loaded or
unloaded.
Module
Method Summary | |
---|---|
List<Module> |
findAll()
Return a list of all existing Module s. |
void |
remove(Module module)
Remove an already existing Module . |
Module |
save(Module module)
Save a Module . |
void |
saveStartupOrder(List<Module> modules)
Save the startupOrder for a list of Module s. |
Method Detail |
---|
List<Module> findAll()
Module
s.
Module
s or an empty list when no Module
s existModule save(Module module)
Module
.
module
- Module
instance to be saved
Module
instancevoid remove(Module module)
Module
.
module
- Module
to be removedvoid saveStartupOrder(List<Module> modules)
startupOrder
for a list of Module
s. The
startupOrder
of all Module
s in the list
modules
has to be calculated before.
modules
- The list of Module
s to be saved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |