Novell::iFolderWeb::Admin::Users Class Reference

Summary description for Users. More...

Collaboration diagram for Novell::iFolderWeb::Admin::Users:

Collaboration graph
[legend]

List of all members.

Protected Member Functions

bool GetMemberCheckedState (Object id)
 Returns the checked state for the specified member.
string GetString (string key)
 Get a Localized String.
string GetUserImage (Object isAdmin, Object isProvisioned)
 Gets the image representing the user type.
bool IsUserEnabled (object id)
 Gets whether the user should be able to be checked.
bool IsUserProvisioned (object isProvisioned)
 Gets whether the user is provisioned or not.
string[] GetServerList ()
 returns the liset of server names .
bool IsListVisible (Object UserID)
 whether the drop-down list is visible or not .when search is applied
string[] ShowProvisionServerList (Object UserID, Object isProvisioned)
 Show the drop-down list to select provisioning method for a particular user.
void GetSelectedItem ()
 return the selected index of server provisioning methods, while binding the data
void OnAllUsersChecked (object source, EventArgs e)
 event handler that gets called when the all user check box is checked.
void OnCreateButton_Click (object source, EventArgs e)
 event handler that gets called when the create user button is clicked.
void OnDeleteButton_Click (object source, EventArgs e)
 event handler that gets called when the delete user button is clicked.
void OnDisableButton_Click (object source, EventArgs e)
 event handler that gets called when the disable user button is clicked.
void OnEnableButton_Click (object source, EventArgs e)
 event handler that gets called when the enable user button is clicked.
void OnProvisionButton_Click (object source, EventArgs e)
 event handler that gets called when the provision user button is clicked.
void OnSaveButton_Click (object source, EventArgs e)
 event handler that gets called when the save user button is clicked.
void UpdateServerProvisioning (Object sender, EventArgs e)
 Event handler that gets called when selected index is changed in drop-down list.
void OnUserChecked (object source, EventArgs e)
 Event handler that gets called when the user check box is checked.
void SearchButton_Click (object source, EventArgs e)
 SearchButton_Click.
void PageFirstButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageFirstButton is clicked.
void PagePreviousButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PagePreviousButton is clicked.
void PageNextButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageNextButton is clicked.
void PageLastButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageLastButton is clicked.
override void OnInit (EventArgs e)
 OnInit.

Protected Attributes

TopNavigation TopNav
 Top navigation panel control.
DataGrid Accounts
 Web controls.
MemberSearch MemberSearch
 Web Controls.
ListFooter AccountsFooter
 Web controls.
CheckBox AllUsersCheckBox
 All users check box control.
Button DeleteButton
 Delete user button control.
Button DisableButton
 Disable user button control.
Button ProvisionButton
 Provision user button control.
Button EnableButton
 Enable user button control.
Button SaveButton
 Save user button.
Button CreateButton
 Create user button.
string[] ServerList
 string array to store names of server.


Detailed Description

Summary description for Users.


Member Function Documentation

bool Novell::iFolderWeb::Admin::Users::GetMemberCheckedState ( Object  id  )  [inline, protected]

Returns the checked state for the specified member.

Parameters:
id ID of the ifolder
Returns:
True if ifolder is checked.

string Novell::iFolderWeb::Admin::Users::GetString ( string  key  )  [inline, protected]

Get a Localized String.

Parameters:
key Key to the localized string.
Returns:
Localized string.

string Novell::iFolderWeb::Admin::Users::GetUserImage ( Object  isAdmin,
Object  isProvisioned 
) [inline, protected]

Gets the image representing the user type.

Returns:

bool Novell::iFolderWeb::Admin::Users::IsUserEnabled ( object  id  )  [inline, protected]

Gets whether the user should be able to be checked.

Parameters:
id 
Returns:
True if the user is allowed to be checked.

bool Novell::iFolderWeb::Admin::Users::IsUserProvisioned ( object  isProvisioned  )  [inline, protected]

Gets whether the user is provisioned or not.

Parameters:
provisioned value 
Returns:
True if the user is allowed to be checked.

string [] Novell::iFolderWeb::Admin::Users::GetServerList (  )  [inline, protected]

returns the liset of server names .

Returns:

making 1st entry of dropdownlist as None

bool Novell::iFolderWeb::Admin::Users::IsListVisible ( Object  UserID  )  [inline, protected]

whether the drop-down list is visible or not .when search is applied

Returns:

string [] Novell::iFolderWeb::Admin::Users::ShowProvisionServerList ( Object  UserID,
Object  isProvisioned 
) [inline, protected]

Show the drop-down list to select provisioning method for a particular user.

Returns:

show the drop-down box to let admin select the provisioning method

User is provisioned so only one server name will be displayed.

void Novell::iFolderWeb::Admin::Users::GetSelectedItem (  )  [inline, protected]

return the selected index of server provisioning methods, while binding the data

Returns:

void Novell::iFolderWeb::Admin::Users::OnAllUsersChecked ( object  source,
EventArgs  e 
) [inline, protected]

event handler that gets called when the all user check box is checked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::OnCreateButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

event handler that gets called when the create user button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::OnDeleteButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

event handler that gets called when the delete user button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::OnDisableButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

event handler that gets called when the disable user button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::OnEnableButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

event handler that gets called when the enable user button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::OnProvisionButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

event handler that gets called when the provision user button is clicked.

Parameters:
source 
e 

clear the hastable

call the next page to provision the users

void Novell::iFolderWeb::Admin::Users::OnSaveButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

event handler that gets called when the save user button is clicked.

Parameters:
source 
e 

clear the hastable

Display the page with new values

void Novell::iFolderWeb::Admin::Users::UpdateServerProvisioning ( Object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when selected index is changed in drop-down list.

Parameters:
source 
e 

remove entry fron hashtable, if any for this userid

void Novell::iFolderWeb::Admin::Users::OnUserChecked ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the user check box is checked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::SearchButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

SearchButton_Click.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::PageFirstButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageFirstButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::PagePreviousButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PagePreviousButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::PageNextButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageNextButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::Users::PageLastButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageLastButton is clicked.

Parameters:
source 
e 

override void Novell::iFolderWeb::Admin::Users::OnInit ( EventArgs  e  )  [inline, protected]

OnInit.

Parameters:
e 


Member Data Documentation

Top navigation panel control.

Web controls.

Web Controls.

Web controls.

All users check box control.

Delete user button control.

Disable user button control.

Provision user button control.

Enable user button control.

Save user button.

Create user button.

string array to store names of server.


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:45:37 2009 for simias by  doxygen 1.5.6