BEA Systems, Inc.

com.beasys.commerce.foundation.property
Interface SchemaHome


public interface SchemaHome
extends SmartEJBHome

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


Method Summary
 Schema create(SchemaPk schemaPk)
          Create a new Schema entity bean using the com.beasys.commerce.foundation.property.SchemaPk.
 java.util.Enumeration findAll()
          Find an Schema entity bean using the com.beasys.commerce.foundation.property.SchemaPk.
 Schema findByPrimaryKey(SchemaPk schemaPk)
          Find an Schema entity bean using the com.beasys.commerce.foundation.property.SchemaPk.
 java.util.Enumeration findBySchemaGroupName(java.lang.String schemaGroupName)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Schema create(SchemaPk schemaPk)
              throws javax.ejb.CreateException,
                     java.rmi.RemoteException
Create a new Schema entity bean using the com.beasys.commerce.foundation.property.SchemaPk.

findByPrimaryKey

public Schema findByPrimaryKey(SchemaPk schemaPk)
                        throws java.rmi.RemoteException,
                               javax.ejb.FinderException
Find an Schema entity bean using the com.beasys.commerce.foundation.property.SchemaPk.

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException
Find an Schema entity bean using the com.beasys.commerce.foundation.property.SchemaPk.

findBySchemaGroupName

public java.util.Enumeration findBySchemaGroupName(java.lang.String schemaGroupName)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved