Class: UserDataAdminService

Source Location: /CORE/system/classes/userdata/UserDataAdminService.php

Class UserDataAdminService

Class Overview

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();

Located in /CORE/system/classes/userdata/UserDataAdminService.php [line 45]



		
				Author(s):
		
  • Kevin Papst
API Tags:
Deprecated:  

Information Tags:
Version:  $Id: UserDataAdminService.php,v 1.8 2007/12/27 21:40:06 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
UserDataAdminService   UserDataAdminService()  
void   changeUserData()   This changes the User Data within BIGACE.
void   changeUserDataValues()  
mixed   deleteUserData()   Deletes the given User Data for the given User ID.
void   getUserID()  

[ Top ]
Methods
Constructor UserDataAdminService  [line 52]

  UserDataAdminService UserDataAdminService( $uid  )

Parameters:
   $uid: 


[ Top ]
changeUserData  [line 78]

  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


[ Top ]
changeUserDataValues  [line 99]

  void changeUserDataValues( $dataArray  )

Parameters:
   $dataArray: 


[ Top ]
deleteUserData  [line 118]

  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


[ Top ]
getUserID  [line 57]

  void getUserID( )



[ Top ]