GetUserDetail

From
(Difference between revisions)
Jump to: navigation, search
 
m (Made generic for Timecard/EService)
 
(One intermediate revision by one user not shown)
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 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]]

Latest revision as of 21:03, 9 November 2005

Contents

[edit] Method

GetUserDetailResult getUserDetail(UserIDBean userID, String userPK)

[edit] Description

Gets the full set of details for a single user.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
String userPK The primary key of the user to get.

[edit] Return Value

GetUserDetailResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux