UpdateJob
From
(Difference between revisions)
m (→Description) |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Attempts to update a job with new information, based on the data passed in. If a simple [[JobBean]] is passed in, only the job data will be updated, the customer data will remain unchanged. If a [[JobCustomerBean]] is passed in in the place of the [[JobBean]], both job data and customer data will be updated. | + | Attempts to update a job with new information, based on the data passed in. If a simple [[JobBean]] is passed in, only the job data will be updated, the customer data will remain unchanged. If a [[JobCustomerBean]] is passed in in the place of the [[JobBean]], both job data and customer data will be updated. Does not apply to Verizon Wireless Cellphones. |
== Parameters == | == Parameters == |
Latest revision as of 20:44, 12 September 2005
Contents |
[edit] Method
UpdateJobResult updateJob(UserIDBean userID, JobBean job)
[edit] Description
Attempts to update a job with new information, based on the data passed in. If a simple JobBean is passed in, only the job data will be updated, the customer data will remain unchanged. If a JobCustomerBean is passed in in the place of the JobBean, both job data and customer data will be updated. Does not apply to Verizon Wireless Cellphones.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobBean | job | The JobBean or JobCustomerBean containing the information to be updated on the EService server. |