Method Summary |
|
public void | addPostOffice(PostOffice po) |
public boolean | existsPostOfficeByName(String name) |
public Administration | getAdministration() |
public String | getContactManagementPlugin() |
public String | getDefaultMessageProcessor() Returns a String representing the name of the default
message processor. |
public PostOffice | getDefaultPostOffice() |
public Internationalization | getI18N() |
public MailTransportAgent | getMTA() |
public boolean | getPostOfficeAllowOverride() Tests if overriding the system's set postoffice is allowed. |
public PostOffice | getPostOfficeByName(String name) |
public Collection | getPostOfficeCollection() |
public Iterator | getPostOffices() |
public String | getPreferencePersistencePlugin() |
public String | getRandomAppendPlugin() |
public Security | getSecurity() |
public boolean | isAccountCreationEnabled() Tests if creation of accounts is enabled. |
public boolean | isSSLSetupRequired() |
public void | removePostOffice(PostOffice po) |
public void | setAccountCreationEnabled(boolean b) Sets the flag that controls if the automatic creation of
jwma accounts is enabled. |
public void | setAdministration(Administration administration) |
public void | setContactManagementPlugin(String classname) |
public void | setDefaultMessageProcessor(String name) Returns a String representing the name of the default
message processor. |
public void | setDefaultPostOffice(PostOffice ndpo) |
public void | setI18N(Internationalization i18N) |
public void | setMTA(MailTransportAgent mta) |
public void | setPostOfficeAllowOverride(boolean b) Sets the flag that controls if overriding the
system's set postoffice is allowed or not. |
public void | setPostOfficeCollection(Collection collection) |
public void | setPreferencePersistencePlugin(String classname) |
public void | setRandomAppendPlugin(String classname) |
public void | setSecurity(Security security) |