Uses of Class
com.logicaldoc.gui.common.client.beans.GUITenant
Package
Description
GWT services implementations.
-
Uses of GUITenant in com.logicaldoc.gui.common.client.beans
-
Uses of GUITenant in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionTenantService.changeSessionTenant
(long tenantId) Change session tenantTenantService.load
(long tenantId) Loads a given tenantSaves/Updates a given tenantModifier and TypeMethodDescriptionSaves/Updates a given tenantvoid
TenantServiceAsync.save
(GUITenant tenant, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) Modifier and TypeMethodDescriptionvoid
TenantServiceAsync.changeSessionTenant
(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) void
TenantServiceAsync.load
(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) void
TenantServiceAsync.save
(GUITenant tenant, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) -
Uses of GUITenant in com.logicaldoc.gui.frontend.client.tenant
Modifier and TypeMethodDescriptionvoid
void
TenantsPanel.showTenantDetails
(GUITenant tenant) void
TenantsPanel.updateRecord
(GUITenant tenant) Updates the selected rec with new dataModifierConstructorDescriptionTenantBrandingPanel
(GUITenant tenant, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) TenantKeystorePanel
(GUITenant tenant) TenantPropertiesPanel
(GUITenant tenant, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) TenantQuotaPanel
(GUITenant tenant, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUITenant in com.logicaldoc.web.service