Uses of Class
railo.runtime.text.xml.storage.StorageException

Packages that use StorageException
railo.runtime.text.xml.storage   
 

Uses of StorageException in railo.runtime.text.xml.storage
 

Methods in railo.runtime.text.xml.storage that throw StorageException
 Date StorageItem.getDate(String key)
          gets a value from the storage item as Date Object
 DateTime StorageItem.getDateTime(String key)
          gets a value from the storage item as Date Object
 int StorageItem.getInt(String key)
          gets a value from the storage item as int
 String StorageItem.getString(String key)
          gets a value from the storage item as String
 Time StorageItem.getTime(String key)
          gets a value from the storage item as Time Object
 void StorageItem.setDate(String key, Date value)
          sets a value to the storage item as Date Object
 void StorageItem.setDateTime(String key, DateTime value)
          sets a value to the storage item as DateTime Object
 void StorageItem.setInt(String key, int value)
          sets a value to the storage item as int
 void StorageItem.setString(String key, String value)
          sets a value to the storage item as String
 void StorageItem.setTime(String key, Time value)
          sets a value to the storage item as Time Object
 



Copyright © 2012 Railo