BEA Systems, Inc.

theory.smart.foundation
Interface BusinessSmartWorkAreaHome


public interface BusinessSmartWorkAreaHome
extends SmartEJBHome

The home interface for the BusinessSmartWorkArea entity bean. Use this class to create, remove, and find BusinessSmartWorkArea entity beans. BusinessSmartWorkArea is an internal entity bean that provides system storage for BusinessSmartEngine. None one should use this bean directly.

See Also:
BusinessSmartEngine, BusinessSmartWorkArea, BusinessSmartWorkAreaPk, BusinessSmartWorkAreaImpl

Method Summary
 BusinessSmartWorkArea create(BusinessSmartWorkAreaPk businessSmartWorkAreaPk)
          Create a new BusinessSmartWorkArea entity bean using the theory.smart.foundation.BusinessSmartWorkAreaPk.
 BusinessSmartWorkArea findByPrimaryKey(BusinessSmartWorkAreaPk businessSmartWorkAreaPk)
          Find a BusinessSmartWorkArea entity bean using the theory.smart.foundation.BusinessSmartWorkAreaPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public BusinessSmartWorkArea create(BusinessSmartWorkAreaPk businessSmartWorkAreaPk)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
Create a new BusinessSmartWorkArea entity bean using the theory.smart.foundation.BusinessSmartWorkAreaPk.
See Also:
BusinessSmartEngine

findByPrimaryKey

public BusinessSmartWorkArea findByPrimaryKey(BusinessSmartWorkAreaPk businessSmartWorkAreaPk)
                                       throws java.rmi.RemoteException,
                                              javax.ejb.FinderException
Find a BusinessSmartWorkArea entity bean using the theory.smart.foundation.BusinessSmartWorkAreaPk.
See Also:
BusinessSmartEngine

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved