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

Uses of UserPK in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return UserPK
 UserPK UserBean.ejbFindByPrimaryKey(UserPK id)
          This method is used to retrieve a User Bean from its primary key, that is to say its id.
 UserPK UserBean.ejbFindByNickName(java.lang.String nickName)
          This method is used to retrieve a User Bean from its name.
 UserPK UserBean.ejbCreate(java.lang.String userFirstName, java.lang.String userLastName, java.lang.String userNickName, java.lang.String userEmail, java.lang.String userPassword, java.lang.Integer userRegionId)
          This method is used to create a new User Bean.
 

Methods in edu.rice.rubis.beans with parameters of type UserPK
 UserPK UserBean.ejbFindByPrimaryKey(UserPK id)
          This method is used to retrieve a User Bean from its primary key, that is to say its id.
 User UserHome.findByPrimaryKey(UserPK id)
          This method is used to retrieve a User Item Bean from its primary key, that is to say its id.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.