|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.funambol.email.admin.AccountController
public class AccountController
This class contains the logic and visual representation for mail server account handling processes (insertion, modification, deletation, inspecting cache).
| Constructor Summary | |
|---|---|
AccountController(boolean isPopup)
Creates a new instance of an AccountController object. |
|
| Method Summary | |
|---|---|
int |
deleteAccount(MailServerAccount account)
Account deletetion process. |
java.awt.Container |
getPanel()
Gets the mainPanel property. |
void |
insertAccount()
The account insertion process is performed through the following steps: 1 - select an user from a list of users (selectUser()) 2 - insert account specific informations (accountDetails()) |
MailServerAccount |
modifyAccount(MailServerAccount account)
Account modification process. |
void |
selectUser()
Select an user from a list of ds-server users. |
void |
setParentFrame(java.awt.Frame parent)
Sets the parent frame property |
void |
showCache(java.lang.String username,
java.lang.String protocol)
Shows cache entries for given username,protocol. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountController(boolean isPopup)
isPopup - flag that specify if processes will be displaied in a
popup window or a frame in the admin tool.| Method Detail |
|---|
public java.awt.Container getPanel()
public void setParentFrame(java.awt.Frame parent)
public void selectUser()
public void insertAccount()
public MailServerAccount modifyAccount(MailServerAccount account)
account - account to be modified
public int deleteAccount(MailServerAccount account)
account - account to be deleted
public void showCache(java.lang.String username,
java.lang.String protocol)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||