|
||||||||||
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)
Checks if is referenced. |
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. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setTenant, setUserID, setUserProfile |
Method Detail |
---|
java.util.List loadAllChecks() throws it.eng.spago.error.EMFUserError
Check
object. After that,
all value constraints are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredCheck loadCheckByID(java.lang.Integer id) throws it.eng.spago.error.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
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseCheck(Check check) throws it.eng.spago.error.EMFUserError
Check
object.
check
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertCheck(Check check) throws it.eng.spago.error.EMFUserError
Check
object.
check
- The object containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid modifyCheck(Check check) throws it.eng.spago.error.EMFUserError
Check
object.
check
- The object containing all modify information
it.eng.spago.error.EMFUserError
- If an Exception occurredboolean isReferenced(java.lang.String checkId) throws it.eng.spago.error.EMFUserError
checkId
- the check id
it.eng.spago.error.EMFUserError
- the EMF user error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |