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

Uses of ItemLocal in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return ItemLocal
 ItemLocal ItemLocalHome.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.
 ItemLocal ItemLocalHome.findByPrimaryKey(ItemPK id)
          This method is used to retrieve an Item Bean from its primary key, that is to say its id.
 

Methods in edu.rice.rubis.beans with parameters of type ItemLocal
 java.lang.String SB_BuyNowBean.printItemDescriptionToBuyNow(ItemLocal item, int userId)
          Print the full description of an item and the buy now option
 java.lang.String SB_AboutMe.printItemUserHasBidOn(BidLocal bid, ItemLocal item, java.lang.String username, java.lang.String password)
          items list printed function
 java.lang.String SB_SearchItemsByRegion.printItem(ItemLocal item)
          Item related printed function
 java.lang.String SB_SearchItemsByRegionBean.printItem(ItemLocal item)
          Item related printed function
 java.lang.String SB_AboutMeBean.printItemUserHasBidOn(BidLocal bid, ItemLocal item, java.lang.String username, java.lang.String password)
          items list printed function
 java.lang.String SB_SearchItemsByCategory.printItem(ItemLocal item)
          Item related printed function
 java.lang.String SB_SearchItemsByCategoryBean.printItem(ItemLocal item)
          Item related printed function
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.