Uses of Class
com.avoka.fc.core.entity.Bill
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides web automated test services.
Provides Value Object persistent entity classes.
-
Uses of Bill in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionBillDao.getBillForId
(Long id) Return the Bill entity for the given Bill id.Modifier and TypeMethodDescriptionorg.apache.cayenne.ResultIterator
<Bill> BillDao.getBillingRecordsForLicensing()
Return the set of Billing records that shall be published for licensing. -
Uses of Bill in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createSvcBill
(Client client, String svcName, String comments, String billingScore, String licenseKey) Create a new SVC Bill recordMockEntityService.createTXNBill
(Client client, Submission submission, Form form, String comments, String billingScore, String licenseKey) Create a new TXN Bill record -
Uses of Bill in com.avoka.tm.vo