Uses of Class
com.logicaldoc.gui.common.client.beans.GUITenant
Packages that use GUITenant
Package
Description
GWT services implementations.
-
Uses of GUITenant in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUITenantMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUITenant -
Uses of GUITenant in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUITenantModifier and TypeMethodDescriptionTenantService.changeSessionTenant(long tenantId) Change session tenantTenantService.load(long tenantId) Loads a given tenantSaves/Updates a given tenantMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUITenantModifier and TypeMethodDescriptionSaves/Updates a given tenantvoidTenantServiceAsync.save(GUITenant tenant, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUITenantModifier and TypeMethodDescriptionvoidTenantServiceAsync.changeSessionTenant(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) voidTenantServiceAsync.load(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) voidTenantServiceAsync.save(GUITenant tenant, com.google.gwt.user.client.rpc.AsyncCallback<GUITenant> callback) -
Uses of GUITenant in com.logicaldoc.gui.frontend.client.tenant
Methods in com.logicaldoc.gui.frontend.client.tenant that return GUITenantMethods in com.logicaldoc.gui.frontend.client.tenant with parameters of type GUITenantModifier and TypeMethodDescriptionvoidvoidTenantsPanel.showTenantDetails(GUITenant tenant) voidTenantsPanel.updateRecord(GUITenant tenant) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.tenant with parameters of type GUITenantModifierConstructorDescriptionTenantBrandingPanel(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
Methods in com.logicaldoc.web.service that return GUITenant