edu.rice.rubis.beans
Interface SB_ViewItem
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SB_ViewItem
- extends javax.ejb.EJBObject, java.rmi.Remote
This is the Remote Interface of the SB_ViewItem Bean
- Version:
- 1.1
- Author:
- Emmanuel Cecchet and Julie Marguerite
Method Summary |
java.lang.String |
getItemDescription(java.lang.Integer itemId,
int userId)
Get the full description of an item and the bidding option if userId>0. |
java.lang.String |
printHTMLHighlighted(java.lang.String msg)
Construct a html highlighted string. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getItemDescription
public java.lang.String getItemDescription(java.lang.Integer itemId,
int userId)
throws java.rmi.RemoteException
- Get the full description of an item and the bidding option if userId>0.
- Parameters:
item
- an Item
valueuserId
- an authenticated user id
printHTMLHighlighted
public java.lang.String printHTMLHighlighted(java.lang.String msg)
throws java.rmi.RemoteException
- Construct a html highlighted string.
- Parameters:
msg
- the message to display- Returns:
- a string in html format
- Since:
- 1.1
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.