BEA Systems, Inc.

com.beasys.commerce.axiom.util
Interface AlphaNumericSequencerHome


public interface AlphaNumericSequencerHome
extends SmartEJBHome

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


Method Summary
 AlphaNumericSequencer create(AlphaNumericSequencerPk alphaNumericSequencerPk)
          Create a new AlphaNumericSequencer entity bean using the com.beasys.commerce.axiom.util.AlphaNumericSequencerPk.
 AlphaNumericSequencer findByPrimaryKey(AlphaNumericSequencerPk alphaNumericSequencerPk)
          Find an AlphaNumericSequencer entity bean using the com.beasys.commerce.axiom.util.AlphaNumericSequencerPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public AlphaNumericSequencer create(AlphaNumericSequencerPk alphaNumericSequencerPk)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
Create a new AlphaNumericSequencer entity bean using the com.beasys.commerce.axiom.util.AlphaNumericSequencerPk.

findByPrimaryKey

public AlphaNumericSequencer findByPrimaryKey(AlphaNumericSequencerPk alphaNumericSequencerPk)
                                       throws java.rmi.RemoteException,
                                              javax.ejb.FinderException
Find an AlphaNumericSequencer entity bean using the com.beasys.commerce.axiom.util.AlphaNumericSequencerPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved