Class JobBean
java.lang.Object
com.echothree.control.user.job.server.JobFormsImpl
com.echothree.control.user.job.server.JobBean
- All Implemented Interfaces:
JobForms
,JobRemote
,JobService
,JobLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateJob
(UserVisitPK userVisitPK, CreateJobForm form) createJobDescription
(UserVisitPK userVisitPK, CreateJobDescriptionForm form) deleteJob
(UserVisitPK userVisitPK, DeleteJobForm form) deleteJobDescription
(UserVisitPK userVisitPK, DeleteJobDescriptionForm form) editJob
(UserVisitPK userVisitPK, EditJobForm form) editJobDescription
(UserVisitPK userVisitPK, EditJobDescriptionForm form) endJob
(UserVisitPK userVisitPK, EndJobForm form) getJob
(UserVisitPK userVisitPK, GetJobForm form) getJobDescriptions
(UserVisitPK userVisitPK, GetJobDescriptionsForm form) getJobs
(UserVisitPK userVisitPK, GetJobsForm form) getJobStatusChoices
(UserVisitPK userVisitPK, GetJobStatusChoicesForm form) ping()
setJobStatus
(UserVisitPK userVisitPK, SetJobStatusForm form) startJob
(UserVisitPK userVisitPK, StartJobForm form) Methods inherited from class com.echothree.control.user.job.server.JobFormsImpl
getCreateJobDescriptionForm, getCreateJobForm, getDeleteJobDescriptionForm, getDeleteJobForm, getEditJobDescriptionForm, getEditJobForm, getEndJobForm, getGetJobDescriptionsForm, getGetJobForm, getGetJobsForm, getGetJobStatusChoicesForm, getJobDescriptionEdit, getJobDescriptionSpec, getJobEdit, getJobSpec, getSetJobStatusForm, getStartJobForm
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.echothree.control.user.job.common.JobForms
getCreateJobDescriptionForm, getCreateJobForm, getDeleteJobDescriptionForm, getDeleteJobForm, getEditJobDescriptionForm, getEditJobForm, getEndJobForm, getGetJobDescriptionsForm, getGetJobForm, getGetJobsForm, getGetJobStatusChoicesForm, getJobDescriptionEdit, getJobDescriptionSpec, getJobEdit, getJobSpec, getSetJobStatusForm, getStartJobForm
-
Constructor Details
-
JobBean
public JobBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceJobService
-
createJob
- Specified by:
createJob
in interfaceJobService
-
getJob
- Specified by:
getJob
in interfaceJobService
-
getJobs
- Specified by:
getJobs
in interfaceJobService
-
getJobStatusChoices
- Specified by:
getJobStatusChoices
in interfaceJobService
-
setJobStatus
- Specified by:
setJobStatus
in interfaceJobService
-
editJob
- Specified by:
editJob
in interfaceJobService
-
deleteJob
- Specified by:
deleteJob
in interfaceJobService
-
startJob
- Specified by:
startJob
in interfaceJobService
-
endJob
- Specified by:
endJob
in interfaceJobService
-
createJobDescription
- Specified by:
createJobDescription
in interfaceJobService
-
getJobDescriptions
- Specified by:
getJobDescriptions
in interfaceJobService
-
editJobDescription
- Specified by:
editJobDescription
in interfaceJobService
-
deleteJobDescription
- Specified by:
deleteJobDescription
in interfaceJobService
-