|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstraintGroupBroker
Method Summary | |
---|---|
void |
addGroup(ConstraintGroup group)
Adds a group to the data warehouse. |
boolean |
deleteGroup(ConstraintGroup group)
Deletes a group from the data warehouse. |
boolean |
editGroup(ConstraintGroup group)
Edits/alters a group in the data warehouse. |
ConstraintWarningLevel |
getWarningLevel()
Retreives the warning level from the data warehouse. |
java.util.Collection<ConstraintGroup> |
readGroups()
Reads all groups from the data warehouse. |
void |
writeWarningLevel(ConstraintWarningLevel level)
Stors inforamtion about the currnt warning level in the data warehouse. |
Method Detail |
---|
void addGroup(ConstraintGroup group)
ConstraintGroup
- group that should be added.boolean editGroup(ConstraintGroup group)
ConstraintGroup
- group that should be edited
boolean deleteGroup(ConstraintGroup group)
ConstraintGroup
- group that should be deleted
java.util.Collection<ConstraintGroup> readGroups()
void writeWarningLevel(ConstraintWarningLevel level)
level
- ConstraintWarningLevelConstraintWarningLevel getWarningLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |