GetUserDetail
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetUserDetailResult]] getUserDetail([[UserIDBean]] userID, String userPK) | |
== Description == | == Description == | ||
− | + | Gets the full set of details for a single EService user. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |String |
− | | | + | |userPK |
− | | | + | |The primary key of the user to get. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetUserDetailResult]] |
Revision as of 03:14, 9 June 2005
Contents |
Method
GetUserDetailResult getUserDetail(UserIDBean userID, String userPK)
Description
Gets the full set of details for a single EService user.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | userPK | The primary key of the user to get. |