Type.registerNamespace('Monster.EBiz.Web.Services.Products');
Monster.EBiz.Web.Services.Products.RegionalPricing=function() {
Monster.EBiz.Web.Services.Products.RegionalPricing.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Monster.EBiz.Web.Services.Products.RegionalPricing.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.get_path();},
GetRegionalProducts:function(locations,durationViewString,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRegionalProducts',true,{locations:locations,durationViewString:durationViewString},succeededCallback,failedCallback,userContext); },
GetLocationProducts:function(locationPostCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationProducts',true,{locationPostCode:locationPostCode},succeededCallback,failedCallback,userContext); },
ValidateZipcode:function(zipCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateZipcode',true,{zipCode:zipCode},succeededCallback,failedCallback,userContext); }}
Monster.EBiz.Web.Services.Products.RegionalPricing.registerClass('Monster.EBiz.Web.Services.Products.RegionalPricing',Sys.Net.WebServiceProxy);
Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance = new Monster.EBiz.Web.Services.Products.RegionalPricing();
Monster.EBiz.Web.Services.Products.RegionalPricing.set_path = function(value) { Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.set_path(value); }
Monster.EBiz.Web.Services.Products.RegionalPricing.get_path = function() { return Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.get_path(); }
Monster.EBiz.Web.Services.Products.RegionalPricing.set_timeout = function(value) { Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.set_timeout(value); }
Monster.EBiz.Web.Services.Products.RegionalPricing.get_timeout = function() { return Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.get_timeout(); }
Monster.EBiz.Web.Services.Products.RegionalPricing.set_defaultUserContext = function(value) { Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.set_defaultUserContext(value); }
Monster.EBiz.Web.Services.Products.RegionalPricing.get_defaultUserContext = function() { return Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.get_defaultUserContext(); }
Monster.EBiz.Web.Services.Products.RegionalPricing.set_defaultSucceededCallback = function(value) { Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.set_defaultSucceededCallback(value); }
Monster.EBiz.Web.Services.Products.RegionalPricing.get_defaultSucceededCallback = function() { return Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.get_defaultSucceededCallback(); }
Monster.EBiz.Web.Services.Products.RegionalPricing.set_defaultFailedCallback = function(value) { Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.set_defaultFailedCallback(value); }
Monster.EBiz.Web.Services.Products.RegionalPricing.get_defaultFailedCallback = function() { return Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.get_defaultFailedCallback(); }
Monster.EBiz.Web.Services.Products.RegionalPricing.set_path("/Services/Products/RegionalPricing.asmx");
Monster.EBiz.Web.Services.Products.RegionalPricing.GetRegionalProducts= function(locations,durationViewString,onSuccess,onFailed,userContext) {Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.GetRegionalProducts(locations,durationViewString,onSuccess,onFailed,userContext); }
Monster.EBiz.Web.Services.Products.RegionalPricing.GetLocationProducts= function(locationPostCode,onSuccess,onFailed,userContext) {Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.GetLocationProducts(locationPostCode,onSuccess,onFailed,userContext); }
Monster.EBiz.Web.Services.Products.RegionalPricing.ValidateZipcode= function(zipCode,onSuccess,onFailed,userContext) {Monster.EBiz.Web.Services.Products.RegionalPricing._staticInstance.ValidateZipcode(zipCode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Monster.EBiz.Web.Services.Products.RegionalProductCart) === 'undefined') {
Monster.EBiz.Web.Services.Products.RegionalProductCart=gtc("Monster.EBiz.Web.Services.Products.RegionalProductCart");
Monster.EBiz.Web.Services.Products.RegionalProductCart.registerClass('Monster.EBiz.Web.Services.Products.RegionalProductCart');
}
if (typeof(Monster.EBiz.Web.Services.Products.RegionalLocationData) === 'undefined') {
Monster.EBiz.Web.Services.Products.RegionalLocationData=gtc("Monster.EBiz.Web.Services.Products.RegionalLocationData");
Monster.EBiz.Web.Services.Products.RegionalLocationData.registerClass('Monster.EBiz.Web.Services.Products.RegionalLocationData');
}
if (typeof(Monster.EBiz.Web.Services.Products.ProductLocationCart) === 'undefined') {
Monster.EBiz.Web.Services.Products.ProductLocationCart=gtc("Monster.EBiz.Web.Services.Products.ProductLocationCart");
Monster.EBiz.Web.Services.Products.ProductLocationCart.registerClass('Monster.EBiz.Web.Services.Products.ProductLocationCart');
}

