Uses of Class
com.aoindustries.aoserv.client.billing.NoticeLog
-
Packages that use NoticeLog Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.billing -
-
Uses of NoticeLog in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return types with arguments of type NoticeLog Modifier and Type Method Description List<NoticeLog>Account. getNoticeLogs() -
Uses of NoticeLog in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return NoticeLog Modifier and Type Method Description NoticeLogNoticeLogTable. get(int pkey)NoticeLogNoticeLogBalance. getNoticeLog()Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type NoticeLog Modifier and Type Method Description List<NoticeLog>NoticeLogTable. getNoticeLogs(Account bu)
-