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

Uses of CategoryPK in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return CategoryPK
 CategoryPK CategoryBean.ejbFindByPrimaryKey(CategoryPK id)
          This method is used to retrieve a Category Bean from its primary key, that is to say its id.
 CategoryPK CategoryBean.ejbFindByName(java.lang.String categoryName)
          This method is used to retrieve a Category Bean from its name.
 CategoryPK CategoryBean.ejbCreate(java.lang.String categoryName)
          This method is used to create a new Category Bean.
 

Methods in edu.rice.rubis.beans with parameters of type CategoryPK
 CategoryPK CategoryBean.ejbFindByPrimaryKey(CategoryPK id)
          This method is used to retrieve a Category Bean from its primary key, that is to say its id.
 Category CategoryHome.findByPrimaryKey(CategoryPK id)
          This method is used to retrieve a Category Bean from its primary key, that is to say its id.
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.