UserDataAdminService UserDataAdminService(
$uid
)
|
|
Parameters:
void changeUserData(
String
$firstname, String
$lastname, String
$email, String
$homepage, String
$phone, String
$mobile, String
$fax, String
$company, String
$street, String
$city, String
$citycode, String
$country
)
|
|
This changes the User Data within BIGACE.
Parameters:
|
String |
$firstname: |
the Users first name |
|
String |
$lastname: |
the Users last name |
|
String |
$email: |
the Users email address |
|
String |
$homepage: |
the Users homepage |
|
String |
$phone: |
the Users Phone number |
|
String |
$mobile: |
the Users Mobile number |
|
String |
$fax: |
the Users Fax number |
|
String |
$company: |
the Users Company |
|
String |
$street: |
the Users Street |
|
String |
$city: |
the Users City |
|
String |
$citycode: |
the Users CityCode |
|
String |
$country: |
the Users Country |
void changeUserDataValues(
$dataArray
)
|
|
Parameters:
mixed deleteUserData(
int
0
)
|
|
Deletes the given User Data for the given User ID.
Parameters:
|
int |
0: |
userid the User ID for which the Data should be deleted |
API Tags:
| Return: | the result of this deletion process |