Uses of Class
com.instantbank.component.lettertemplate.util.LetterBatchReviewModel

Packages that use LetterBatchReviewModel
com.instantbank.component.lettertemplate.ejb This is the LetterTemplate EJB with services for Letters subsystem. 
com.instantbank.lettertemplate.control.event These are the event classes that represent user requests over the Letters Model. 
 

Uses of LetterBatchReviewModel in com.instantbank.component.lettertemplate.ejb
 

Methods in com.instantbank.component.lettertemplate.ejb that return LetterBatchReviewModel
 LetterBatchReviewModel LetterTemplateEJB.loadLetterBatchReview(java.lang.String dayMonthYear)
          Review the batch of letters jobs
 LetterBatchReviewModel LetterTemplate.loadLetterBatchReview(java.lang.String dayMonthYear)
          Review the batch of letters jobs
 LetterBatchReviewModel LetterTemplateDAO.loadLetterBatchReview(java.lang.String dayMonthYear)
          Review the batch of letters jobs from tables
 

Uses of LetterBatchReviewModel in com.instantbank.lettertemplate.control.event
 

Fields in com.instantbank.lettertemplate.control.event declared as LetterBatchReviewModel
private  LetterBatchReviewModel BatchReviewEvent.batchReview
          letter review
 

Methods in com.instantbank.lettertemplate.control.event that return LetterBatchReviewModel
 LetterBatchReviewModel BatchReviewEvent.getBatchReview()
          get method for batchReview
 

Constructors in com.instantbank.lettertemplate.control.event with parameters of type LetterBatchReviewModel
BatchReviewEvent(int actionType, java.lang.String companyId, java.lang.Long userId, LetterBatchReviewModel batchReview, java.lang.String date)
          constructor: initializes attributes