Uses of Class
com.logicaldoc.gui.common.client.beans.GUIArchive
-
Packages that use GUIArchive Package Description com.logicaldoc.gui.frontend.client.impex.archives com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIArchive in com.logicaldoc.gui.frontend.client.impex.archives
Methods in com.logicaldoc.gui.frontend.client.impex.archives that return GUIArchive Modifier and Type Method Description GUIArchiveImportDetailsPanel. getArchive()Methods in com.logicaldoc.gui.frontend.client.impex.archives with parameters of type GUIArchive Modifier and Type Method Description voidImportDetailsPanel. setArchive(GUIArchive archive)voidImportArchivesList. updateRecord(GUIArchive result)Constructors in com.logicaldoc.gui.frontend.client.impex.archives with parameters of type GUIArchive Constructor Description ImportDetailsPanel(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 GUIArchive Modifier and Type Method Description GUIArchiveImpexService. deleteVersions(long archiveId, Long[] versionIds)Deletes a set of versions from the given archiveGUIArchiveImpexService. load(long archiveId)Loads a given archiveGUIArchiveImpexService. save(GUIArchive archive)Saves/Updates a given archiveMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIArchive Modifier and Type Method Description GUIArchiveImpexService. save(GUIArchive archive)Saves/Updates a given archivevoidImpexServiceAsync. 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 GUIArchive Modifier and Type Method Description voidImpexServiceAsync. deleteVersions(long archiveId, Long[] versionIds, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback)voidImpexServiceAsync. load(long archiveId, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback)voidImpexServiceAsync. save(GUIArchive archive, com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback)
-