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 GUIEmailAccountGUIVIASettings. getEmailAccount()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIEmailAccount Modifier and Type Method Description voidGUIVIASettings. 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 GUIEmailAccountEmailAccountDetailsPanel. getAccount()GUIEmailAccountEmailAccountDetailsTab. getAccount()Methods in com.logicaldoc.gui.frontend.client.impex.email with parameters of type GUIEmailAccount Modifier and Type Method Description voidEmailAccountDetailsPanel. setAccount(GUIEmailAccount account)voidEmailAccountsPanel. showDetails(GUIEmailAccount account)voidEmailAccountsPanel. 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 GUIEmailAccountEmailAccountService. get(long id)Loads a given account from the databaseGUIEmailAccountEmailAccountService. 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 GUIEmailAccountEmailAccountService. 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 GUIEmailAccount Modifier and Type Method Description 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)
-