|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Module | |
---|---|
org.openwms.core.service | Interface definitions of the CORE Module service layer. |
org.openwms.core.service.spring | This package contains service implementations of the CORE project, implemented with the Spring framework. |
Uses of Module in org.openwms.core.service |
---|
Methods in org.openwms.core.service that return Module | |
---|---|
Module |
ModuleService.save(Module module)
Save a Module . |
Methods in org.openwms.core.service that return types with arguments of type Module | |
---|---|
List<Module> |
ModuleService.findAll()
Return a list of all existing Module s. |
Methods in org.openwms.core.service with parameters of type Module | |
---|---|
void |
ModuleService.remove(Module module)
Remove an already existing Module . |
Module |
ModuleService.save(Module module)
Save a Module . |
Method parameters in org.openwms.core.service with type arguments of type Module | |
---|---|
void |
ModuleService.saveStartupOrder(List<Module> modules)
Save the startupOrder for a list of Module s. |
Uses of Module in org.openwms.core.service.spring |
---|
Methods in org.openwms.core.service.spring that return Module | |
---|---|
Module |
ModuleServiceImpl.save(Module module)
Save a Module . |
Methods in org.openwms.core.service.spring that return types with arguments of type Module | |
---|---|
List<Module> |
ModuleServiceImpl.findAll()
Return a list of all existing Module s. |
Methods in org.openwms.core.service.spring with parameters of type Module | |
---|---|
void |
ModuleServiceImpl.remove(Module module)
Remove an already existing Module . |
Module |
ModuleServiceImpl.save(Module module)
Save a Module . |
Method parameters in org.openwms.core.service.spring with type arguments of type Module | |
---|---|
void |
ModuleServiceImpl.saveStartupOrder(List<Module> modules)
Save the startupOrder for a list of Module s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |