com.parsec.ejbs.bidbuy
Interface SellingCallHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface SellingCallHome
- extends javax.ejb.EJBHome
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
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