|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.component.job.model.JobModel | +--com.instantbank.lettertemplate.control.web.handlers.JobWebImpl
This class is the web-tier representation of the Job EJB.
Field Summary | |
private Debug |
debug
|
private Job |
jobejb
|
private ModelManager |
mm
|
Fields inherited from class com.instantbank.component.job.model.JobModel |
activationDate, companyId, description, frequency, ftpAlternateId, ftpPrimaryId, jobId, jobORDER, jobSELECT, jobWHERE, lastExecutionDate, name, queueTypeId, sqlText, status, templateCode, userId, version |
Constructor Summary | |
JobWebImpl()
constructor without parameters |
|
JobWebImpl(ModelManager mm)
constructor that receives the ModelManager: this object is registered as listener of changes in the state of Job EJB |
Method Summary | |
void |
clean()
clean attributes of jobView: javabean that is model view of Job EJB. |
java.lang.String |
getActivationDateString()
Tranforms activationDate to a string "MM-dd-yyyy" |
void |
performUpdate()
reaction to changes in the state of Job EJB: it requests a copie of the new state |
void |
setJobNull()
Sets null to jobejb attribute: |
Methods inherited from class com.instantbank.component.job.model.JobModel |
copy, getActivationDate, getCompanyId, getDescription, getFrequency, getFtpAlternateId, getFtpPrimaryId, getJobId, getJobORDER, getJobORDERtable, getJobSELECT, getJobWHERE, getLastExecutionDate, getName, getQueueTypeId, getSqlText, getStatus, getTemplateCode, getUserId, getVersion, setDescription, setFtpAlternateId, setFtpPrimaryId, setJobId, setJobORDER, setJobSELECT, setJobWHERE, setMaster, setSqlText, setTemplateCode, setVersion, toString, toXml |
Methods inherited from class java.lang.Object |
|
Field Detail |
private ModelManager mm
private Job jobejb
private Debug debug
Constructor Detail |
public JobWebImpl()
public JobWebImpl(ModelManager mm)
mm
- Description of the ParameterMethod Detail |
public void performUpdate()
performUpdate
in interface ModelUpdateListener
public void setJobNull()
public java.lang.String getActivationDateString()
public void clean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |