com.parsec.ejbs.bidbuy
Interface BuyingCallHome

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

public interface BuyingCallHome
extends javax.ejb.EJBHome


Method Summary
 BuyingCall create(java.lang.String customerId, java.lang.String shareId, java.util.Date bidTime, java.util.Date expiryTime, int noOfShares, float price)
           
 java.util.Collection findByCustomerId(java.lang.String customerId)
           
 BuyingCall findByPrimaryKey(BuySellPrimaryKey primaryKey)
           
 java.util.Collection findByShareId(java.lang.String shareId)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public BuyingCall create(java.lang.String customerId,
                         java.lang.String shareId,
                         java.util.Date bidTime,
                         java.util.Date expiryTime,
                         int noOfShares,
                         float price)
                  throws java.rmi.RemoteException,
                         javax.ejb.CreateException

findByPrimaryKey

public BuyingCall findByPrimaryKey(BuySellPrimaryKey primaryKey)
                            throws javax.ejb.FinderException,
                                   java.rmi.RemoteException

findByCustomerId

public java.util.Collection findByCustomerId(java.lang.String customerId)
                                      throws javax.ejb.FinderException,
                                             java.rmi.RemoteException

findByShareId

public java.util.Collection findByShareId(java.lang.String shareId)
                                   throws javax.ejb.FinderException,
                                          java.rmi.RemoteException