Type.registerNamespace('Reynolds.CL.Web.WebServices');
Reynolds.CL.Web.WebServices.ResearchFunctions=function() {
Reynolds.CL.Web.WebServices.ResearchFunctions.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Reynolds.CL.Web.WebServices.ResearchFunctions.prototype={
GetVideo:function(styleId,key,succeededCallback, failedCallback, userContext) {
return this._invoke(Reynolds.CL.Web.WebServices.ResearchFunctions.get_path(), 'GetVideo',false,{styleId:styleId,key:key},succeededCallback,failedCallback,userContext); },
Get360ExtView:function(styleId,key,succeededCallback, failedCallback, userContext) {
return this._invoke(Reynolds.CL.Web.WebServices.ResearchFunctions.get_path(), 'Get360ExtView',false,{styleId:styleId,key:key},succeededCallback,failedCallback,userContext); },
Get360IntView:function(styleId,key,succeededCallback, failedCallback, userContext) {
return this._invoke(Reynolds.CL.Web.WebServices.ResearchFunctions.get_path(), 'Get360IntView',false,{styleId:styleId,key:key},succeededCallback,failedCallback,userContext); },
GetModelDDList:function(year,makeId,key,succeededCallback, failedCallback, userContext) {
return this._invoke(Reynolds.CL.Web.WebServices.ResearchFunctions.get_path(), 'GetModelDDList',false,{year:year,makeId:makeId,key:key},succeededCallback,failedCallback,userContext); },
GetTrimDDList:function(year,makeId,modelName,key,succeededCallback, failedCallback, userContext) {
return this._invoke(Reynolds.CL.Web.WebServices.ResearchFunctions.get_path(), 'GetTrimDDList',false,{year:year,makeId:makeId,modelName:modelName,key:key},succeededCallback,failedCallback,userContext); }}
Reynolds.CL.Web.WebServices.ResearchFunctions.registerClass('Reynolds.CL.Web.WebServices.ResearchFunctions',Sys.Net.WebServiceProxy);
Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance = new Reynolds.CL.Web.WebServices.ResearchFunctions();
Reynolds.CL.Web.WebServices.ResearchFunctions.set_path = function(value) { Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._path = value; }
Reynolds.CL.Web.WebServices.ResearchFunctions.get_path = function() { return Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._path; }
Reynolds.CL.Web.WebServices.ResearchFunctions.set_timeout = function(value) { Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._timeout = value; }
Reynolds.CL.Web.WebServices.ResearchFunctions.get_timeout = function() { return Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._timeout; }
Reynolds.CL.Web.WebServices.ResearchFunctions.set_defaultUserContext = function(value) { Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._userContext = value; }
Reynolds.CL.Web.WebServices.ResearchFunctions.get_defaultUserContext = function() { return Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._userContext; }
Reynolds.CL.Web.WebServices.ResearchFunctions.set_defaultSucceededCallback = function(value) { Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._succeeded = value; }
Reynolds.CL.Web.WebServices.ResearchFunctions.get_defaultSucceededCallback = function() { return Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._succeeded; }
Reynolds.CL.Web.WebServices.ResearchFunctions.set_defaultFailedCallback = function(value) { Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._failed = value; }
Reynolds.CL.Web.WebServices.ResearchFunctions.get_defaultFailedCallback = function() { return Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance._failed; }
Reynolds.CL.Web.WebServices.ResearchFunctions.set_path("/WebServices/ResearchFunctions.asmx");
Reynolds.CL.Web.WebServices.ResearchFunctions.GetVideo= function(styleId,key,onSuccess,onFailed,userContext) {Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance.GetVideo(styleId,key,onSuccess,onFailed,userContext); }
Reynolds.CL.Web.WebServices.ResearchFunctions.Get360ExtView= function(styleId,key,onSuccess,onFailed,userContext) {Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance.Get360ExtView(styleId,key,onSuccess,onFailed,userContext); }
Reynolds.CL.Web.WebServices.ResearchFunctions.Get360IntView= function(styleId,key,onSuccess,onFailed,userContext) {Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance.Get360IntView(styleId,key,onSuccess,onFailed,userContext); }
Reynolds.CL.Web.WebServices.ResearchFunctions.GetModelDDList= function(year,makeId,key,onSuccess,onFailed,userContext) {Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance.GetModelDDList(year,makeId,key,onSuccess,onFailed,userContext); }
Reynolds.CL.Web.WebServices.ResearchFunctions.GetTrimDDList= function(year,makeId,modelName,key,onSuccess,onFailed,userContext) {Reynolds.CL.Web.WebServices.ResearchFunctions._staticInstance.GetTrimDDList(year,makeId,modelName,key,onSuccess,onFailed,userContext); }
