Uses of Interface
com.sun.j2ee.blueprints.smarticket.ejb.customer.Customer

Packages that use Customer
com.sun.j2ee.blueprints.smarticket.ejb.customer   
 

Uses of Customer in com.sun.j2ee.blueprints.smarticket.ejb.customer
 

Methods in com.sun.j2ee.blueprints.smarticket.ejb.customer that return Customer
 Customer CustomerHome.create(java.lang.String u, java.lang.String p, java.lang.String z, java.lang.String c)
          Creates a new customer with the given username, password, zip code, and credit card number.
 Customer CustomerHome.findByPrimaryKey(java.lang.String u)
          Finds the customer with the given username.
 



Copyright © 2002 Sun Microsystems Inc. All rights reserved.