BEA Systems, Inc.

theory.smart.axiom.units
Interface UnitListHome


public interface UnitListHome
extends SmartEJBHome

The home interface for the UnitList entity bean. Use this class to create, remove, and find UnitList entity beans.


Method Summary
 UnitList create(UnitListPk unitListPk)
          Create a new UnitList entity bean using the theory.smart.axiom.units.UnitListPk.
 UnitList findByPrimaryKey(UnitListPk unitListPk)
          Find an UnitList entity bean using the theory.smart.axiom.units.UnitListPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public UnitList create(UnitListPk unitListPk)
                throws javax.ejb.CreateException,
                       java.rmi.RemoteException
Create a new UnitList entity bean using the theory.smart.axiom.units.UnitListPk.

findByPrimaryKey

public UnitList findByPrimaryKey(UnitListPk unitListPk)
                          throws java.rmi.RemoteException,
                                 javax.ejb.FinderException
Find an UnitList entity bean using the theory.smart.axiom.units.UnitListPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved