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

Packages that use LettersJobLogBean
com.instantbank.component.lettertemplate.ejb This is the LetterTemplate EJB with services for Letters subsystem. 
 

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

Methods in com.instantbank.component.lettertemplate.ejb that return LettersJobLogBean
 LettersJobLogBean LetterTemplateEJB.storeLetterJobLog(long jobId, java.sql.Date executionDate, java.lang.String success, long resultSetLength, java.lang.String loggeableResultSet, java.lang.String foTemplate)
          Store the log of executed letter jobs of the current company.
 LettersJobLogBean LetterTemplate.storeLetterJobLog(long jobId, java.sql.Date executionDate, java.lang.String success, long resultSetLength, java.lang.String loggeableResultSet, java.lang.String foTemplate)
          Store the log of executed letter jobs of the current company.
 LettersJobLogBean LetterTemplateDAO.storeLetterJobLog(long jobId, java.sql.Date executionDate, java.lang.String success, long resultSetLength, java.lang.String loggeableResultSet, java.lang.String foTemplate)
          Store the log of executed letter jobs of the current company.