|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 void |
SearchUtils.populate(java.lang.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. |
static java.util.Collection |
SearchUtils.getCollection(java.lang.Object target,
org.apache.lucene.search.Hits hits)
Return a ArrayList of hits by looping and calling populate. |
| Uses of PopulateException in org.apache.commons.scaffold.sql |
| Methods in org.apache.commons.scaffold.sql that throw PopulateException | |
java.util.Collection |
StorageBeanBase.findByProperty(java.lang.Object target,
java.lang.String property,
java.lang.String value)
|
static java.util.Collection |
AccessBase.findByProperty(java.lang.Object target,
java.lang.String property,
java.lang.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 | |
java.util.Collection |
StorageBean.findByProperty(java.lang.Object target,
java.lang.String property,
java.lang.String value)
Select entries from data storage by indexed property.. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||