Uses of Class
com.instantbank.lettertemplate.control.web.handlers.JobWebImpl

Packages that use JobWebImpl
com.instantbank.lettertemplate.control.web This is the MVC Controller SERVLET for Letters subsystem. 
com.instantbank.lettertemplate.control.web.handlers These are handler classes for the MVC Controller SERVLET of Letters subsystem (one by use case). 
 

Uses of JobWebImpl in com.instantbank.lettertemplate.control.web
 

Methods in com.instantbank.lettertemplate.control.web that return JobWebImpl
 JobWebImpl ModelManager.getJobModel()
          gets an instance of JobWebImpl: javabean that is view of Job EJB
 

Uses of JobWebImpl in com.instantbank.lettertemplate.control.web.handlers
 

Methods in com.instantbank.lettertemplate.control.web.handlers with parameters of type JobWebImpl
private  JobModel SetLetterJobHandler.parseXMLJob(java.lang.String xmlJob, JobWebImpl jobView)
          auxiliary method for parsing a XML string containing data of a job to save