com.service.customer.ejb
Class ProcessCustomerSessionBean

java.lang.Object
  extended by com.service.customer.ejb.ProcessCustomerSessionBean
All Implemented Interfaces:
ProcessCustomerSessionLocal

public class ProcessCustomerSessionBean
extends Object
implements ProcessCustomerSessionLocal


Field Summary
protected  javax.persistence.EntityManagerFactory emf
           
 
Constructor Summary
ProcessCustomerSessionBean()
           
 
Method Summary
 List<Customer> findAllCustomers()
           
 Customer findCustomer(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emf

protected javax.persistence.EntityManagerFactory emf
Constructor Detail

ProcessCustomerSessionBean

public ProcessCustomerSessionBean()
Method Detail

findAllCustomers

public List<Customer> findAllCustomers()
Specified by:
findAllCustomers in interface ProcessCustomerSessionLocal

findCustomer

public Customer findCustomer(String key)
Specified by:
findCustomer in interface ProcessCustomerSessionLocal


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