CreateUser

From
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[CreateUserResult]] createUser([[UserIDBean]] userID, [[UserBean]] user, String password)
  
 
== Description ==
 
== Description ==
Description
+
Creates a new user for the organisation on EService, using the details noted in the [[UserBean]].
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[UserBean]]
|Name
+
|user
|Description.
+
|The details of the new user to create on EService.
 +
|---- bgcolor=#EDEDFF
 +
|String
 +
|password
 +
|The password the user will use to log on with on the website.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[CreateUserResult]]

Revision as of 02:42, 9 June 2005

Contents

Method

CreateUserResult createUser(UserIDBean userID, UserBean user, String password)

Description

Creates a new user for the organisation on EService, using the details noted in the UserBean.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
UserBean user The details of the new user to create on EService.
String password The password the user will use to log on with on the website.

Return Value

CreateUserResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux