|
|||||||||
| Home >> All >> com >> RuntimeCollective >> [ webapps overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.webapps
Class BeanUtils

java.lang.Objectcom.RuntimeCollective.webapps.BeanUtils
- public class BeanUtils
- extends java.lang.Object
A utilities class for EntityBeans.
- Version:
- $Id: BeanUtils.java,v 1.3 2003/09/30 15:13:03 joe Exp $
| Constructor Summary | |
BeanUtils()
|
|
| Method Summary | |
static java.util.List |
beansFromIds(java.util.List ids)
Take a List of Integers (ids) and turn it into a List of EntityBeans. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BeanUtils
public BeanUtils()
| Method Detail |
beansFromIds
public static java.util.List beansFromIds(java.util.List ids)
- Take a List of Integers (ids) and turn it into a List of EntityBeans.
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> [ webapps overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.RuntimeCollective.webapps.BeanUtils