Revision: 3873
Author: [email protected]
Date: Sun Jun 26 09:02:49 2011
Log: Edited wiki page SoapMethods through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3873
Modified:
/wiki/SoapMethods.wiki
=======================================
--- /wiki/SoapMethods.wiki Sun Jun 26 04:38:28 2011
+++ /wiki/SoapMethods.wiki Sun Jun 26 09:02:49 2011
@@ -85,7 +85,7 @@
Method: _public Long addNewUser(String SID, String username, String
userpass, String lastname, String firstname, String email, String
additionalname, String street, String zip, String fax, long states_id,
String town, long language_id, String baseURL)_
-Description: Adds a new Usre like through the Frontend, but also does
active the Account
+Description: Adds a new Usre like through the Frontend, but also does
activates the Account
Params:
|| *type* || *name* || *description* ||
@@ -105,6 +105,33 @@
|| String || baseURL || the baseURL is needed to send the Initial Email
correctly to that User, otherwise the Link in the EMail that the new User
will reveive is not valid ||
+==== addNewUserWithTimeZone ====
+
+Method: _public Long addNewUserWithTimeZone(String SID, String username,
String userpass, String lastname, String firstname, String email, String
additionalname, String street, String zip, String fax,
+ long states_id, String town, long language_id, String baseURL, String
jNameTimeZone)_
+
+
+Description: Adds a new Usre like through the Frontend, but also does
activates the Account
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID from getSession ||
+|| String || username || any username ||
+|| String || userpass || any userpass ||
+|| String || lastname || any lastname ||
+|| String || firstname || any firstname ||
+|| String || email || any email ||
+|| String || additionalname || any additionalname ||
+|| String || street || any street ||
+|| String || zip || any zip ||
+|| String || fax || any fax ||
+|| String || states_id || a valid states_id ||
+|| String || town || any town ||
+|| String || language_id || the language_id ||
+|| String || baseURL || the baseURL is needed to send the Initial Email
correctly to that User, otherwise the Link in the EMail that the new User
will reveive is not valid ||
+|| String || jNameTimeZone || the name of the timezone for the user ||
+
+
==== setUserObject ====
Method: _public Long setUserObject(String SID, String username, String
firstname, String lastname, String profilePictureUrl, String email)_
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.