Uses of Class
com.aoindustries.aoserv.client.billing.MonthlyCharge
-
Packages that use MonthlyCharge Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.billing -
-
Uses of MonthlyCharge in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return types with arguments of type MonthlyCharge Modifier and Type Method Description List<MonthlyCharge>Account. getBillingMonthlyCharges()Gets all monthly charges billed to this account.List<MonthlyCharge>Account. getMonthlyCharges()Gets all monthly charges from this account.List<MonthlyCharge>Administrator. getMonthlyCharges() -
Uses of MonthlyCharge in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return MonthlyCharge Modifier and Type Method Description MonthlyChargeMonthlyChargeTable. get(int pkey)Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type MonthlyCharge Modifier and Type Method Description List<MonthlyCharge>MonthlyChargeTable. getIndexedRows(int col, Object value)List<MonthlyCharge>MonthlyChargeTable. getMonthlyCharges(Account sourceAccount, Account billingAccount)List<MonthlyCharge>MonthlyChargeTable. getMonthlyCharges(Administrator administrator, Account sourceAccount, Account billingAccount)Gets the list of allmonthly_chargesin the database.List<MonthlyCharge>MonthlyChargeTable. getRows()List<MonthlyCharge>MonthlyChargeTable. getRowsCopy()
-