Uses of Class
com.logicaldoc.gui.common.client.beans.GUIEmailAccount
Packages that use GUIEmailAccount
Package
Description
-
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 TypeMethodDescriptionvoidEmailAccountDetailsPanel.setAccount(GUIEmailAccount account) voidEmailAccountsPanel.showDetails(GUIEmailAccount account) voidEmailAccountsPanel.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.clone(long id) Clones a given email accountEmailAccountService.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 accountvoidEmailAccountServiceAsync.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 TypeMethodDescriptionvoidEmailAccountServiceAsync.clone(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback) voidEmailAccountServiceAsync.get(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback) voidEmailAccountServiceAsync.save(GUIEmailAccount account, com.google.gwt.user.client.rpc.AsyncCallback<GUIEmailAccount> callback)