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

Uses of Category in edu.rice.rubis.beans
 

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

Methods in edu.rice.rubis.beans with parameters of type Category
 java.lang.String SB_BrowseCategoriesBean.printCategory(Category category)
          Category related printed functions
 java.lang.String SB_BrowseCategoriesBean.printCategoryByRegion(Category category, int regionId)
          List all the categories with links to browse items by region
 java.lang.String SB_BrowseCategoriesBean.printCategoryToSellItem(Category category, int userId)
          Lists all the categories and links to the sell item page
 java.lang.String SB_BrowseCategories.printCategory(Category category)
          Category related printed functions
 java.lang.String SB_BrowseCategories.printCategoryByRegion(Category category, int regionId)
          List all the categories with links to browse items by region
 java.lang.String SB_BrowseCategories.printCategoryToSellItem(Category category, int userId)
          Lists all the categories and links to the sell item page
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.