Type.registerNamespace('Vehix.Web.Consumer.Portal.Research');
Vehix.Web.Consumer.Portal.Research.category_results=function() {
Vehix.Web.Consumer.Portal.Research.category_results.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Vehix.Web.Consumer.Portal.Research.category_results.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.get_path();},
AddTrimToCompare:function(trimID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddTrimToCompare',false,{trimID:trimID},succeededCallback,failedCallback,userContext); },
RemoveTrimToCompare:function(trimID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveTrimToCompare',false,{trimID:trimID},succeededCallback,failedCallback,userContext); }}
Vehix.Web.Consumer.Portal.Research.category_results.registerClass('Vehix.Web.Consumer.Portal.Research.category_results',Sys.Net.WebServiceProxy);
Vehix.Web.Consumer.Portal.Research.category_results._staticInstance = new Vehix.Web.Consumer.Portal.Research.category_results();
Vehix.Web.Consumer.Portal.Research.category_results.set_path = function(value) { Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.set_path(value); }
Vehix.Web.Consumer.Portal.Research.category_results.get_path = function() { return Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.get_path(); }
Vehix.Web.Consumer.Portal.Research.category_results.set_timeout = function(value) { Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.set_timeout(value); }
Vehix.Web.Consumer.Portal.Research.category_results.get_timeout = function() { return Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.get_timeout(); }
Vehix.Web.Consumer.Portal.Research.category_results.set_defaultUserContext = function(value) { Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.set_defaultUserContext(value); }
Vehix.Web.Consumer.Portal.Research.category_results.get_defaultUserContext = function() { return Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.get_defaultUserContext(); }
Vehix.Web.Consumer.Portal.Research.category_results.set_defaultSucceededCallback = function(value) { Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.set_defaultSucceededCallback(value); }
Vehix.Web.Consumer.Portal.Research.category_results.get_defaultSucceededCallback = function() { return Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.get_defaultSucceededCallback(); }
Vehix.Web.Consumer.Portal.Research.category_results.set_defaultFailedCallback = function(value) { Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.set_defaultFailedCallback(value); }
Vehix.Web.Consumer.Portal.Research.category_results.get_defaultFailedCallback = function() { return Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.get_defaultFailedCallback(); }
Vehix.Web.Consumer.Portal.Research.category_results.set_path("/research/category-results.asmx");
Vehix.Web.Consumer.Portal.Research.category_results.AddTrimToCompare= function(trimID,onSuccess,onFailed,userContext) {Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.AddTrimToCompare(trimID,onSuccess,onFailed,userContext); }
Vehix.Web.Consumer.Portal.Research.category_results.RemoveTrimToCompare= function(trimID,onSuccess,onFailed,userContext) {Vehix.Web.Consumer.Portal.Research.category_results._staticInstance.RemoveTrimToCompare(trimID,onSuccess,onFailed,userContext); }
