Uses of Class
com.logicaldoc.gui.common.client.beans.GUIEmailAccount
Packages that use GUIEmailAccount
Package
Description
-
Uses of GUIEmailAccount in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIEmailAccountMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIEmailAccountModifier and TypeMethodDescriptionvoid
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 GUIEmailAccountModifier and TypeMethodDescriptionEmailAccountDetailsPanel.getAccount()
EmailAccountDetailsTab.getAccount()
Methods in com.logicaldoc.gui.frontend.client.impex.email with parameters of type GUIEmailAccountModifier and TypeMethodDescriptionvoid
EmailAccountDetailsPanel.setAccount
(GUIEmailAccount account) void
EmailAccountsPanel.showDetails
(GUIEmailAccount account) void
EmailAccountsPanel.updateRecord
(GUIEmailAccount account) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.impex.email with parameters of type GUIEmailAccountModifierConstructorDescriptionEmailAccountAdvancedProperties
(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
Methods in com.logicaldoc.gui.frontend.client.services that return GUIEmailAccountModifier and TypeMethodDescriptionEmailAccountService.get
(long id) Loads a given account from the databaseEmailAccountService.save
(GUIEmailAccount account) Creates or updates an accountMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIEmailAccountModifier and TypeMethodDescriptionEmailAccountService.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 GUIEmailAccountModifier 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)