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

Uses of ItemPK in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return ItemPK
 ItemPK ItemBean.ejbFindByPrimaryKey(ItemPK id)
          This method is used to retrieve an Item Bean from its primary key, that is to say its id.
 ItemPK ItemBean.ejbCreate(java.lang.String itemName, java.lang.String itemDescription, float itemInitialPrice, int itemQuantity, float itemReservePrice, float itemBuyNow, int duration, java.lang.Integer itemSellerId, java.lang.Integer itemCategoryId)
          This method is used to create a new Item Bean.
 

Methods in edu.rice.rubis.beans with parameters of type ItemPK
 Item ItemHome.findByPrimaryKey(ItemPK id)
          This method is used to retrieve an Item Bean from its primary key, that is to say its id.
 ItemPK ItemBean.ejbFindByPrimaryKey(ItemPK id)
          This method is used to retrieve an Item Bean from its primary key, that is to say its id.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.