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. categories
Methods 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 void
Categories. 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 Category
InventoryClient. getCategory(int id)
Category
InventoryJaxRSClientImpl. 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 Category
InventoryDAO. getCategory(int id)
Category
InventoryDAOImpl. 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 void
InventoryDAO. createCategory(Category category)
void
InventoryDAOImpl. createCategory(Category category)
void
InventoryDAO. deleteCategory(Category category)
void
InventoryDAOImpl. deleteCategory(Category category)
void
InventoryDAO. detachCategory(Category category)
void
InventoryDAOImpl. 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 Category
InventoryMgmtEJB. createOrGetCategory(String name)
Category
InventoryMgmtEJB. 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 Category
InventoryMgmtRMIEJB. getCategory(int id)
-