edu.rice.rubis.beans
Interface SB_PutComment

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface SB_PutComment
extends javax.ejb.EJBObject, java.rmi.Remote

This is the Remote Interface of the SB_PutComment Bean

Version:
1.1
Author:
Emmanuel Cecchet and Julie Marguerite

Method Summary
 java.lang.String getCommentForm(java.lang.Integer itemId, java.lang.Integer toId, java.lang.String username, java.lang.String password)
          Authenticate the user and get the information to build the html form.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCommentForm

public java.lang.String getCommentForm(java.lang.Integer itemId,
                                       java.lang.Integer toId,
                                       java.lang.String username,
                                       java.lang.String password)
                                throws java.rmi.RemoteException
Authenticate the user and get the information to build the html form.
Returns:
a string in html format
Since:
1.1


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.