Type.registerNamespace('AutoAnything.Website.AutoAnything.WebServices');
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService=function() {
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_path();},
GetProduct:function(recordID,vehicleName,fitmentNames,showCustomerReviews,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProduct',false,{recordID:recordID,vehicleName:vehicleName,fitmentNames:fitmentNames,showCustomerReviews:showCustomerReviews},succeededCallback,failedCallback,userContext); },
GetCustomerReviews:function(productID,partNumber,brandID,pageID,showSummary,sortBy,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomerReviews',false,{productID:productID,partNumber:partNumber,brandID:brandID,pageID:pageID,showSummary:showSummary,sortBy:sortBy},succeededCallback,failedCallback,userContext); },
PartsTest:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PartsTest',false,{},succeededCallback,failedCallback,userContext); },
Vote:function(customerReviewID,visitorID,isReviewHelpful,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Vote',false,{customerReviewID:customerReviewID,visitorID:visitorID,isReviewHelpful:isReviewHelpful},succeededCallback,failedCallback,userContext); }}
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.registerClass('AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService',Sys.Net.WebServiceProxy);
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance = new AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService();
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_path = function(value) { AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.set_path(value); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.get_path = function() { return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_path(); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_timeout = function(value) { AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.set_timeout(value); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.get_timeout = function() { return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_timeout(); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_defaultUserContext = function(value) { AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.set_defaultUserContext(value); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.get_defaultUserContext = function() { return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_defaultUserContext(); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_defaultSucceededCallback = function(value) { AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.set_defaultSucceededCallback(value); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.get_defaultSucceededCallback = function() { return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_defaultSucceededCallback(); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_defaultFailedCallback = function(value) { AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.set_defaultFailedCallback(value); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.get_defaultFailedCallback = function() { return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_defaultFailedCallback(); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_enableJsonp = function(value) { AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.set_enableJsonp(value); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.get_enableJsonp = function() { return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_enableJsonp(); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_jsonpCallbackParameter = function(value) { AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.set_jsonpCallbackParameter(value); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.get_jsonpCallbackParameter = function() { return AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.get_jsonpCallbackParameter(); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.set_path("/WebServices/PartsProductPopupWebService.asmx");
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.GetProduct= function(recordID,vehicleName,fitmentNames,showCustomerReviews,onSuccess,onFailed,userContext) {AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.GetProduct(recordID,vehicleName,fitmentNames,showCustomerReviews,onSuccess,onFailed,userContext); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.GetCustomerReviews= function(productID,partNumber,brandID,pageID,showSummary,sortBy,onSuccess,onFailed,userContext) {AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.GetCustomerReviews(productID,partNumber,brandID,pageID,showSummary,sortBy,onSuccess,onFailed,userContext); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.PartsTest= function(onSuccess,onFailed,userContext) {AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.PartsTest(onSuccess,onFailed,userContext); }
AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService.Vote= function(customerReviewID,visitorID,isReviewHelpful,onSuccess,onFailed,userContext) {AutoAnything.Website.AutoAnything.WebServices.PartsProductPopupWebService._staticInstance.Vote(customerReviewID,visitorID,isReviewHelpful,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AutoAnything.EndecaGuidedNavigation');
if (typeof(AutoAnything.EndecaGuidedNavigation.PartsProductERecData) === 'undefined') {
AutoAnything.EndecaGuidedNavigation.PartsProductERecData=gtc("AutoAnything.EndecaGuidedNavigation.PartsProductERecData");
AutoAnything.EndecaGuidedNavigation.PartsProductERecData.registerClass('AutoAnything.EndecaGuidedNavigation.PartsProductERecData');
}
Type.registerNamespace('AutoAnything.Website.DataObjects');
if (typeof(AutoAnything.Website.DataObjects.PartsCustomerReviewsData) === 'undefined') {
AutoAnything.Website.DataObjects.PartsCustomerReviewsData=gtc("AutoAnything.Website.DataObjects.PartsCustomerReviewsData");
AutoAnything.Website.DataObjects.PartsCustomerReviewsData.registerClass('AutoAnything.Website.DataObjects.PartsCustomerReviewsData');
}
if (typeof(AutoAnything.Website.DataObjects.VoteInfo) === 'undefined') {
AutoAnything.Website.DataObjects.VoteInfo=gtc("AutoAnything.Website.DataObjects.VoteInfo");
AutoAnything.Website.DataObjects.VoteInfo.registerClass('AutoAnything.Website.DataObjects.VoteInfo');
}

