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

Uses of CategoryLocal in edu.rice.rubis.beans
 

Methods in edu.rice.rubis.beans that return CategoryLocal
 CategoryLocal CategoryLocalHome.create(java.lang.String name)
          This method is used to create a new Category Bean.
 CategoryLocal CategoryLocalHome.findByPrimaryKey(CategoryPK id)
          This method is used to retrieve a Category Bean from its primary key, that is to say its id.
 CategoryLocal CategoryLocalHome.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 CategoryLocal
 java.lang.String SB_BrowseCategories.printCategory(CategoryLocal category)
          Category related printed functions
 java.lang.String SB_BrowseCategories.printCategoryByRegion(CategoryLocal category, int regionId)
          List all the categories with links to browse items by region
 java.lang.String SB_BrowseCategories.printCategoryToSellItem(CategoryLocal category, int userId)
          Lists all the categories and links to the sell item page
 java.lang.String SB_BrowseCategoriesBean.printCategory(CategoryLocal category)
          Category related printed functions
 java.lang.String SB_BrowseCategoriesBean.printCategoryByRegion(CategoryLocal category, int regionId)
          List all the categories with links to browse items by region
 java.lang.String SB_BrowseCategoriesBean.printCategoryToSellItem(CategoryLocal category, int userId)
          Lists all the categories and links to the sell item page
 



Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.