Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps
Class BeanUtils  view BeanUtils download BeanUtils.java

java.lang.Object
  extended bycom.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.