com.service.customer.ejb
Interface ProcessCustomerSessionLocal

All Known Implementing Classes:
ProcessCustomerSessionBean

public interface ProcessCustomerSessionLocal


Method Summary
 List<Customer> findAllCustomers()
           
 Customer findCustomer(String key)
           
 

Method Detail

findAllCustomers

List<Customer> findAllCustomers()

findCustomer

Customer findCustomer(String key)


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