com.service.customer.ejb
Interface ProcessCustomerSessionLocal


public interface ProcessCustomerSessionLocal


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

Method Detail

findAllCustomers

List<CustomerInfo> findAllCustomers()

findCustomer

CustomerInfo findCustomer(String key)


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.