test.ojb.ejb
Interface PlzEntryBmpHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface PlzEntryBmpHome
extends javax.ejb.EJBHome

This is a Home interface for the Entity Bean


Method Summary
 PlzEntryBmp create(int id)
           
 PlzEntryBmp create(PlzEntryBmpKey primaryKey)
          create method for a BMP entity bean
 PlzEntryBmp findById(int id)
           
 PlzEntryBmp findByPrimaryKey(PlzEntryBmpKey key)
          findByPrimaryKey method comment
 java.util.Enumeration findByTown(java.lang.String town)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, remove, remove
 

Method Detail

findByTown

public java.util.Enumeration findByTown(java.lang.String town)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException
Parameters:
town - java.lang.String
Returns:
java.util.Enumeration
Throws:
java.lang.String - The exception description.
java.rmi.RemoteException
javax.ejb.FinderException

create

public PlzEntryBmp create(int id)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Parameters:
id - int
Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmp
Throws:
java.lang.String - The exception description.
javax.ejb.CreateException
java.rmi.RemoteException

create

public PlzEntryBmp create(PlzEntryBmpKey primaryKey)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
create method for a BMP entity bean

Parameters:
primaryKey - com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmp
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.

findById

public PlzEntryBmp findById(int id)
                     throws java.rmi.RemoteException,
                            javax.ejb.FinderException
Parameters:
id - int
Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmp
Throws:
java.lang.String - The exception description.
java.rmi.RemoteException
javax.ejb.FinderException

findByPrimaryKey

public PlzEntryBmp findByPrimaryKey(PlzEntryBmpKey key)
                             throws java.rmi.RemoteException,
                                    javax.ejb.FinderException
findByPrimaryKey method comment

Parameters:
key - com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmp
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04