GetUserDetail

From
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[GetUserDetailResult]] getUserDetail([[UserIDBean]] userID, String userPK)
  
 
== Description ==
 
== 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
|[[Type]]
+
|String
|Name
+
|userPK
|Description.
+
|The primary key of the user to get.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[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.

Return Value

GetUserDetailResult

MediaWiki Appliance - Powered by TurnKey Linux