Uses of Class
org.javarosa.core.services.storage.StorageFullException
| Package | Description |
|---|---|
| org.javarosa.core.services.storage | |
| org.javarosa.core.services.storage.util |
-
Uses of StorageFullException in org.javarosa.core.services.storage
Methods in org.javarosa.core.services.storage that throw StorageFullException Modifier and Type Method Description intIStorageUtility. add(E e)Add a new record to the store.intWrappingStorageUtility. add(Externalizable e)voidIStorageUtility. update(int id, E e)Update a record in the store.voidWrappingStorageUtility. update(int id, Externalizable e)voidIStorageUtility. write(Persistable p)Write an object to the store.voidWrappingStorageUtility. write(Persistable p) -
Uses of StorageFullException in org.javarosa.core.services.storage.util
Methods in org.javarosa.core.services.storage.util that throw StorageFullException Modifier and Type Method Description intDummyIndexedStorageUtility. add(T e)voidDummyIndexedStorageUtility. update(int id, T e)voidDummyIndexedStorageUtility. write(Persistable p)