Package | Description |
---|---|
ch.tatool.app.service.impl | |
ch.tatool.module |
Modifier and Type | Class and Description |
---|---|
class |
ModuleInfoImpl
Module info object
|
Modifier and Type | Method and Description |
---|---|
Set<Module.Info> |
ModuleServiceImpl.getModules(UserAccount account)
Get a list of all available modules.
|
Set<Module.Info> |
ModuleDAO.getModules(UserAccountImpl account)
Get info objects of all available module instances for an account.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleServiceImpl.deleteModule(Module.Info info)
Delete a module.
|
Module |
ModuleServiceImpl.loadModule(Module.Info info)
Load a module given its info object
|
Modifier and Type | Method and Description |
---|---|
Set<Module.Info> |
ModuleService.getModules(UserAccount account)
Get a set of all available module instances.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleService.deleteModule(Module.Info info)
Delete a module.
|
Module |
ModuleService.loadModule(Module.Info info)
Load a complete module object.
|
Copyright © 2013. All Rights Reserved.