Uses of Class
org.apache.commons.scaffold.lang.ResourceException

Packages that use ResourceException
org.apache.commons.scaffold.lang   
org.apache.commons.scaffold.lucene   
org.apache.commons.scaffold.sql   
org.apache.commons.scaffold.util   
 

Uses of ResourceException in org.apache.commons.scaffold.lang
 

Subclasses of ResourceException in org.apache.commons.scaffold.lang
 class PropertiesException
          Exception for error populating object.
 

Uses of ResourceException in org.apache.commons.scaffold.lucene
 

Methods in org.apache.commons.scaffold.lucene that throw ResourceException
static int Engine.deleteTerm(org.apache.lucene.index.Term term)
          Delete record matching term from default index.
static org.apache.lucene.search.Hits Engine.getHits(org.apache.lucene.search.Query query)
          Return hits for model using default searcher.
static org.apache.lucene.index.IndexReader Engine.getIndexReader()
          Return default reader for application.
static org.apache.lucene.index.IndexWriter Engine.getIndexWriter(boolean create)
          Return default writer for application.
static org.apache.lucene.search.Searcher Engine.getSearcher()
          Return default searcher for application.
 

Uses of ResourceException in org.apache.commons.scaffold.sql
 

Methods in org.apache.commons.scaffold.sql that throw ResourceException
 int StorageBeanBase.count(String command)
           
 int StorageBeanBase.count(String command, Object parameter)
           
 Object StorageBeanBase.createKey(String keyName)
           
static Integer AccessBase.createKey(String keyName)
          Deprecated. Returns next sequential key for given set of keys.
static int AccessBase.delete(Object target, Integer key, String command)
          Deprecated. Mark entry for deletion.
 int ScrollerBeanBase.entryCount()
           
 void StorageBeanBase.executeUpdate(String command)
           
static void AccessBase.executeUpdate(String command)
          Deprecated. Lookup command and execute "update" query to create a table, seed it with data, et cetera.
 void StorageBeanBase.executeUpdateRoot(String command)
           
 Collection StorageBeanBase.findByProperty(Object target, String property, String value)
           
static Collection AccessBase.findByProperty(Object target, String property, String value)
          Deprecated. Select entries from data storage by indexed property..
 Collection StorageBeanBase.findCollection(Object target, String command)
          Convenience method that calls findCollection(Object,String,Object[]) with appropriate parameters.
static Collection AccessBase.findCollection(Object target, String command)
          Deprecated. Retrieve a collection of beans from data stoarge.
protected  Collection StorageBeanBase.findCollection(Object target, String command, int parameter)
          Convenience method that calls findCollection(Object,String,Object[]) with appropriate parameters.
static Collection AccessBase.findCollection(Object target, String command, int parameter)
          Deprecated. Retrieve a collection of beans from data stoarge.
protected  Collection StorageBeanBase.findCollection(Object target, String command, Object parameter)
          Convenience method that calls findCollection(Object,String,Object[]) with appropriate parameters.
static Collection AccessBase.findCollection(Object target, String command, Object parameter)
          Deprecated. Retrieve a collection of beans from data stoarge.
 Collection StorageBeanBase.findCollection(Object target, String command, Object[] parameters)
           
static Collection AccessBase.findCollection(Object target, String command, Object[] parameters)
          Deprecated. Retrieve a collection of beans from data stoarge.
static Collection AccessBase.findCollectionLike(Object target, String command, String parameter)
          Deprecated. Retrieve a collection of beans from data stoarge.
static boolean AccessBase.findElement(Object target, Object key, String command)
          Deprecated. Retrieve entry from data storage.
 boolean StorageBeanBase.findElement(Object target, String command, Object key)
           
 Object[] StorageBeanBase.getParameters(String command)
          Return the runtime parameters for the given command.
 List StorageBeanBase.getParamList(String command)
          Return the runtime parameters for the given command.
 Scroller ScrollerBeanBase.newScroller(int entries)
           
static int AccessBase.restore(Object target, Integer key, String command)
          Deprecated. Unmark entry for deletion.
 Collection ScrollerBeanBase.result(Object target, Object parameter)
           
static int AccessBase.store(boolean isInsert, String insert, String update, Object[] parameters)
          Deprecated. Commit record to storage.
 int StorageBeanBase.updateResultCode(String command)
           
 

Uses of ResourceException in org.apache.commons.scaffold.util
 

Methods in org.apache.commons.scaffold.util that throw ResourceException
 int StorageBean.count(String command, Object parameter)
          Count of matching entries.
 Object StorageBean.createKey(String keyName)
          Returns next sequential key for given set of keys.
 int ScrollerBean.entryCount()
          The total number of entries in search list.
 void StorageBean.executeUpdate(String command)
          Lookup command and execute "update" query to create a table, seed it with data, et cetera.
 void StorageBean.executeUpdateRoot(String command)
          Lookup command (sans prefix) and execute "update" query to create a table, seed it with data, et cetera.
 Collection StorageBean.findByProperty(Object target, String property, String value)
          Select entries from data storage by indexed property..
 Collection StorageBean.findCollection(Object target, String command, Object[] parameters)
          Retrieve a collection of beans from data storage.
 boolean StorageBean.findElement(Object target, String command, Object key)
          Retrieve object from data storage.
 Object[] StorageBean.getParameters(String command)
          [:TODO: Javadoc]
 List StorageBean.getParamList(String command)
          [:TODO: Javadoc]
 Scroller ScrollerBean.newScroller(int entries)
          Return new scroller using the current starting point (getScrollFrom), the default limit (set.SCROLL_ROWS), and current count from Access (countCurrent).
 Collection ScrollerBean.result(Object target, Object parameter)
          Returns the collection representing the result of the Search [null].
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.