|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Check | |
---|---|
it.eng.spagobi.behaviouralmodel.check.dao | |
it.eng.spagobi.sdk.utilities | |
it.eng.spagobi.tools.importexport |
Uses of Check in it.eng.spagobi.behaviouralmodel.check.dao |
---|
Methods in it.eng.spagobi.behaviouralmodel.check.dao that return Check | |
---|---|
Check |
CheckDAOHibImpl.loadCheckByID(java.lang.Integer id)
Load check by id. |
Check |
ICheckDAO.loadCheckByID(java.lang.Integer id)
Loads all detail information for a value constraint identified by its id . |
Check |
CheckDAOHibImpl.toCheck(SbiChecks hibCheck)
From the hibernate BI value constraint at input, gives the corrispondent Check object. |
Methods in it.eng.spagobi.behaviouralmodel.check.dao with parameters of type Check | |
---|---|
void |
CheckDAOHibImpl.eraseCheck(Check check)
Erase check. |
void |
ICheckDAO.eraseCheck(Check check)
Implements the query to erase a value constraint. |
void |
CheckDAOHibImpl.insertCheck(Check check)
Insert check. |
void |
ICheckDAO.insertCheck(Check check)
Implements the query to insert a value constraint. |
void |
CheckDAOHibImpl.modifyCheck(Check check)
Modify check. |
void |
ICheckDAO.modifyCheck(Check check)
Implements the query to modify a value constraint. |
Uses of Check in it.eng.spagobi.sdk.utilities |
---|
Methods in it.eng.spagobi.sdk.utilities with parameters of type Check | |
---|---|
it.eng.spagobi.sdk.documents.bo.SDKConstraint |
SDKObjectsConverter.fromCheckToSDKConstraint(Check aCheck)
|
Uses of Check in it.eng.spagobi.tools.importexport |
---|
Methods in it.eng.spagobi.tools.importexport with parameters of type Check | |
---|---|
void |
ExporterMetadata.insertCheck(Check check,
org.hibernate.Session session)
Insert a check into the exported database. |
void |
ExporterMetadata.insertParuseCheck(ParameterUse parUse,
Check check,
org.hibernate.Session session)
Insert an association between a parameter use and a check into the exported database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |