public abstract class CheckTenantData extends IntegrityCheck implements ICConstants
DatabaseInformation.getSelectedTenants()
,
Override this to perform the check
IC_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, prerequisitesCheck
public CheckTenantData(DatabaseInformation mdi, ReportCollector ic)
public void check() throws java.lang.Exception
IntegrityCheck
java.lang.Exception
Problems are reported to the report collector.
public abstract void checkPerConnection(java.sql.Connection dc) throws java.lang.Exception
java.lang.Exception