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

Uses of OldItem in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return OldItem
 OldItem OldItemHome.create(java.lang.Integer itemId, 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 Old Item Bean.
 OldItem OldItemHome.findByPrimaryKey(OldItemPK id)
          This method is used to retrieve an Old Item Bean from its primary key, that is to say its id.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.