Uses of Class
com.aoindustries.aoserv.client.backup.BackupReport
-
Packages that use BackupReport Package Description com.aoindustries.aoserv.client.backup com.aoindustries.aoserv.client.billing -
-
Uses of BackupReport in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return BackupReport Modifier and Type Method Description BackupReportBackupReportTable. get(int pkey)BackupReportBackupReportTable. get(Object pkey)Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.protected BackupReportBackupReportTable. getUniqueRowImpl(int col, Object value)Methods in com.aoindustries.aoserv.client.backup that return types with arguments of type BackupReport Modifier and Type Method Description List<BackupReport>BackupReportTable. getBackupReports(Package pk)List<BackupReport>BackupReportTable. getBackupReports(Host host)List<BackupReport>BackupReportTable. getRowsCopy()AOServTable<Integer,BackupReport>BackupReport. getTable()Method parameters in com.aoindustries.aoserv.client.backup with type arguments of type BackupReport Modifier and Type Method Description voidBackupReport. setTable(AOServTable<Integer,BackupReport> table) -
Uses of BackupReport in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type BackupReport Modifier and Type Method Description List<BackupReport>Package. getBackupReports()
-