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 GUIArchive
ImportDetailsPanel. getArchive()
Methods in com.logicaldoc.gui.frontend.client.impex.archives with parameters of type GUIArchive Modifier and Type Method Description void
ImportDetailsPanel. setArchive(GUIArchive archive)
void
ImportArchivesList. 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 GUIArchive
ImpexService. deleteVersions(long archiveId, Long[] versionIds)
Deletes a set of versions from the given archiveGUIArchive
ImpexService. load(long archiveId)
Loads a given archiveGUIArchive
ImpexService. 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 GUIArchive
ImpexService. 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 GUIArchive Modifier and Type Method Description void
ImpexServiceAsync. deleteVersions(long archiveId, 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)
-