Uses of Interface
com.instantbank.component.job.ejb.Job

Packages that use Job
com.instantbank.component.job.ejb This is the entity EJB which represents a letters Job. 
com.instantbank.lettertemplate.control.ejb This is the MVC Controller EJB for Letters subsystem. 
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 Job in com.instantbank.component.job.ejb
 

Methods in com.instantbank.component.job.ejb that return Job
 Job JobHome.create(java.lang.String companyId, java.lang.Long userId, java.lang.String name, long ftpPrimaryId, long ftpAlternateId)
          Creates a new ejb instance (persistent).
 Job JobHome.findByPrimaryKey(java.lang.Long jobId)
          Finds an existent ejb instance in the database
 Job JobHome.findByName(java.lang.String companyId, java.lang.String name)
          Finds an existent ejb instance in the database
 

Uses of Job in com.instantbank.lettertemplate.control.ejb
 

Fields in com.instantbank.lettertemplate.control.ejb declared as Job
private  Job LetterTemplateControllerEJB.job
           
 

Methods in com.instantbank.lettertemplate.control.ejb that return Job
 Job LetterTemplateController.getOldJob(java.lang.Long jobId)
          Get reference to an existent Job EJB
 Job LetterTemplateController.getNewJob(java.lang.String companyId, java.lang.Long userId, java.lang.String name, long ftpPrimaryId, long ftpAlternateId)
          Get reference to a new Job EJB
 Job LetterTemplateControllerEJB.getOldJob(java.lang.Long jobId)
          Get reference to an existent Job EJB
 Job LetterTemplateControllerEJB.getNewJob(java.lang.String companyId, java.lang.Long userId, java.lang.String name, long ftpPrimaryId, long ftpAlternateId)
          Get reference to a new Job EJB
 

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

Fields in com.instantbank.lettertemplate.control.web declared as Job
private  Job ModelManager.jobEjb
           
 

Methods in com.instantbank.lettertemplate.control.web that return Job
 Job ModelManager.getJobEJB(java.lang.Long jobId)
          get reference to the current Job EJB through the proxy
 Job LetterTemplateControllerProxy.getJobEJB(java.lang.Long jobId)
          get reference to Job EJB instance, valid for web session
 

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

Fields in com.instantbank.lettertemplate.control.web.handlers declared as Job
private  Job JobWebImpl.jobejb