var CategoryNavigationWebService=function() {
CategoryNavigationWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CategoryNavigationWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CategoryNavigationWebService._staticInstance.get_path();},
GetProductQuickViewPopup:function(visitID,visitorID,storeID,productID,categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductQuickViewPopup',false,{visitID:visitID,visitorID:visitorID,storeID:storeID,productID:productID,categoryID:categoryID},succeededCallback,failedCallback,userContext); },
GetCustomerReviews:function(productID,pageID,showSummary,sortBy,makeID,modelID,year,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomerReviews',false,{productID:productID,pageID:pageID,showSummary:showSummary,sortBy:sortBy,makeID:makeID,modelID:modelID,year:year},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); },
GetViewAllMenuLinks:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetViewAllMenuLinks',false,{},succeededCallback,failedCallback,userContext); }}
CategoryNavigationWebService.registerClass('CategoryNavigationWebService',Sys.Net.WebServiceProxy);
CategoryNavigationWebService._staticInstance = new CategoryNavigationWebService();
CategoryNavigationWebService.set_path = function(value) { CategoryNavigationWebService._staticInstance.set_path(value); }
CategoryNavigationWebService.get_path = function() { return CategoryNavigationWebService._staticInstance.get_path(); }
CategoryNavigationWebService.set_timeout = function(value) { CategoryNavigationWebService._staticInstance.set_timeout(value); }
CategoryNavigationWebService.get_timeout = function() { return CategoryNavigationWebService._staticInstance.get_timeout(); }
CategoryNavigationWebService.set_defaultUserContext = function(value) { CategoryNavigationWebService._staticInstance.set_defaultUserContext(value); }
CategoryNavigationWebService.get_defaultUserContext = function() { return CategoryNavigationWebService._staticInstance.get_defaultUserContext(); }
CategoryNavigationWebService.set_defaultSucceededCallback = function(value) { CategoryNavigationWebService._staticInstance.set_defaultSucceededCallback(value); }
CategoryNavigationWebService.get_defaultSucceededCallback = function() { return CategoryNavigationWebService._staticInstance.get_defaultSucceededCallback(); }
CategoryNavigationWebService.set_defaultFailedCallback = function(value) { CategoryNavigationWebService._staticInstance.set_defaultFailedCallback(value); }
CategoryNavigationWebService.get_defaultFailedCallback = function() { return CategoryNavigationWebService._staticInstance.get_defaultFailedCallback(); }
CategoryNavigationWebService.set_path("/WebServices/CategoryNavigationWebService.asmx");
CategoryNavigationWebService.GetProductQuickViewPopup= function(visitID,visitorID,storeID,productID,categoryID,onSuccess,onFailed,userContext) {CategoryNavigationWebService._staticInstance.GetProductQuickViewPopup(visitID,visitorID,storeID,productID,categoryID,onSuccess,onFailed,userContext); }
CategoryNavigationWebService.GetCustomerReviews= function(productID,pageID,showSummary,sortBy,makeID,modelID,year,onSuccess,onFailed,userContext) {CategoryNavigationWebService._staticInstance.GetCustomerReviews(productID,pageID,showSummary,sortBy,makeID,modelID,year,onSuccess,onFailed,userContext); }
CategoryNavigationWebService.Vote= function(customerReviewID,visitorID,isReviewHelpful,onSuccess,onFailed,userContext) {CategoryNavigationWebService._staticInstance.Vote(customerReviewID,visitorID,isReviewHelpful,onSuccess,onFailed,userContext); }
CategoryNavigationWebService.GetViewAllMenuLinks= function(onSuccess,onFailed,userContext) {CategoryNavigationWebService._staticInstance.GetViewAllMenuLinks(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AutoAnything.Website.DataObjects');
if (typeof(AutoAnything.Website.DataObjects.Product) === 'undefined') {
AutoAnything.Website.DataObjects.Product=gtc("AutoAnything.Website.DataObjects.Product");
AutoAnything.Website.DataObjects.Product.registerClass('AutoAnything.Website.DataObjects.Product');
}
if (typeof(AutoAnything.Website.DataObjects.AccessoriesCustomerReviewsData) === 'undefined') {
AutoAnything.Website.DataObjects.AccessoriesCustomerReviewsData=gtc("AutoAnything.Website.DataObjects.AccessoriesCustomerReviewsData");
AutoAnything.Website.DataObjects.AccessoriesCustomerReviewsData.registerClass('AutoAnything.Website.DataObjects.AccessoriesCustomerReviewsData');
}
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');
}
if (typeof(AutoAnything.Website.DataObjects.NavigationLinkData) === 'undefined') {
AutoAnything.Website.DataObjects.NavigationLinkData=gtc("AutoAnything.Website.DataObjects.NavigationLinkData");
AutoAnything.Website.DataObjects.NavigationLinkData.registerClass('AutoAnything.Website.DataObjects.NavigationLinkData');
}
