com.parsec.ejbs.bidbuy
Interface SellingCallHome

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

public interface SellingCallHome
extends javax.ejb.EJBHome


Method Summary
 SellingCall 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)
           
 SellingCall 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 SellingCall 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 SellingCall 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