Uses of Interface
org.apache.aries.samples.ariestrader.api.persistence.AccountProfileDataBean

Packages that use AccountProfileDataBean
org.apache.aries.samples.ariestrader.api   
org.apache.aries.samples.ariestrader.api.persistence   
 

Uses of AccountProfileDataBean in org.apache.aries.samples.ariestrader.api
 

Methods in org.apache.aries.samples.ariestrader.api that return AccountProfileDataBean
 AccountProfileDataBean TradeServices.getAccountProfileData(String userID)
          Return an AccountProfileDataBean for userID providing the users profile
 AccountProfileDataBean TradeServices.updateAccountProfile(String userID, String password, String fullName, String address, String email, String creditcard)
          Update userID's account profile information using the provided AccountProfileDataBean object
 

Uses of AccountProfileDataBean in org.apache.aries.samples.ariestrader.api.persistence
 

Methods in org.apache.aries.samples.ariestrader.api.persistence that return AccountProfileDataBean
 AccountProfileDataBean AccountDataBean.getProfile()
           
 

Methods in org.apache.aries.samples.ariestrader.api.persistence with parameters of type AccountProfileDataBean
 void AccountDataBean.setProfile(AccountProfileDataBean profile)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.