CreateJob
From
Revision as of 05:06, 26 April 2005 by 172.16.2.4 (Talk)
Contents |
Method
CreateJobResult createJob(UserIDBean userID, JobBean job, Calendar whenExternalCreated)
Description
Creates a new job, based on the data passed in.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobBean | job | The JobBean or JobCustomerBean representing the details of the job to create. |
Calendar | whenExternalCreated | The date and time the job was externally created. |