#include <Customer.hpp>


Public Member Functions | |
| Customer_Obj () | |
| const avs_map & | getAvsMap (void) |
Public Attributes | |
| identifier | Id |
| string | First_Name |
| string | Last_Name |
| string | |
| string | Password |
| string | Address |
| string | City |
| string | State |
| string | Zip |
| string | Phone |
| llong | Payment_Service_Id |
Protected Attributes | |
| avs_map | avsmap |
Definition at line 17 of file Customer.hpp.
| Customer_Obj::Customer_Obj | ( | ) | [inline] |
Definition at line 37 of file Customer.hpp.
References read_write_base::addDXMap(), Address, City, read_write_base::data_name(), EMail, First_Name, Id, Last_Name, Password, Payment_Service_Id, Phone, State, and Zip.
| const avs_map& Customer_Obj::getAvsMap | ( | void | ) | [inline] |
Definition at line 92 of file Customer.hpp.
References Address, avsmap, City, State, and Zip.
Referenced by Payment_Form::paymentSetupForm().
avs_map Customer_Obj::avsmap [protected] |
Definition at line 23 of file Customer.hpp.
Referenced by virtualCheckout::createOrderPanel(), Customer_Obj(), Customer_form::form_display(), Customer_form::form_id_transfer(), and virtualCheckout::paymentForm().
| string Customer_Obj::First_Name |
Definition at line 24 of file Customer.hpp.
Referenced by virtualCheckout::confirmOrderPanel(), Customer_Obj(), virtualCheckout::emailManufacturer(), Customer_form::form_data_transfer(), Customer_form::form_display(), and Ordered_form::showCustomer().
| string Customer_Obj::Last_Name |
Definition at line 25 of file Customer.hpp.
Referenced by virtualCheckout::confirmOrderPanel(), Customer_Obj(), virtualCheckout::emailManufacturer(), Customer_form::form_data_transfer(), Customer_form::form_display(), and Ordered_form::showCustomer().
| string Customer_Obj::EMail |
Definition at line 26 of file Customer.hpp.
Referenced by Customer_Obj(), virtualCheckout::emailcustomer(), Customer_form::form_data_transfer(), Customer_form::form_display(), and Ordered_form::showCustomer().
| string Customer_Obj::Password |
Definition at line 27 of file Customer.hpp.
Referenced by Customer_Obj(), Customer_form::form_data_transfer(), and Customer_form::form_display().
| string Customer_Obj::Address |
Definition at line 28 of file Customer.hpp.
Referenced by Customer_Obj(), virtualCheckout::emailManufacturer(), Customer_form::form_data_transfer(), Customer_form::form_display(), getAvsMap(), and Ordered_form::showCustomer().
| string Customer_Obj::City |
Definition at line 29 of file Customer.hpp.
Referenced by Customer_Obj(), virtualCheckout::emailManufacturer(), Customer_form::form_data_transfer(), Customer_form::form_display(), getAvsMap(), and Ordered_form::showCustomer().
| string Customer_Obj::State |
Definition at line 30 of file Customer.hpp.
Referenced by virtualCheckout::confirmOrderPanel(), virtualCheckout::createOrderPanel(), Customer_Obj(), virtualCheckout::emailManufacturer(), Customer_form::form_data_transfer(), Customer_form::form_display(), getAvsMap(), and Ordered_form::showCustomer().
| string Customer_Obj::Zip |
Definition at line 31 of file Customer.hpp.
Referenced by Customer_Obj(), virtualCheckout::emailManufacturer(), Customer_form::form_data_transfer(), Customer_form::form_display(), getAvsMap(), and Ordered_form::showCustomer().
| string Customer_Obj::Phone |
Definition at line 32 of file Customer.hpp.
Referenced by Customer_Obj(), Customer_form::form_data_transfer(), Customer_form::form_display(), and Ordered_form::showCustomer().
Definition at line 33 of file Customer.hpp.
Referenced by virtualCheckout::confirmOrderPanel(), virtualCheckout::createOrderPanel(), Customer_Obj(), Customer_form::form_data_transfer(), and Customer_form::form_display().
1.5.5