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

Packages that use PopulateException
org.apache.commons.scaffold.lucene   
org.apache.commons.scaffold.sql   
org.apache.commons.scaffold.util   
 

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

Methods in org.apache.commons.scaffold.lucene that throw PopulateException
static Collection SearchUtils.getCollection(Object target, org.apache.lucene.search.Hits hits)
          Return a ArrayList of hits by looping and calling populate.
static void SearchUtils.populate(Object bean, org.apache.lucene.document.Document document)
          Populate the properties of the specified JavaBean from the specified Lucene document, based on matching each parameter name against the corresponding JavaBeans "property setter" methods in the bean's class.
 

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

Methods in org.apache.commons.scaffold.sql that throw PopulateException
 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..
 

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

Methods in org.apache.commons.scaffold.util that throw PopulateException
 Collection StorageBean.findByProperty(Object target, String property, String value)
          Select entries from data storage by indexed property..
 



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