Uses of Class
DataClasses.UserAddress_Data

Packages that use UserAddress_Data
AppletInterface   
Validators   
XmlCommunication   
 

Uses of UserAddress_Data in AppletInterface
 

Fields in AppletInterface declared as UserAddress_Data
private  UserAddress_Data UpdateFrame.addressdata
           
private  UserAddress_Data StockTradingApplication.address
           
private  UserAddress_Data RegisterFrame.address
           
private  UserAddress_Data MainFrame.address
           
 

Methods in AppletInterface that return UserAddress_Data
 UserAddress_Data StockTradingApplication.getAddress()
          This method is being used for getting the address details.
 

Methods in AppletInterface with parameters of type UserAddress_Data
 void StockTradingApplication.setAddress(UserAddress_Data a)
          This method is being used for setting the address data.
private  void LoginFrame.displayDebug(java.lang.String s, User_Data user, UserAddress_Data address)
          This method is being used for debugging purposes.
 

Uses of UserAddress_Data in Validators
 

Methods in Validators with parameters of type UserAddress_Data
 boolean UserAddressValidator.validate(UserAddress_Data addressData)
          This method is being used for validating the address details.
 

Uses of UserAddress_Data in XmlCommunication
 

Methods in XmlCommunication with parameters of type UserAddress_Data
 void XmlUnmarshal.getAddress(UserAddress_Data address)
          This method is being used for getting the address details from TMS.
 java.lang.String XmlGenerator.adminAddXml(User_Data user, UserAddress_Data address)
          This method is being used for the compilation of an admin add xml packet, which adds a new ncb to the TMS.
 java.lang.String XmlGenerator.adminUpdateXml(User_Data user, UserAddress_Data address)
          This method is being used for the compilation of admin update xml oacket which is used to update a given ncb.
 java.lang.String XmlGenerator.transactionPurchaseXml(Stock_Data stock, User_Data user, UserAddress_Data address)
          This method is being used for the compilation of transaction purchase xml packet which is used to identify a purchase order.