|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICheckDAO
Defines the interfaces for all methods needed to insert, modify and deleting a value constraint.
Method Summary | |
---|---|
void |
eraseCheck(Check check)
Implements the query to erase a value constraint. |
void |
insertCheck(Check check)
Implements the query to insert a value constraint. |
boolean |
isReferenced(java.lang.String checkId)
|
java.util.List |
loadAllChecks()
Loads all detail information for all value constraints. |
Check |
loadCheckByID(java.lang.Integer id)
Loads all detail information for a value constraint identified by its id . |
void |
modifyCheck(Check check)
Implements the query to modify a value constraint. |
Method Detail |
---|
java.util.List loadAllChecks() throws EMFUserError
Check
object. After that,
all value constraints are stored into a List
, which is returned.
EMFUserError
- If an Exception occurredCheck loadCheckByID(java.lang.Integer id) throws EMFUserError
id
. All these information are stored into a
Check
object, which is
returned.
id
- The id for the value constraint to load
Check
object containing all loaded information
EMFUserError
- If an Exception occurredvoid eraseCheck(Check check) throws EMFUserError
Check
object.
check
- The object containing all delete information
EMFUserError
- If an Exception occurredvoid insertCheck(Check check) throws EMFUserError
Check
object.
check
- The object containing all insert information
EMFUserError
- If an Exception occurredvoid modifyCheck(Check check) throws EMFUserError
Check
object.
check
- The object containing all modify information
EMFUserError
- If an Exception occurredboolean isReferenced(java.lang.String checkId) throws EMFUserError
EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |