Uses of Class
com.logicaldoc.gui.common.client.beans.GUIEmailAccount
Package
Description
-
Uses of GUIEmailAccount in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionvoid
GUIVIASettings.setEmailAccount
(GUIEmailAccount emailAccount) -
Uses of GUIEmailAccount in com.logicaldoc.gui.frontend.client.impex.email
Modifier and TypeMethodDescriptionEmailAccountDetailsPanel.getAccount()
EmailAccountDetailsTab.getAccount()
Modifier and TypeMethodDescriptionvoid
EmailAccountDetailsPanel.setAccount
(GUIEmailAccount account) void
EmailAccountsPanel.showDetails
(GUIEmailAccount account) void
EmailAccountsPanel.updateRecord
(GUIEmailAccount account) Updates the selected rec with new dataModifierConstructorDescriptionEmailAccountAdvancedProperties
(GUIEmailAccount account, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) EmailAccountAutomationPanel
(GUIEmailAccount account, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) 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
Modifier and TypeMethodDescriptionEmailAccountService.get
(long id) Loads a given account from the databaseEmailAccountService.save
(GUIEmailAccount account) Creates or updates an accountModifier and TypeMethodDescriptionEmailAccountService.save
(GUIEmailAccount account) Creates or updates an accountvoid
EmailAccountServiceAsync.save
(GUIEmailAccount account, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback) Modifier and TypeMethodDescriptionvoid
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)