Uses of Class
ejava.examples.ejbwar.inventory.bo.Product
-
-
Uses of Product in ejava.examples.ejbwar.inventory.bo
Fields in ejava.examples.ejbwar.inventory.bo with type parameters of type Product Modifier and Type Field Description private List<Product>Category. productsprivate List<Product>Products. productsMethods in ejava.examples.ejbwar.inventory.bo that return Product Modifier and Type Method Description ProductProduct. withProtectedValue(String string)Methods in ejava.examples.ejbwar.inventory.bo that return types with arguments of type Product Modifier and Type Method Description List<Product>Category. getProducts()List<Product>Products. getProducts()Method parameters in ejava.examples.ejbwar.inventory.bo with type arguments of type Product Modifier and Type Method Description voidCategory. setProducts(List<Product> products)voidProducts. setProducts(List<Product> products)Constructor parameters in ejava.examples.ejbwar.inventory.bo with type arguments of type Product Constructor Description Products(List<Product> products, int offset, int limit) -
Uses of Product in ejava.examples.ejbwar.inventory.client
Methods in ejava.examples.ejbwar.inventory.client that return Product Modifier and Type Method Description ProductInventoryClient. createProduct(Product product, String string)ProductInventoryJaxRSClientImpl. createProduct(Product product, String categoryName)This method uses HTML FORM mechanism to POST a new product in the inventory.ProductInventoryClient. getProduct(int id)ProductInventoryJaxRSClientImpl. getProduct(int id)ProductInventoryClient. updateProduct(Product product)ProductInventoryJaxRSClientImpl. updateProduct(Product product)Methods in ejava.examples.ejbwar.inventory.client with parameters of type Product Modifier and Type Method Description ProductInventoryClient. createProduct(Product product, String string)ProductInventoryJaxRSClientImpl. createProduct(Product product, String categoryName)This method uses HTML FORM mechanism to POST a new product in the inventory.ProductInventoryClient. updateProduct(Product product)ProductInventoryJaxRSClientImpl. updateProduct(Product product) -
Uses of Product in ejava.examples.ejbwar.inventory.dao
Methods in ejava.examples.ejbwar.inventory.dao that return Product Modifier and Type Method Description ProductInventoryDAO. getProduct(int id)ProductInventoryDAOImpl. getProduct(int id)ProductInventoryDAO. updateProduct(Product product)ProductInventoryDAOImpl. updateProduct(Product product)Methods in ejava.examples.ejbwar.inventory.dao that return types with arguments of type Product Modifier and Type Method Description List<Product>InventoryDAO. findProductsByName(String criteria, int offset, int limit)List<Product>InventoryDAOImpl. findProductsByName(String criteria, int offset, int limit)Methods in ejava.examples.ejbwar.inventory.dao with parameters of type Product Modifier and Type Method Description voidInventoryDAO. addProduct(Product p)voidInventoryDAOImpl. addProduct(Product p)voidInventoryDAO. deleteProduct(Product p)voidInventoryDAOImpl. deleteProduct(Product product)ProductInventoryDAO. updateProduct(Product product)ProductInventoryDAOImpl. updateProduct(Product product) -
Uses of Product in ejava.examples.ejbwar.inventory.ejb
Methods in ejava.examples.ejbwar.inventory.ejb that return Product Modifier and Type Method Description ProductInventoryMgmtEJB. addProduct(Product product, String categoryName)ProductInventoryMgmtEJB. getProduct(int id)ProductInventoryMgmtEJB. updateProduct(Product product)Methods in ejava.examples.ejbwar.inventory.ejb with parameters of type Product Modifier and Type Method Description ProductInventoryMgmtEJB. addProduct(Product product, String categoryName)voidInventoryMgmtEJB. deleteProduct(Product product)ProductInventoryMgmtEJB. updateProduct(Product product) -
Uses of Product in ejava.examples.ejbwar.inventory.rmi
Methods in ejava.examples.ejbwar.inventory.rmi that return Product Modifier and Type Method Description ProductInventoryMgmtRMIEJB. createProduct(Product product, String category)ProductInventoryMgmtRMIEJB. getProduct(int id)ProductInventoryMgmtRMIEJB. updateProduct(Product product)Methods in ejava.examples.ejbwar.inventory.rmi with parameters of type Product Modifier and Type Method Description ProductInventoryMgmtRMIEJB. createProduct(Product product, String category)ProductInventoryMgmtRMIEJB. updateProduct(Product product) -
Uses of Product in ejava.examples.ejbwar.inventory.rs
Methods in ejava.examples.ejbwar.inventory.rs with parameters of type Product Modifier and Type Method Description javax.ws.rs.core.ResponseProductsResource. updateProduct(int id, Product product)Updates a product with the values of the object passed in
-