Class UserDataAdminService

Description

DO NOT USE THIS CLASS ANY LONGER, IT WILL BE REMOVED IN ONE OF THE NEXT VERSIONS!

Use PrincipalService instead:

  1.  $services ServiceFactory::get();
  2.  $p $services->getPrincipalService();
  3.  $attributes $p->getAttributes();

  • version: $Id: UserDataAdminService.php,v 1.7 2006/11/26 22:04:38 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
  • deprecated:


			
Method Summary
UserDataAdminService UserDataAdminService ( $uid)
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)
void changeUserDataValues ( $dataArray)
mixed deleteUserData (int 0)
void getUserID ()
Methods
Constructor UserDataAdminService (line 51)
UserDataAdminService UserDataAdminService ( $uid)
  • $uid
changeUserData (line 77)

This changes the User Data within BIGACE.

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)
  • 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
changeUserDataValues (line 98)
void changeUserDataValues ( $dataArray)
  • $dataArray
deleteUserData (line 117)

Deletes the given User Data for the given User ID.

  • return: the result of this deletion process
mixed deleteUserData (int 0)
  • int 0: userid the User ID for which the Data should be deleted
getUserID (line 56)
void getUserID ()

Documentation generated by phpDocumentor 1.3.1