public abstract class CheckTenantData extends IntegrityCheck implements ICConstants
DatabaseInformation.getSelectedTenants(),
Override this to perform the checkIC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT| Constructor and Description |
|---|
CheckTenantData(DatabaseInformation mdi,
ReportCollector ic) |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Override this to perform the check.
|
abstract void |
checkPerConnection(java.sql.Connection dc)
Perform the check.
|
conditionsCheck, doCheck, getTitle, prerequisitesCheckpublic CheckTenantData(DatabaseInformation mdi, ReportCollector ic)
public void check()
throws java.lang.Exception
IntegrityCheckjava.lang.ExceptionProblems are reported to the report collector.public abstract void checkPerConnection(java.sql.Connection dc)
throws java.lang.Exception
java.lang.Exception