Uses of Class
ejava.examples.ejbwar.inventory.bo.Category
-
-
Uses of Category in ejava.examples.ejbwar.inventory.bo
Fields in ejava.examples.ejbwar.inventory.bo with type parameters of type Category Modifier and Type Field Description private List<Category>Categories. categoriesMethods in ejava.examples.ejbwar.inventory.bo that return types with arguments of type Category Modifier and Type Method Description List<Category>Categories. getCategories()Method parameters in ejava.examples.ejbwar.inventory.bo with type arguments of type Category Modifier and Type Method Description voidCategories. setCategories(List<Category> categories)Constructor parameters in ejava.examples.ejbwar.inventory.bo with type arguments of type Category Constructor Description Categories(List<Category> categories, int offset, int limit) -
Uses of Category in ejava.examples.ejbwar.inventory.client
Methods in ejava.examples.ejbwar.inventory.client that return Category Modifier and Type Method Description CategoryInventoryClient. getCategory(int id)CategoryInventoryJaxRSClientImpl. getCategory(int id) -
Uses of Category in ejava.examples.ejbwar.inventory.dao
Methods in ejava.examples.ejbwar.inventory.dao that return Category Modifier and Type Method Description CategoryInventoryDAO. getCategory(int id)CategoryInventoryDAOImpl. getCategory(int id)Methods in ejava.examples.ejbwar.inventory.dao that return types with arguments of type Category Modifier and Type Method Description List<Category>InventoryDAO. findCategoryByName(String criteria, int offset, int limit)List<Category>InventoryDAOImpl. findCategoryByName(String criteria, int offset, int limit)Methods in ejava.examples.ejbwar.inventory.dao with parameters of type Category Modifier and Type Method Description voidInventoryDAO. createCategory(Category category)voidInventoryDAOImpl. createCategory(Category category)voidInventoryDAO. deleteCategory(Category category)voidInventoryDAOImpl. deleteCategory(Category category)voidInventoryDAO. detachCategory(Category category)voidInventoryDAOImpl. detachCategory(Category category) -
Uses of Category in ejava.examples.ejbwar.inventory.ejb
Methods in ejava.examples.ejbwar.inventory.ejb that return Category Modifier and Type Method Description CategoryInventoryMgmtEJB. createOrGetCategory(String name)CategoryInventoryMgmtEJB. getCategory(int id) -
Uses of Category in ejava.examples.ejbwar.inventory.rmi
Methods in ejava.examples.ejbwar.inventory.rmi that return Category Modifier and Type Method Description CategoryInventoryMgmtRMIEJB. getCategory(int id)
-