Uses of Class
com.service.customer.ejb.Customer

Packages that use Customer
com.service.customer.ejb   
com.service.customer.web   
 

Uses of Customer in com.service.customer.ejb
 

Methods in com.service.customer.ejb that return Customer
 Customer ProcessCustomerSessionLocal.findCustomer(String key)
           
 Customer ProcessCustomerSessionBean.findCustomer(String key)
           
 

Methods in com.service.customer.ejb that return types with arguments of type Customer
 List<Customer> ProcessCustomerSessionLocal.findAllCustomers()
           
 List<Customer> ProcessCustomerSessionBean.findAllCustomers()
           
 

Uses of Customer in com.service.customer.web
 

Methods in com.service.customer.web that return types with arguments of type Customer
 List<Customer> CustomerServiceJavaBean.getAllCustomers()
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.