CreateJob
From
(Difference between revisions)
(→Method) |
|||
Line 1: | Line 1: | ||
== Method == | == Method == | ||
− | CreateJobResult createJob(UserIDBean userID, JobBean job, Calendar whenExternalCreated) | + | [[CreateJobResult]] createJob([[UserIDBean]] userID, [[JobBean]] job, [[Calendar]] whenExternalCreated) |
− | + | ||
== Description == | == Description == |
Revision as of 05:07, 26 April 2005
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. |