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