Uses of Class
com.logicaldoc.gui.common.client.beans.GUIArchive
Package
Description
-
Uses of GUIArchive in com.logicaldoc.gui.frontend.client.impex.archives
Modifier and TypeMethodDescriptionvoid
ImportDetailsPanel.setArchive
(GUIArchive archive) void
ImportArchivesList.updateRecord
(GUIArchive result) ModifierConstructorDescriptionImportDetailsPanel
(GUIArchive archive, ImportArchivesList listPanel) ImportSettingsPanel
(GUIArchive archive, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUIArchive in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionImpexService.deleteVersions
(long archiveId, List<Long> versionIds) Deletes a set of versions from the given archiveImpexService.load
(long archiveId) Loads a given archiveImpexService.save
(GUIArchive archive) Saves/Updates a given archiveModifier and TypeMethodDescriptionImpexService.save
(GUIArchive archive) Saves/Updates a given archivevoid
ImpexServiceAsync.save
(GUIArchive archive, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) Modifier and TypeMethodDescriptionvoid
ImpexServiceAsync.deleteVersions
(long archiveId, List<Long> versionIds, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) void
ImpexServiceAsync.load
(long archiveId, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) void
ImpexServiceAsync.save
(GUIArchive archive, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback)