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
 

Method Detail

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 item
description - description of the item
initialPrice - initial price
quantity - quantity of items
reservePrice - reserve price
buyNow - price to buy the item without auction
duration - duration of the auction
userdId - seller's id
categoryId - id of the category the item belong to
Since:
1.1


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.