- readStorageItem(StorageItem, boolean, int, int, Callback<StorageItem, StorageError>) - Method in class ch.gbrain.gwtstorage.manager.StorageManager
-
Retrieve the item from the storage.
- readStorageItemFromLocalApplication(StorageItem, Callback<StorageItem, StorageError>) - Method in class ch.gbrain.gwtstorage.manager.StorageManager
-
Read the item asynch from the applications own source server with the given
credentials and base path eg.
- readStorageItemFromLocalFile(StorageItem, Callback<StorageItem, StorageError>) - Method in class ch.gbrain.gwtstorage.manager.StorageManager
-
Read the item from the Local File storage
- readStorageItemFromLocalStorage(StorageItem) - Method in class ch.gbrain.gwtstorage.manager.StorageManager
-
Read the item from the local html5 storage.
- readStorageItemFromRemoteApplication(StorageItem, Callback<StorageItem, StorageError>) - Method in class ch.gbrain.gwtstorage.manager.StorageManager
-
Read the item asynch from the configured remote application base
- readStorageItemFromUrl(String, StorageItem, Callback<StorageItem, StorageError>) - Method in class ch.gbrain.gwtstorage.manager.StorageManager
-
Read the JSON item asynch from the given url and the
standard name of the item eg.
- retrieveResourceUrl(String, Integer, Callback<String, FileError>) - Method in class ch.gbrain.gwtstorage.manager.StorageManager
-
Evaluates in case of the runtime (browser/phonegap) the full url where a
resource must be retrieved from.