Uses of Class
edu.rice.rubis.beans.CommentPK

Uses of CommentPK in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return CommentPK
 CommentPK CommentBean.ejbFindByPrimaryKey(CommentPK id)
          This method is used to retrieve a Comment Bean from its primary key, that is to say its id.
 CommentPK CommentBean.ejbCreate(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.
 

Methods in edu.rice.rubis.beans with parameters of type CommentPK
 Comment CommentHome.findByPrimaryKey(CommentPK id)
          This method is used to retrieve a Comment Bean from its primary key, that is to say its id.
 CommentPK CommentBean.ejbFindByPrimaryKey(CommentPK id)
          This method is used to retrieve a Comment Bean from its primary key, that is to say its id.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.