| Package | Description |
|---|---|
| ch.gbrain.gwtstorage.manager |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StorageManager.readStorageItem(StorageItem item,
boolean useCache,
int expectedVersion,
int validTime,
com.google.gwt.core.client.Callback<StorageItem,StorageError> callback)
Retrieve the item from the storage.
|
boolean |
StorageManager.readStorageItemFromLocalApplication(StorageItem item,
com.google.gwt.core.client.Callback<StorageItem,StorageError> callback)
Read the item asynch from the applications own source server with the given
credentials and base path eg.
|
boolean |
StorageManager.readStorageItemFromLocalFile(StorageItem item,
com.google.gwt.core.client.Callback<StorageItem,StorageError> callback)
Read the item from the Local File storage
|
boolean |
StorageManager.readStorageItemFromRemoteApplication(StorageItem item,
com.google.gwt.core.client.Callback<StorageItem,StorageError> callback)
Read the item asynch from the configured remote application base
|
boolean |
StorageManager.readStorageItemFromUrl(String url,
StorageItem item,
com.google.gwt.core.client.Callback<StorageItem,StorageError> callback)
Read the JSON item asynch from the given url and the
standard name of the item eg.
|
boolean |
StorageManager.writeStorageItemToLocalFile(StorageItem item,
com.google.gwt.core.client.Callback<StorageItem,StorageError> callback)
Write the item to a local file
|
Copyright © 2016. All rights reserved.