|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ItemPK in edu.rice.rubis.beans |
Methods in edu.rice.rubis.beans that return ItemPK | |
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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |