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.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
 UserLocal UserLocalHome.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.