Uses of Class
com.logicaldoc.gui.common.client.beans.GUIEmailAccount
-
Packages that use GUIEmailAccount Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.frontend.client.impex.email com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIEmailAccount in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIEmailAccount Modifier and Type Method Description GUIEmailAccount
GUIVIASettings. getEmailAccount()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIEmailAccount Modifier and Type Method Description void
GUIVIASettings. setEmailAccount(GUIEmailAccount emailAccount)
-
Uses of GUIEmailAccount in com.logicaldoc.gui.frontend.client.impex.email
Methods in com.logicaldoc.gui.frontend.client.impex.email that return GUIEmailAccount Modifier and Type Method Description GUIEmailAccount
EmailAccountDetailsPanel. getAccount()
GUIEmailAccount
EmailAccountDetailsTab. getAccount()
Methods in com.logicaldoc.gui.frontend.client.impex.email with parameters of type GUIEmailAccount Modifier and Type Method Description void
EmailAccountDetailsPanel. setAccount(GUIEmailAccount account)
void
EmailAccountsPanel. showDetails(GUIEmailAccount account)
void
EmailAccountsPanel. updateRecord(GUIEmailAccount account)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.impex.email with parameters of type GUIEmailAccount Constructor Description EmailAccountAdvancedProperties(GUIEmailAccount account, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
EmailAccountAutomationPanel(GUIEmailAccount account, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
EmailAccountDetailsTab(GUIEmailAccount account, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
Constructor.EmailAccountFiltersPanel(GUIEmailAccount account, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
EmailAccountStandardProperties(GUIEmailAccount account, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
-
Uses of GUIEmailAccount in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIEmailAccount Modifier and Type Method Description GUIEmailAccount
EmailAccountService. get(long id)
Loads a given account from the databaseGUIEmailAccount
EmailAccountService. save(GUIEmailAccount account)
Creates or updates an accountMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIEmailAccount Modifier and Type Method Description GUIEmailAccount
EmailAccountService. save(GUIEmailAccount account)
Creates or updates an accountvoid
EmailAccountServiceAsync. save(GUIEmailAccount account, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIEmailAccount Modifier and Type Method Description void
EmailAccountServiceAsync. get(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback)
void
EmailAccountServiceAsync. save(GUIEmailAccount account, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback)
-