BEA Systems, Inc.

theory.smart.ebusiness.shipping
Interface PackingListHome


public interface PackingListHome
extends SmartEJBHome

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


Method Summary
 PackingList create(PackingListPk packingListPk)
          Create a new PackingList entity bean using the theory.smart.ebusiness.shipping.PackingListPk.
 PackingList findByPrimaryKey(PackingListPk packingListPk)
          Find an PackingList entity bean using the theory.smart.ebusiness.shipping.PackingListPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PackingList create(PackingListPk packingListPk)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Create a new PackingList entity bean using the theory.smart.ebusiness.shipping.PackingListPk.

findByPrimaryKey

public PackingList findByPrimaryKey(PackingListPk packingListPk)
                             throws java.rmi.RemoteException,
                                    javax.ejb.FinderException
Find an PackingList entity bean using the theory.smart.ebusiness.shipping.PackingListPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved