public class ERQSJob4Test extends ERQSJob
Modifier and Type | Field and Description |
---|---|
boolean |
isExecuteMethodCalled |
boolean |
isValidateForDeleteMethodCalled |
boolean |
isValidateForSaveMethodCalled |
boolean |
isWillDeleteMethodCalled |
boolean |
isWillSaveMethodCalled |
ENTERPRISE_OBJECT_KEY, NOT_PERSISTENT_OBJECT_KEY
log
Constructor and Description |
---|
ERQSJob4Test() |
Modifier and Type | Method and Description |
---|---|
protected void |
_execute()
_execute() is called by execute().
|
void |
validateForDelete(ERQSJobDescription jobDescription)
It's a good place to put code that will check if the job description can be deleted or not.
|
void |
validateForSave(ERQSJobDescription jobDescription)
It's a good place to put code that will check if the job description can be saved or not.
|
void |
willDelete(ERQSJobDescription jobDescription)
It's a good place to put code that will be executed before job description deletion.
|
void |
willSave(ERQSJobDescription jobDescription)
It's a good place to put code that will be executed before job description save.
|
execute, getJobDescription, getJobDescription, getLastExecutionDate, interrupt, isJobInterrupted
editingContext, getJobContext, getScheduler, getSchedulerFPInstance, newEditingContext, setResultMessage
public boolean isExecuteMethodCalled
public boolean isWillDeleteMethodCalled
public boolean isWillSaveMethodCalled
public boolean isValidateForDeleteMethodCalled
public boolean isValidateForSaveMethodCalled
protected void _execute()
ERQSJob
public void willDelete(ERQSJobDescription jobDescription)
ERQSJob
Nothing is done automatically, you have to call this method manually if you want to give a chance to the job to use its own logic.
willDelete
in class ERQSJob
public void willSave(ERQSJobDescription jobDescription)
ERQSJob
Nothing is done automatically, you have to call this method manually if you want to give a chance to the job to use its own logic.
public void validateForDelete(ERQSJobDescription jobDescription)
ERQSJob
Nothing is done automatically, you have to call this method manually if you want to give a chance to the job to use its own logic.
validateForDelete
in class ERQSJob
public void validateForSave(ERQSJobDescription jobDescription)
ERQSJob
Nothing is done automatically, you have to call this method manually if you want to give a chance to the job to use its own logic.
validateForSave
in class ERQSJob
Copyright © 2002 – 2024 Project Wonder.