Type.registerNamespace('RIV.Web.UserControls.General');
RIV.Web.UserControls.General.RecallClearance=function() {
RIV.Web.UserControls.General.RecallClearance.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
RIV.Web.UserControls.General.RecallClearance.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return RIV.Web.UserControls.General.RecallClearance._staticInstance.get_path();},
GetVehicleTypes:function(language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVehicleTypes',false,{language:language},succeededCallback,failedCallback,userContext); },
GetManufacturers:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetManufacturers',false,{},succeededCallback,failedCallback,userContext); },
GetManufacturersByVehicle:function(vehicleTypeId,vehicleTypeText,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetManufacturersByVehicle',false,{vehicleTypeId:vehicleTypeId,vehicleTypeText:vehicleTypeText},succeededCallback,failedCallback,userContext); },
GetContactInfo:function(manufacturerID,language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContactInfo',false,{manufacturerID:manufacturerID,language:language},succeededCallback,failedCallback,userContext); },
ResetManufacturer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetManufacturer',false,{},succeededCallback,failedCallback,userContext); },
ResetVehicle:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetVehicle',false,{},succeededCallback,failedCallback,userContext); }}
RIV.Web.UserControls.General.RecallClearance.registerClass('RIV.Web.UserControls.General.RecallClearance',Sys.Net.WebServiceProxy);
RIV.Web.UserControls.General.RecallClearance._staticInstance = new RIV.Web.UserControls.General.RecallClearance();
RIV.Web.UserControls.General.RecallClearance.set_path = function(value) { RIV.Web.UserControls.General.RecallClearance._staticInstance.set_path(value); }
RIV.Web.UserControls.General.RecallClearance.get_path = function() { return RIV.Web.UserControls.General.RecallClearance._staticInstance.get_path(); }
RIV.Web.UserControls.General.RecallClearance.set_timeout = function(value) { RIV.Web.UserControls.General.RecallClearance._staticInstance.set_timeout(value); }
RIV.Web.UserControls.General.RecallClearance.get_timeout = function() { return RIV.Web.UserControls.General.RecallClearance._staticInstance.get_timeout(); }
RIV.Web.UserControls.General.RecallClearance.set_defaultUserContext = function(value) { RIV.Web.UserControls.General.RecallClearance._staticInstance.set_defaultUserContext(value); }
RIV.Web.UserControls.General.RecallClearance.get_defaultUserContext = function() { return RIV.Web.UserControls.General.RecallClearance._staticInstance.get_defaultUserContext(); }
RIV.Web.UserControls.General.RecallClearance.set_defaultSucceededCallback = function(value) { RIV.Web.UserControls.General.RecallClearance._staticInstance.set_defaultSucceededCallback(value); }
RIV.Web.UserControls.General.RecallClearance.get_defaultSucceededCallback = function() { return RIV.Web.UserControls.General.RecallClearance._staticInstance.get_defaultSucceededCallback(); }
RIV.Web.UserControls.General.RecallClearance.set_defaultFailedCallback = function(value) { RIV.Web.UserControls.General.RecallClearance._staticInstance.set_defaultFailedCallback(value); }
RIV.Web.UserControls.General.RecallClearance.get_defaultFailedCallback = function() { return RIV.Web.UserControls.General.RecallClearance._staticInstance.get_defaultFailedCallback(); }
RIV.Web.UserControls.General.RecallClearance.set_path("/RecallClearance.asmx");
RIV.Web.UserControls.General.RecallClearance.GetVehicleTypes= function(language,onSuccess,onFailed,userContext) {RIV.Web.UserControls.General.RecallClearance._staticInstance.GetVehicleTypes(language,onSuccess,onFailed,userContext); }
RIV.Web.UserControls.General.RecallClearance.GetManufacturers= function(onSuccess,onFailed,userContext) {RIV.Web.UserControls.General.RecallClearance._staticInstance.GetManufacturers(onSuccess,onFailed,userContext); }
RIV.Web.UserControls.General.RecallClearance.GetManufacturersByVehicle= function(vehicleTypeId,vehicleTypeText,onSuccess,onFailed,userContext) {RIV.Web.UserControls.General.RecallClearance._staticInstance.GetManufacturersByVehicle(vehicleTypeId,vehicleTypeText,onSuccess,onFailed,userContext); }
RIV.Web.UserControls.General.RecallClearance.GetContactInfo= function(manufacturerID,language,onSuccess,onFailed,userContext) {RIV.Web.UserControls.General.RecallClearance._staticInstance.GetContactInfo(manufacturerID,language,onSuccess,onFailed,userContext); }
RIV.Web.UserControls.General.RecallClearance.ResetManufacturer= function(onSuccess,onFailed,userContext) {RIV.Web.UserControls.General.RecallClearance._staticInstance.ResetManufacturer(onSuccess,onFailed,userContext); }
RIV.Web.UserControls.General.RecallClearance.ResetVehicle= function(onSuccess,onFailed,userContext) {RIV.Web.UserControls.General.RecallClearance._staticInstance.ResetVehicle(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('RIV.Web.UserControls.API');
if (typeof(RIV.Web.UserControls.API.WidgetListItem) === 'undefined') {
RIV.Web.UserControls.API.WidgetListItem=gtc("RIV.Web.UserControls.API.WidgetListItem");
RIV.Web.UserControls.API.WidgetListItem.registerClass('RIV.Web.UserControls.API.WidgetListItem');
}

