var wsPriceDash=function() {
wsPriceDash.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsPriceDash.prototype={
SendMail:function(Recipient,URL,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'SendMail',false,{Recipient:Recipient,URL:URL},succeededCallback,failedCallback,userContext); },
GetDiscounts:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'GetDiscounts',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
SendMailEbay:function(Recipient,URL,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'SendMailEbay',false,{Recipient:Recipient,URL:URL},succeededCallback,failedCallback,userContext); },
SendMailInStock:function(Product,Recipient,URL,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'SendMailInStock',false,{Product:Product,Recipient:Recipient,URL:URL},succeededCallback,failedCallback,userContext); },
SendCode:function(CompanyID,Description,Code,ExpiryDate,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'SendCode',false,{CompanyID:CompanyID,Description:Description,Code:Code,ExpiryDate:ExpiryDate},succeededCallback,failedCallback,userContext); },
SendBargain:function(Description,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'SendBargain',false,{Description:Description},succeededCallback,failedCallback,userContext); },
SendSale:function(ShopName,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'SendSale',false,{ShopName:ShopName},succeededCallback,failedCallback,userContext); },
BargainProblem:function(Problem,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'BargainProblem',false,{Problem:Problem},succeededCallback,failedCallback,userContext); },
SaleProblem:function(Problem,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'SaleProblem',false,{Problem:Problem},succeededCallback,failedCallback,userContext); },
MobileProblem:function(Problem,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'MobileProblem',false,{Problem:Problem},succeededCallback,failedCallback,userContext); },
GetCompanies:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'GetCompanies',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompanyList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(wsPriceDash.get_path(), 'GetCompanyList',false,{},succeededCallback,failedCallback,userContext); }}
wsPriceDash.registerClass('wsPriceDash',Sys.Net.WebServiceProxy);
wsPriceDash._staticInstance = new wsPriceDash();
wsPriceDash.set_path = function(value) { wsPriceDash._staticInstance._path = value; }
wsPriceDash.get_path = function() { return wsPriceDash._staticInstance._path; }
wsPriceDash.set_timeout = function(value) { wsPriceDash._staticInstance._timeout = value; }
wsPriceDash.get_timeout = function() { return wsPriceDash._staticInstance._timeout; }
wsPriceDash.set_defaultUserContext = function(value) { wsPriceDash._staticInstance._userContext = value; }
wsPriceDash.get_defaultUserContext = function() { return wsPriceDash._staticInstance._userContext; }
wsPriceDash.set_defaultSucceededCallback = function(value) { wsPriceDash._staticInstance._succeeded = value; }
wsPriceDash.get_defaultSucceededCallback = function() { return wsPriceDash._staticInstance._succeeded; }
wsPriceDash.set_defaultFailedCallback = function(value) { wsPriceDash._staticInstance._failed = value; }
wsPriceDash.get_defaultFailedCallback = function() { return wsPriceDash._staticInstance._failed; }
wsPriceDash.set_path("/wsPriceDash.asmx");
wsPriceDash.SendMail= function(Recipient,URL,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.SendMail(Recipient,URL,onSuccess,onFailed,userContext); }
wsPriceDash.GetDiscounts= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.GetDiscounts(knownCategoryValues,category,onSuccess,onFailed,userContext); }
wsPriceDash.SendMailEbay= function(Recipient,URL,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.SendMailEbay(Recipient,URL,onSuccess,onFailed,userContext); }
wsPriceDash.SendMailInStock= function(Product,Recipient,URL,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.SendMailInStock(Product,Recipient,URL,onSuccess,onFailed,userContext); }
wsPriceDash.SendCode= function(CompanyID,Description,Code,ExpiryDate,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.SendCode(CompanyID,Description,Code,ExpiryDate,onSuccess,onFailed,userContext); }
wsPriceDash.SendBargain= function(Description,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.SendBargain(Description,onSuccess,onFailed,userContext); }
wsPriceDash.SendSale= function(ShopName,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.SendSale(ShopName,onSuccess,onFailed,userContext); }
wsPriceDash.BargainProblem= function(Problem,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.BargainProblem(Problem,onSuccess,onFailed,userContext); }
wsPriceDash.SaleProblem= function(Problem,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.SaleProblem(Problem,onSuccess,onFailed,userContext); }
wsPriceDash.MobileProblem= function(Problem,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.MobileProblem(Problem,onSuccess,onFailed,userContext); }
wsPriceDash.GetCompanies= function(prefixText,count,onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.GetCompanies(prefixText,count,onSuccess,onFailed,userContext); }
wsPriceDash.GetCompanyList= function(onSuccess,onFailed,userContext) {wsPriceDash._staticInstance.GetCompanyList(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
