Uses of Class
ejava.examples.ejbwar.customer.bo.Customer
-
-
Uses of Customer in ejava.examples.ejbwar.customer.bo
Fields in ejava.examples.ejbwar.customer.bo with type parameters of type Customer Modifier and Type Field Description private List<Customer>Customers. customersMethods in ejava.examples.ejbwar.customer.bo that return types with arguments of type Customer Modifier and Type Method Description List<Customer>Customers. getCustomers()Method parameters in ejava.examples.ejbwar.customer.bo with type arguments of type Customer Modifier and Type Method Description voidCustomers. setCategories(List<Customer> customers)Constructor parameters in ejava.examples.ejbwar.customer.bo with type arguments of type Customer Constructor Description Customers(List<Customer> customers, int offset, int limit) -
Uses of Customer in ejava.examples.ejbwar.customer.client
Methods in ejava.examples.ejbwar.customer.client that return Customer Modifier and Type Method Description CustomerCustomerClient. addCustomer(Customer customer)CustomerCustomerJaxRSClientImpl. addCustomer(Customer customer)CustomerCustomerClient. getCustomer(int id)CustomerCustomerJaxRSClientImpl. getCustomer(int id)Methods in ejava.examples.ejbwar.customer.client with parameters of type Customer Modifier and Type Method Description CustomerCustomerClient. addCustomer(Customer customer)CustomerCustomerJaxRSClientImpl. addCustomer(Customer customer) -
Uses of Customer in ejava.examples.ejbwar.customer.dao
Methods in ejava.examples.ejbwar.customer.dao that return Customer Modifier and Type Method Description CustomerCustomerDAO. getCustomer(int id)CustomerCustomerDAOImpl. getCustomer(int id)CustomerCustomerDAO. update(Customer customer)CustomerCustomerDAOImpl. update(Customer customer)Methods in ejava.examples.ejbwar.customer.dao that return types with arguments of type Customer Modifier and Type Method Description List<Customer>CustomerDAO. findCustomerByName(String firstName, String lastName, int offset, int limit)List<Customer>CustomerDAOImpl. findCustomerByName(String firstName, String lastName, int offset, int limit)Methods in ejava.examples.ejbwar.customer.dao with parameters of type Customer Modifier and Type Method Description voidCustomerDAO. createCustomer(Customer customer)voidCustomerDAOImpl. createCustomer(Customer customer)voidCustomerDAO. deleteCustomer(Customer customer)voidCustomerDAOImpl. deleteCustomer(Customer customer)CustomerCustomerDAO. update(Customer customer)CustomerCustomerDAOImpl. update(Customer customer) -
Uses of Customer in ejava.examples.ejbwar.customer.ejb
Methods in ejava.examples.ejbwar.customer.ejb that return Customer Modifier and Type Method Description CustomerCustomerMgmt. addCustomer(Customer customer)CustomerCustomerMgmtEJB. addCustomer(Customer customer)CustomerCustomerMgmt. getCustomer(int id)CustomerCustomerMgmtEJB. getCustomer(int id)Methods in ejava.examples.ejbwar.customer.ejb with parameters of type Customer Modifier and Type Method Description CustomerCustomerMgmt. addCustomer(Customer customer)CustomerCustomerMgmtEJB. addCustomer(Customer customer) -
Uses of Customer in ejava.examples.ejbwar.customer.rs
Methods in ejava.examples.ejbwar.customer.rs with parameters of type Customer Modifier and Type Method Description javax.ws.rs.core.ResponseCustomersResource. addCustomer(Customer customer)
-