BEA Systems, Inc.

theory.smart.axiom.units
Interface UnitConversionHome


public interface UnitConversionHome
extends SmartEJBHome

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


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

Method Detail

create

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

findByPrimaryKey

public UnitConversion findByPrimaryKey(UnitConversionPk unitConversionPk)
                                throws java.rmi.RemoteException,
                                       javax.ejb.FinderException
Find an UnitConversion entity bean using the theory.smart.axiom.units.UnitConversionPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved