Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.impex.archives | |
com.logicaldoc.gui.frontend.client.services |
Modifier and Type | Method and Description |
---|---|
GUIArchive |
ImportDetailsPanel.getArchive() |
Modifier and Type | Method and Description |
---|---|
void |
ImportDetailsPanel.setArchive(GUIArchive archive) |
void |
ImportArchivesList.updateRecord(GUIArchive result) |
Constructor and Description |
---|
ImportDetailsPanel(GUIArchive archive,
ImportArchivesList listPanel) |
ImportSettingsPanel(GUIArchive archive,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
Modifier and Type | Method and Description |
---|---|
GUIArchive |
ArchiveService.deleteVersions(String sid,
long archiveId,
Long[] versionIds)
Deletes a set of versions from the given archive
|
GUIArchive |
ArchiveService.load(String sid,
long archiveId)
Loads a given archive
|
GUIArchive |
ArchiveService.save(String sid,
GUIArchive archive)
Saves/Updates a given archive
|
Modifier and Type | Method and Description |
---|---|
GUIArchive |
ArchiveService.save(String sid,
GUIArchive archive)
Saves/Updates a given archive
|
void |
ArchiveServiceAsync.save(String sid,
GUIArchive archive,
com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveServiceAsync.deleteVersions(String sid,
long archiveId,
Long[] versionIds,
com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) |
void |
ArchiveServiceAsync.load(String sid,
long archiveId,
com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) |
void |
ArchiveServiceAsync.save(String sid,
GUIArchive archive,
com.google.gwt.user.client.rpc.AsyncCallback<GUIArchive> callback) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.