GetCustomerDetailByExternalRefResult

From
(Difference between revisions)
Jump to: navigation, search
m
 
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
Description.
+
Returns the details of the customer requested, or a reason why the customer detail could not be found.
  
 
== Success Mode ==
 
== Success Mode ==
SuccessMode
+
The field customerDetail will be populated with a [[CustomerBean]], with the customers details, or the field may be null, indicating there was no customer details found.
  
 
== Failure Modes ==
 
== Failure Modes ==
Line 14: Line 14:
 
|[[AccessDeniedFailure]]
 
|[[AccessDeniedFailure]]
 
|The username or password was incorrect, or lacked the right to complete this function.
 
|The username or password was incorrect, or lacked the right to complete this function.
|---- bgcolor=#EDEDFF
+
|}
|[[ConcurrentUpdateFailure]]
+
|The update index of the request did not match the update index stored on the server.
+
|---- bgcolor=#EDEDFF
+
|[[JobNotFoundFailure ]]
+
|A job with a primary key matching the reqested primary key was not found on the server.
+
|---- bgcolor=#EDEDFF
+
|[[ValidationFailure]]
+
|One or more fields contained invalid values.
+
 
+
void setAccessDeniedFailure(AccessDeniedFailure accessDeniedFailure)
+
         
+
void setCustomerDetail(CustomerBean customerDetail)
+

Latest revision as of 04:02, 7 June 2005

[edit] Description

Returns the details of the customer requested, or a reason why the customer detail could not be found.

[edit] Success Mode

The field customerDetail will be populated with a CustomerBean, with the customers details, or the field may be null, indicating there was no customer details found.

[edit] Failure Modes

One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.

Type Description
AccessDeniedFailure The username or password was incorrect, or lacked the right to complete this function.
Personal tools
MediaWiki Appliance - Powered by TurnKey Linux