Uses of Class
com.avoka.tm.vo.Form
Packages that use Form
- 
Uses of Form in com.avoka.tm.testMethods in com.avoka.tm.test that return FormModifier and TypeMethodDescriptionMockVoBuilder.createForm()Create a test form entity with a random name.MockVoBuilder.createForm(String clientName, String formName, String portalName) Create a test form entity with the given name.Methods in com.avoka.tm.test with parameters of type FormModifier and TypeMethodDescriptionMockVoBuilder.createTxnCompletedWithFormAndXml(Form form) Create a completed transaction entity with the given form.MockVoBuilder.createTxnCompletedWithFormAndXml(Form form, String formXmlData) Create a completed transaction entity with the given form and XML form data.MockVoBuilder.createTxnSubmittedWithFormAndXml(Form form) Create a submitted transaction entity with the given form.MockVoBuilder.createTxnSubmittedWithFormAndXml(Form form, String formXmlData) Create a submitted transaction entity with the given form and XML form data.