Uses of Interface
com.sun.j2ee.blueprints.customer.account.ejb.Account

Packages that use Account
com.sun.j2ee.blueprints.customer.account.ejb   
com.sun.j2ee.blueprints.customer.order.ejb   
 

Uses of Account in com.sun.j2ee.blueprints.customer.account.ejb
 

Methods in com.sun.j2ee.blueprints.customer.account.ejb that return Account
 Account AccountHome.create(java.lang.String userId, java.lang.String status, ContactInformation info)
           
 Account AccountHome.findByPrimaryKey(java.lang.String userId)
           
 

Uses of Account in com.sun.j2ee.blueprints.customer.order.ejb
 

Methods in com.sun.j2ee.blueprints.customer.order.ejb that return Account
 Account Order.getAccount()
           
 Account OrderEJB.getAccount()
           
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.