Uses of Interface
edu.rice.rubis.beans.Item

Uses of Item in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return Item
 Item ItemHome.create(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.
 Item ItemHome.findByPrimaryKey(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.