Uses of Class
com.logicaldoc.gui.common.client.beans.GUIArchive
Packages that use GUIArchive
Package
Description
-
Uses of GUIArchive in com.logicaldoc.gui.frontend.client.impex.archives
Methods in com.logicaldoc.gui.frontend.client.impex.archives that return GUIArchiveMethods in com.logicaldoc.gui.frontend.client.impex.archives with parameters of type GUIArchiveModifier and TypeMethodDescriptionvoid
ImportDetailsPanel.setArchive
(GUIArchive archive) void
ImportArchivesList.updateRecord
(GUIArchive result) Constructors in com.logicaldoc.gui.frontend.client.impex.archives with parameters of type GUIArchiveModifierConstructorDescriptionImportDetailsPanel
(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
Methods in com.logicaldoc.gui.frontend.client.services that return GUIArchiveModifier 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 archiveMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIArchiveModifier and TypeMethodDescriptionImpexService.save
(GUIArchive archive) Saves/Updates a given archivevoid
ImpexServiceAsync.save
(GUIArchive archive, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIArchiveModifier 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)