메소드 | 설명 | |
---|---|---|
AddComment ( string productCode, string email, string comment ) : string | ||
CreateCustomer ( string name, string email, string password, bool isAdmin, int question, string answer ) : bool | ||
CustomCustomerLogin ( string email, string password ) : string | ||
GetCatalogData ( ) : |
||
GetComments ( string productCode ) : |
||
GetCustomerDetails ( string customerNumber ) : |
||
GetCustomerEmail ( string customerNumber ) : string | ||
GetCustomerEmails ( string email ) : |
||
GetEmailByCustomerNumber ( string num ) : string | ||
GetEmailByName ( string name ) : |
||
GetMessages ( string customerLogin ) : |
||
GetOffice ( string city ) : |
||
GetOrderDetails ( int orderNumber ) : |
||
GetOrders ( int customerID ) : |
||
GetPasswordByEmail ( string email ) : string | ||
GetPayments ( int customerNumber ) : |
||
GetProductDetails ( string productCode ) : |
||
GetProductsAndCategories ( ) : |
||
GetProductsAndCategories ( int catNumber ) : |
||
GetSecurityQuestionAndAnswer ( string email ) : string[] | ||
GetUsers ( ) : |
||
IsAdminCustomerLogin ( string email ) : bool | ||
IsValidCustomerLogin ( string email, string password ) : bool | ||
MySqlDbProvider ( ConfigFile configFile ) : System | ||
RecreateGoatDb ( ) : bool | ||
TestConnection ( ) : bool | ||
UpdateCustomerPassword ( int customerNumber, string password ) : string |
public AddComment ( string productCode, string email, string comment ) : string | ||
productCode | string | |
string | ||
comment | string | |
리턴 | string |
public CreateCustomer ( string name, string email, string password, bool isAdmin, int question, string answer ) : bool | ||
name | string | |
string | ||
password | string | |
isAdmin | bool | |
question | int | |
answer | string | |
리턴 | bool |
public CustomCustomerLogin ( string email, string password ) : string | ||
string | ||
password | string | |
리턴 | string |
public GetComments ( string productCode ) : |
||
productCode | string | |
리턴 |
public GetCustomerDetails ( string customerNumber ) : |
||
customerNumber | string | |
리턴 |
public GetCustomerEmail ( string customerNumber ) : string | ||
customerNumber | string | |
리턴 | string |
public GetCustomerEmails ( string email ) : |
||
string | ||
리턴 |
public GetEmailByCustomerNumber ( string num ) : string | ||
num | string | |
리턴 | string |
public GetEmailByName ( string name ) : |
||
name | string | |
리턴 |
public GetMessages ( string customerLogin ) : |
||
customerLogin | string | |
리턴 |
public GetOrderDetails ( int orderNumber ) : |
||
orderNumber | int | |
리턴 |
public GetOrders ( int customerID ) : |
||
customerID | int | |
리턴 |
public GetPasswordByEmail ( string email ) : string | ||
string | ||
리턴 | string |
public GetPayments ( int customerNumber ) : |
||
customerNumber | int | |
리턴 |
public GetProductDetails ( string productCode ) : |
||
productCode | string | |
리턴 |
public GetProductsAndCategories ( ) : |
||
리턴 |
public GetProductsAndCategories ( int catNumber ) : |
||
catNumber | int | |
리턴 |
public GetSecurityQuestionAndAnswer ( string email ) : string[] | ||
string | ||
리턴 | string[] |
public IsAdminCustomerLogin ( string email ) : bool | ||
string | ||
리턴 | bool |
public IsValidCustomerLogin ( string email, string password ) : bool | ||
string | ||
password | string | |
리턴 | bool |
public MySqlDbProvider ( ConfigFile configFile ) : System | ||
configFile | ConfigFile | |
리턴 | System |
public UpdateCustomerPassword ( int customerNumber, string password ) : string | ||
customerNumber | int | |
password | string | |
리턴 | string |