
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. | |
| bool Novell::iFolderWeb::Admin::Users::GetMemberCheckedState | ( | Object | id | ) | [inline, protected] |
Returns the checked state for the specified member.
| id | ID of the ifolder |
| string Novell::iFolderWeb::Admin::Users::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| string Novell::iFolderWeb::Admin::Users::GetUserImage | ( | Object | isAdmin, | |
| Object | isProvisioned | |||
| ) | [inline, protected] |
Gets the image representing the user type.
| bool Novell::iFolderWeb::Admin::Users::IsUserEnabled | ( | object | id | ) | [inline, protected] |
Gets whether the user should be able to be checked.
| id |
| bool Novell::iFolderWeb::Admin::Users::IsUserProvisioned | ( | object | isProvisioned | ) | [inline, protected] |
Gets whether the user is provisioned or not.
| provisioned value |
| string [] Novell::iFolderWeb::Admin::Users::GetServerList | ( | ) | [inline, protected] |
returns the liset of server names .
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
| 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.
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
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Users::SearchButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
SearchButton_Click.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Users::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageFirstButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Users::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Users::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Users::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::Users::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Top navigation panel control.
DataGrid Novell::iFolderWeb::Admin::Users::Accounts [protected] |
Web controls.
Web Controls.
Web controls.
CheckBox Novell::iFolderWeb::Admin::Users::AllUsersCheckBox [protected] |
All users check box control.
Button Novell::iFolderWeb::Admin::Users::DeleteButton [protected] |
Delete user button control.
Button Novell::iFolderWeb::Admin::Users::DisableButton [protected] |
Disable user button control.
Button Novell::iFolderWeb::Admin::Users::ProvisionButton [protected] |
Provision user button control.
Button Novell::iFolderWeb::Admin::Users::EnableButton [protected] |
Enable user button control.
Button Novell::iFolderWeb::Admin::Users::SaveButton [protected] |
Save user button.
Button Novell::iFolderWeb::Admin::Users::CreateButton [protected] |
Create user button.
string [] Novell::iFolderWeb::Admin::Users::ServerList [protected] |
string array to store names of server.
1.5.6