Uses of Class
edu.rice.rubis.beans.BidPK

Uses of BidPK in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return BidPK
 BidPK BidBean.ejbFindByPrimaryKey(BidPK id)
          This method is used to retrieve a Bid Bean from its primary key, that is to say its id.
 BidPK BidBean.ejbCreate(java.lang.Integer bidUserId, java.lang.Integer bidItemId, float userBid, float userMaxBid, int quantity)
          This method is used to create a new Bid Bean.
 

Methods in edu.rice.rubis.beans with parameters of type BidPK
 Bid BidHome.findByPrimaryKey(BidPK id)
          This method is used to retrieve a Bid Bean from its primary key, that is to say its id.
 BidPK BidBean.ejbFindByPrimaryKey(BidPK id)
          This method is used to retrieve a Bid Bean from its primary key, that is to say its id.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.