edu.rice.rubis.beans
Interface SB_RegisterItem
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SB_RegisterItem
- extends javax.ejb.EJBObject, java.rmi.Remote
This is the Remote Interface of the SB_RegisterItem Bean
- Version:
- 1.1
- Author:
- Emmanuel Cecchet and Julie Marguerite
Method Summary |
void |
createItem(java.lang.String name,
java.lang.String description,
float initialPrice,
int quantity,
float reservePrice,
float buyNow,
int duration,
java.lang.Integer userId,
java.lang.Integer categoryId)
Create a new item. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
createItem
public void createItem(java.lang.String name,
java.lang.String description,
float initialPrice,
int quantity,
float reservePrice,
float buyNow,
int duration,
java.lang.Integer userId,
java.lang.Integer categoryId)
throws java.rmi.RemoteException
- Create a new item.
- Parameters:
name
- name of the itemdescription
- description of the iteminitialPrice
- initial pricequantity
- quantity of itemsreservePrice
- reserve pricebuyNow
- price to buy the item without auctionduration
- duration of the auctionuserdId
- seller's idcategoryId
- id of the category the item belong to- Since:
- 1.1
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.