Uses of Class
com.ibm.websphere.samples.pbw.jpa.Customer

Packages that use Customer
com.ibm.websphere.samples.pbw.ejb   
com.ibm.websphere.samples.pbw.jpa   
com.ibm.websphere.samples.pbw.war   
 

Uses of Customer in com.ibm.websphere.samples.pbw.ejb
 

Methods in com.ibm.websphere.samples.pbw.ejb that return Customer
 Customer CustomerMgr.createCustomer(String customerID, String password, String firstName, String lastName, String addr1, String addr2, String addrCity, String addrState, String addrZip, String phone)
          Create a new user.
 Customer CustomerMgr.getCustomer(String customerID)
          Retrieve an existing user.
 Customer CustomerMgr.updateUser(String customerID, String firstName, String lastName, String addr1, String addr2, String addrCity, String addrState, String addrZip, String phone)
          Update an existing user.
 

Methods in com.ibm.websphere.samples.pbw.ejb with parameters of type Customer
 void MailerBean.createAndSendMail(Customer customerInfo, String orderKey)
          Create a mail message and send it.
 

Uses of Customer in com.ibm.websphere.samples.pbw.jpa
 

Methods in com.ibm.websphere.samples.pbw.jpa that return Customer
 Customer Order.getCustomer()
           
 

Methods in com.ibm.websphere.samples.pbw.jpa with parameters of type Customer
 void Order.setCustomer(Customer customer)
           
 

Constructors in com.ibm.websphere.samples.pbw.jpa with parameters of type Customer
Order(Customer customer, String billName, String billAddr1, String billAddr2, String billCity, String billState, String billZip, String billPhone, String shipName, String shipAddr1, String shipAddr2, String shipCity, String shipState, String shipZip, String shipPhone, String creditCard, String ccNum, String ccExpireMonth, String ccExpireYear, String cardHolder, int shippingMethod, Collection<OrderItem> items)
          Constructor to create an Order.
 

Uses of Customer in com.ibm.websphere.samples.pbw.war
 

Methods in com.ibm.websphere.samples.pbw.war that return Customer
 Customer AccountBean.getCustomer()
           
 

Methods in com.ibm.websphere.samples.pbw.war with parameters of type Customer
 void MailAction.sendConfirmationMessage(Customer customer, String orderKey)
          Send the email order confirmation message.
 



Copyright © 2011. All Rights Reserved.