Uses of Interface
edu.rice.rubis.beans.Comment

Uses of Comment in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return Comment
 Comment CommentHome.create(java.lang.Integer FromUserId, java.lang.Integer ToUserId, java.lang.Integer ItemId, int Rating, java.lang.String Comment)
          This method is used to create a new Comment Bean.
 Comment CommentHome.findByPrimaryKey(CommentPK id)
          This method is used to retrieve a Comment Bean from its primary key, that is to say its id.
 

Methods in edu.rice.rubis.beans with parameters of type Comment
 java.lang.String SB_AboutMeBean.printComment(java.lang.String userName, Comment comment)
          Comment printed function
 java.lang.String SB_AboutMe.printComment(java.lang.String userName, Comment comment)
          Comment printed function
 java.lang.String SB_ViewUserInfoBean.printComment(java.lang.String userName, Comment comment)
          Comment printed function
 java.lang.String SB_ViewUserInfo.printComment(java.lang.String userName, Comment comment)
          Comment printed function
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.