Modifier and Type | Field and Description |
---|---|
private List<Category> |
Categories.categories |
Modifier and Type | Method and Description |
---|---|
List<Category> |
Categories.getCategories() |
Modifier and Type | Method and Description |
---|---|
void |
Categories.setCategories(List<Category> categories) |
Constructor and Description |
---|
Categories(List<Category> categories,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
Category |
InventoryClient.getCategory(int id) |
Category |
InventoryClientImpl.getCategory(int id) |
Modifier and Type | Method and Description |
---|---|
Category |
InventoryDAOImpl.getCategory(int id) |
Category |
InventoryDAO.getCategory(int id) |
Modifier and Type | Method and Description |
---|---|
List<Category> |
InventoryDAOImpl.findCategoryByName(String criteria,
int offset,
int limit) |
List<Category> |
InventoryDAO.findCategoryByName(String criteria,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
InventoryDAOImpl.createCategory(Category category) |
void |
InventoryDAO.createCategory(Category category) |
void |
InventoryDAOImpl.deleteCategory(Category category) |
void |
InventoryDAO.deleteCategory(Category category) |
void |
InventoryDAOImpl.detachCategory(Category category) |
void |
InventoryDAO.detachCategory(Category category) |
Modifier and Type | Method and Description |
---|---|
Category |
InventoryMgmtEJB.createOrGetCategory(String name) |
Category |
InventoryMgmtEJB.getCategory(int id) |
Modifier and Type | Method and Description |
---|---|
Category |
InventoryMgmtRMIEJB.getCategory(int id) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.