class UserProfileManager

Manage user profiles and provides methods to get it.

Public Methods

[more] UserProfileManager(UCH* uch, string loggedUserContextData, string userName, string password)
Provide the reference of UCH to local variable.
[more]IProfile* getUserProfile(string userName, string password)
Get user profile for specified userName and password.


Documentation

Manage user profiles and provides methods to get it.

o UserProfileManager(UCH* uch, string loggedUserContextData, string userName, string password)
Provide the reference of UCH to local variable.

Parameters:
uch - an object of UCH

oIProfile* getUserProfile(string userName, string password)
Get user profile for specified userName and password.

Parameters:
userName - a String value of userName
password - a String value of password
Returns:
an object of IProfile specifies user profile


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.