com.beasys.commerce.axiom.util
Interface  AlphaNumericSequencerHome
- All Superinterfaces: 
 - SmartEJBHome, SmartHome
 
- public interface AlphaNumericSequencerHome
- extends SmartEJBHome
  
The home interface for the AlphaNumericSequencer entity bean.  Use this
  class to create, remove, and find AlphaNumericSequencer entity beans.
 
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,
                                              <>FinderException
- Find an AlphaNumericSequencer entity bean using the com.beasys.commerce.axiom.util.AlphaNumericSequencerPk.
 
 
Copyright © 2001 BEA Systems, Inc. All Rights Reserved