var WS_CustomerArea=function() {
WS_CustomerArea.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WS_CustomerArea.prototype={
GetMyEcoupon:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetMyEcoupon',false,{},succeededCallback,failedCallback,userContext); },
GetMyEcouponInfoByPassword:function(str_Password,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetMyEcouponInfoByPassword',false,{str_Password:str_Password},succeededCallback,failedCallback,userContext); },
InsertEcoupon:function(str_Password,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'InsertEcoupon',false,{str_Password:str_Password},succeededCallback,failedCallback,userContext); },
GetCustomerInfoByCustomerID:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCustomerInfoByCustomerID',false,{},succeededCallback,failedCallback,userContext); },
GetProvince:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetProvince',false,{},succeededCallback,failedCallback,userContext); },
GetCity:function(str_Provinceid,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCity',false,{str_Provinceid:str_Provinceid},succeededCallback,failedCallback,userContext); },
UpdateCustomerInfo:function(str_RealName,str_UserEmail,str_Password,str_ConfirmPassword,str_Mobile,str_Birthday,str_Sex,str_Province,str_ProvinceDesc,str_City,str_CityDesc,str_Postcode,str_District,str_Street,str_StreetNO,str_StreetDetail,str_MailBox1,str_MailBox2,str_PhoneOffice,str_PhoneHome,str_Catalog,str_Email,str_Partner,str_Verypassword,str_ShowInfo,str_ShowMixMatch,str_Introduce,str_Nickname,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'UpdateCustomerInfo',false,{str_RealName:str_RealName,str_UserEmail:str_UserEmail,str_Password:str_Password,str_ConfirmPassword:str_ConfirmPassword,str_Mobile:str_Mobile,str_Birthday:str_Birthday,str_Sex:str_Sex,str_Province:str_Province,str_ProvinceDesc:str_ProvinceDesc,str_City:str_City,str_CityDesc:str_CityDesc,str_Postcode:str_Postcode,str_District:str_District,str_Street:str_Street,str_StreetNO:str_StreetNO,str_StreetDetail:str_StreetDetail,str_MailBox1:str_MailBox1,str_MailBox2:str_MailBox2,str_PhoneOffice:str_PhoneOffice,str_PhoneHome:str_PhoneHome,str_Catalog:str_Catalog,str_Email:str_Email,str_Partner:str_Partner,str_Verypassword:str_Verypassword,str_ShowInfo:str_ShowInfo,str_ShowMixMatch:str_ShowMixMatch,str_Introduce:str_Introduce,str_Nickname:str_Nickname},succeededCallback,failedCallback,userContext); },
GetMyCollect:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetMyCollect',false,{},succeededCallback,failedCallback,userContext); },
GetCustomerCollect:function(str_CustomerID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCustomerCollect',false,{str_CustomerID:str_CustomerID},succeededCallback,failedCallback,userContext); },
RemoveCollect:function(str_Refkey,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'RemoveCollect',false,{str_Refkey:str_Refkey},succeededCallback,failedCallback,userContext); },
GetMyWantToBuy:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetMyWantToBuy',false,{},succeededCallback,failedCallback,userContext); },
RemoveWantToBuy:function(str_Refkey,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'RemoveWantToBuy',false,{str_Refkey:str_Refkey},succeededCallback,failedCallback,userContext); },
GetCommentByProductCommentID:function(str_ProductCommentID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCommentByProductCommentID',false,{str_ProductCommentID:str_ProductCommentID},succeededCallback,failedCallback,userContext); },
GetCAQByCAQID:function(str_CAQID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCAQByCAQID',false,{str_CAQID:str_CAQID},succeededCallback,failedCallback,userContext); },
GetMyOrderProduct:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetMyOrderProduct',false,{},succeededCallback,failedCallback,userContext); },
GetCustomerOrderProduct:function(str_CustomerID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCustomerOrderProduct',false,{str_CustomerID:str_CustomerID},succeededCallback,failedCallback,userContext); },
GetMyComment:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetMyComment',false,{},succeededCallback,failedCallback,userContext); },
GetMyQuestion:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetMyQuestion',false,{},succeededCallback,failedCallback,userContext); },
GetNormalOrder:function(int_PageIndex,int_PageSize,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetNormalOrder',false,{int_PageIndex:int_PageIndex,int_PageSize:int_PageSize},succeededCallback,failedCallback,userContext); },
GetProductDetailByOrderId:function(str_NormalOrderID,int_PageIndex,int_PageSize,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetProductDetailByOrderId',false,{str_NormalOrderID:str_NormalOrderID,int_PageIndex:int_PageIndex,int_PageSize:int_PageSize},succeededCallback,failedCallback,userContext); },
GetOrderProducts:function(str_NormalOrderID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetOrderProducts',false,{str_NormalOrderID:str_NormalOrderID},succeededCallback,failedCallback,userContext); },
GetOrderDetail:function(str_NormalOrderID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetOrderDetail',false,{str_NormalOrderID:str_NormalOrderID},succeededCallback,failedCallback,userContext); },
CancelOrder:function(str_NormalOrderID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'CancelOrder',false,{str_NormalOrderID:str_NormalOrderID},succeededCallback,failedCallback,userContext); },
UpdateCustomerShowInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'UpdateCustomerShowInfo',false,{},succeededCallback,failedCallback,userContext); },
UpdateCustomerShowMixMatch:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'UpdateCustomerShowMixMatch',false,{},succeededCallback,failedCallback,userContext); },
GetCustomerShowInfoAndShowMixMatch:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCustomerShowInfoAndShowMixMatch',false,{},succeededCallback,failedCallback,userContext); },
GetVIPInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetVIPInfo',false,{},succeededCallback,failedCallback,userContext); },
GetCustomerVIPInfo:function(str_CustomerID,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'GetCustomerVIPInfo',false,{str_CustomerID:str_CustomerID},succeededCallback,failedCallback,userContext); },
VIPNextFileByVipNextId:function(str_VipNextId,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'VIPNextFileByVipNextId',false,{str_VipNextId:str_VipNextId},succeededCallback,failedCallback,userContext); },
MixSummaryItemById:function(str_VipNextId,str_Type,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_CustomerArea.get_path(), 'MixSummaryItemById',false,{str_VipNextId:str_VipNextId,str_Type:str_Type},succeededCallback,failedCallback,userContext); }}
WS_CustomerArea.registerClass('WS_CustomerArea',Sys.Net.WebServiceProxy);
WS_CustomerArea._staticInstance = new WS_CustomerArea();
WS_CustomerArea.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WS_CustomerArea._staticInstance._path = value; }
WS_CustomerArea.get_path = function() { return WS_CustomerArea._staticInstance._path; }
WS_CustomerArea.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
WS_CustomerArea._staticInstance._timeout = value; }
WS_CustomerArea.get_timeout = function() { 
return WS_CustomerArea._staticInstance._timeout; }
WS_CustomerArea.set_defaultUserContext = function(value) { 
WS_CustomerArea._staticInstance._userContext = value; }
WS_CustomerArea.get_defaultUserContext = function() { 
return WS_CustomerArea._staticInstance._userContext; }
WS_CustomerArea.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WS_CustomerArea._staticInstance._succeeded = value; }
WS_CustomerArea.get_defaultSucceededCallback = function() { 
return WS_CustomerArea._staticInstance._succeeded; }
WS_CustomerArea.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WS_CustomerArea._staticInstance._failed = value; }
WS_CustomerArea.get_defaultFailedCallback = function() { 
return WS_CustomerArea._staticInstance._failed; }
WS_CustomerArea.set_path("/WebService/WS_CustomerArea.asmx");
WS_CustomerArea.GetMyEcoupon= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetMyEcoupon(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetMyEcouponInfoByPassword= function(str_Password,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetMyEcouponInfoByPassword(str_Password,onSuccess,onFailed,userContext); }
WS_CustomerArea.InsertEcoupon= function(str_Password,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.InsertEcoupon(str_Password,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCustomerInfoByCustomerID= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCustomerInfoByCustomerID(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetProvince= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetProvince(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCity= function(str_Provinceid,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCity(str_Provinceid,onSuccess,onFailed,userContext); }
WS_CustomerArea.UpdateCustomerInfo= function(str_RealName,str_UserEmail,str_Password,str_ConfirmPassword,str_Mobile,str_Birthday,str_Sex,str_Province,str_ProvinceDesc,str_City,str_CityDesc,str_Postcode,str_District,str_Street,str_StreetNO,str_StreetDetail,str_MailBox1,str_MailBox2,str_PhoneOffice,str_PhoneHome,str_Catalog,str_Email,str_Partner,str_Verypassword,str_ShowInfo,str_ShowMixMatch,str_Introduce,str_Nickname,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.UpdateCustomerInfo(str_RealName,str_UserEmail,str_Password,str_ConfirmPassword,str_Mobile,str_Birthday,str_Sex,str_Province,str_ProvinceDesc,str_City,str_CityDesc,str_Postcode,str_District,str_Street,str_StreetNO,str_StreetDetail,str_MailBox1,str_MailBox2,str_PhoneOffice,str_PhoneHome,str_Catalog,str_Email,str_Partner,str_Verypassword,str_ShowInfo,str_ShowMixMatch,str_Introduce,str_Nickname,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetMyCollect= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetMyCollect(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCustomerCollect= function(str_CustomerID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCustomerCollect(str_CustomerID,onSuccess,onFailed,userContext); }
WS_CustomerArea.RemoveCollect= function(str_Refkey,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.RemoveCollect(str_Refkey,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetMyWantToBuy= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetMyWantToBuy(onSuccess,onFailed,userContext); }
WS_CustomerArea.RemoveWantToBuy= function(str_Refkey,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.RemoveWantToBuy(str_Refkey,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCommentByProductCommentID= function(str_ProductCommentID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCommentByProductCommentID(str_ProductCommentID,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCAQByCAQID= function(str_CAQID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCAQByCAQID(str_CAQID,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetMyOrderProduct= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetMyOrderProduct(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCustomerOrderProduct= function(str_CustomerID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCustomerOrderProduct(str_CustomerID,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetMyComment= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetMyComment(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetMyQuestion= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetMyQuestion(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetNormalOrder= function(int_PageIndex,int_PageSize,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetNormalOrder(int_PageIndex,int_PageSize,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetProductDetailByOrderId= function(str_NormalOrderID,int_PageIndex,int_PageSize,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetProductDetailByOrderId(str_NormalOrderID,int_PageIndex,int_PageSize,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetOrderProducts= function(str_NormalOrderID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetOrderProducts(str_NormalOrderID,onSuccess,onFailed,userContext); }
WS_CustomerArea.GetOrderDetail= function(str_NormalOrderID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetOrderDetail(str_NormalOrderID,onSuccess,onFailed,userContext); }
WS_CustomerArea.CancelOrder= function(str_NormalOrderID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.CancelOrder(str_NormalOrderID,onSuccess,onFailed,userContext); }
WS_CustomerArea.UpdateCustomerShowInfo= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.UpdateCustomerShowInfo(onSuccess,onFailed,userContext); }
WS_CustomerArea.UpdateCustomerShowMixMatch= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.UpdateCustomerShowMixMatch(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCustomerShowInfoAndShowMixMatch= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCustomerShowInfoAndShowMixMatch(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetVIPInfo= function(onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetVIPInfo(onSuccess,onFailed,userContext); }
WS_CustomerArea.GetCustomerVIPInfo= function(str_CustomerID,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.GetCustomerVIPInfo(str_CustomerID,onSuccess,onFailed,userContext); }
WS_CustomerArea.VIPNextFileByVipNextId= function(str_VipNextId,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.VIPNextFileByVipNextId(str_VipNextId,onSuccess,onFailed,userContext); }
WS_CustomerArea.MixSummaryItemById= function(str_VipNextId,str_Type,onSuccess,onFailed,userContext) {WS_CustomerArea._staticInstance.MixSummaryItemById(str_VipNextId,str_Type,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}
