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 all Schema entity bean.
 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)
          Finder method that returns the collection of Schema for a given 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 all Schema entity bean.

findBySchemaGroupName

public java.util.Enumeration findBySchemaGroupName(java.lang.String schemaGroupName)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException
Finder method that returns the collection of Schema for a given schemaGroupName.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved