JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
qa.seqa.dao
Interface ModuleDAO
All Known Implementing Classes:
InMemoryModuleDAO
public interface
ModuleDAO
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
Module
>
getModules
()
void
insertModule
(
Module
m)
Method Details
insertModule
void
insertModule
(
Module
m)
getModules
List
<
Module
>
getModules
()