var OLAWebAJAX=function() {
OLAWebAJAX.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
OLAWebAJAX.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return OLAWebAJAX._staticInstance.get_path();},
GetMakeList:function(intFuelTypeID,succeededCallback, failedCallback, userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetMakeList',false,{intFuelTypeID:intFuelTypeID},succeededCallback,failedCallback,userContext); },
GetModelList:function(intFuelTypeID,intMakeID,succeededCallback, failedCallback, userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetModelList',false,{intFuelTypeID:intFuelTypeID,intMakeID:intMakeID},succeededCallback,failedCallback,userContext); },
GetEngineSizeList:function(intFuelTypeID,intMakeID,intModelID,succeededCallback, failedCallback, userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetEngineSizeList',false,{intFuelTypeID:intFuelTypeID,intMakeID:intMakeID,intModelID:intModelID},succeededCallback,failedCallback,userContext); },
GetYearList:function(intFuelTypeID,intMakeID,intModelID,decEngineSize,succeededCallback, failedCallback, userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetYearList',false,{intFuelTypeID:intFuelTypeID,intMakeID:intMakeID,intModelID:intModelID,decEngineSize:decEngineSize},succeededCallback,failedCallback,userContext); },
GetBodyTypeList:function(intFuelTypeID,intMakeID,intModelID,decEngineSize,intYear,succeededCallback, failedCallback, userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBodyTypeList',false,{intFuelTypeID:intFuelTypeID,intMakeID:intMakeID,intModelID:intModelID,decEngineSize:decEngineSize,intYear:intYear},succeededCallback,failedCallback,userContext); },
GetVehicleSearchList:function(intFuelTypeID,intMakeID,intModelID,decEngineSize,intYear,intBodyTypeID,succeededCallback, failedCallback, userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetVehicleSearchList',false,{intFuelTypeID:intFuelTypeID,intMakeID:intMakeID,intModelID:intModelID,decEngineSize:decEngineSize,intYear:intYear,intBodyTypeID:intBodyTypeID},succeededCallback,failedCallback,userContext); },
GetOrderCodeList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetOrderCodeList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetVoucherInformation:function(strVoucherCode,succeededCallback, failedCallback, userContext) {
/// <param name="strVoucherCode" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetVoucherInformation',false,{strVoucherCode:strVoucherCode},succeededCallback,failedCallback,userContext); },
GetProductCodeList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductCodeList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetProductListMatchingProductCode:function(strProductCode,intSupplierID,succeededCallback, failedCallback, userContext) {
/// <param name="strProductCode" type="String">System.String</param>
/// <param name="intSupplierID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductListMatchingProductCode',false,{strProductCode:strProductCode,intSupplierID:intSupplierID},succeededCallback,failedCallback,userContext); },
GetSupplierCodeList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetSupplierCodeList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetProductIDFromSupplierProductCodeAndSupplierNameString:function(strSupplierProductCodeAndName,succeededCallback, failedCallback, userContext) {
/// <param name="strSupplierProductCodeAndName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductIDFromSupplierProductCodeAndSupplierNameString',false,{strSupplierProductCodeAndName:strSupplierProductCodeAndName},succeededCallback,failedCallback,userContext); },
GetMakeListByCategory:function(intCategoryID,succeededCallback, failedCallback, userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetMakeListByCategory',false,{intCategoryID:intCategoryID},succeededCallback,failedCallback,userContext); },
GetModelListByCategoryAndMake:function(intCategoryID,intMakeID,succeededCallback, failedCallback, userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetModelListByCategoryAndMake',false,{intCategoryID:intCategoryID,intMakeID:intMakeID},succeededCallback,failedCallback,userContext); },
GetProductSearchUpdatedOptionalItemsList:function(strExcept,intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intYear,intBodyTypeID,succeededCallback, failedCallback, userContext) {
/// <param name="strExcept" type="String">System.String</param>
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductSearchUpdatedOptionalItemsList',false,{strExcept:strExcept,intCategoryID:intCategoryID,intMakeID:intMakeID,intModelID:intModelID,intFuelTypeID:intFuelTypeID,decEngineSize:decEngineSize,intYear:intYear,intBodyTypeID:intBodyTypeID},succeededCallback,failedCallback,userContext); },
GetProductSearchFuelTypeList:function(intCategoryID,intMakeID,intModelID,decEngineSize,intYear,intBodyTypeID,succeededCallback, failedCallback, userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductSearchFuelTypeList',false,{intCategoryID:intCategoryID,intMakeID:intMakeID,intModelID:intModelID,decEngineSize:decEngineSize,intYear:intYear,intBodyTypeID:intBodyTypeID},succeededCallback,failedCallback,userContext); },
GetProductSearchEngineSizeList:function(intCategoryID,intMakeID,intModelID,intFuelTypeID,intYear,intBodyTypeID,succeededCallback, failedCallback, userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductSearchEngineSizeList',false,{intCategoryID:intCategoryID,intMakeID:intMakeID,intModelID:intModelID,intFuelTypeID:intFuelTypeID,intYear:intYear,intBodyTypeID:intBodyTypeID},succeededCallback,failedCallback,userContext); },
GetProductSearchYearList:function(intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intBodyTypeID,succeededCallback, failedCallback, userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductSearchYearList',false,{intCategoryID:intCategoryID,intMakeID:intMakeID,intModelID:intModelID,intFuelTypeID:intFuelTypeID,decEngineSize:decEngineSize,intBodyTypeID:intBodyTypeID},succeededCallback,failedCallback,userContext); },
GetProductSearchBodyTypeList:function(intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intYear,succeededCallback, failedCallback, userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetProductSearchBodyTypeList',false,{intCategoryID:intCategoryID,intMakeID:intMakeID,intModelID:intModelID,intFuelTypeID:intFuelTypeID,decEngineSize:decEngineSize,intYear:intYear},succeededCallback,failedCallback,userContext); }}
OLAWebAJAX.registerClass('OLAWebAJAX',Sys.Net.WebServiceProxy);
OLAWebAJAX._staticInstance = new OLAWebAJAX();
OLAWebAJAX.set_path = function(value) {
OLAWebAJAX._staticInstance.set_path(value); }
OLAWebAJAX.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return OLAWebAJAX._staticInstance.get_path();}
OLAWebAJAX.set_timeout = function(value) {
OLAWebAJAX._staticInstance.set_timeout(value); }
OLAWebAJAX.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return OLAWebAJAX._staticInstance.get_timeout(); }
OLAWebAJAX.set_defaultUserContext = function(value) { 
OLAWebAJAX._staticInstance.set_defaultUserContext(value); }
OLAWebAJAX.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return OLAWebAJAX._staticInstance.get_defaultUserContext(); }
OLAWebAJAX.set_defaultSucceededCallback = function(value) { 
 OLAWebAJAX._staticInstance.set_defaultSucceededCallback(value); }
OLAWebAJAX.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return OLAWebAJAX._staticInstance.get_defaultSucceededCallback(); }
OLAWebAJAX.set_defaultFailedCallback = function(value) { 
OLAWebAJAX._staticInstance.set_defaultFailedCallback(value); }
OLAWebAJAX.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return OLAWebAJAX._staticInstance.get_defaultFailedCallback(); }
OLAWebAJAX.set_path("/OLAWebAJAX.asmx");
OLAWebAJAX.GetMakeList= function(intFuelTypeID,onSuccess,onFailed,userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetMakeList(intFuelTypeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetModelList= function(intFuelTypeID,intMakeID,onSuccess,onFailed,userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetModelList(intFuelTypeID,intMakeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetEngineSizeList= function(intFuelTypeID,intMakeID,intModelID,onSuccess,onFailed,userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetEngineSizeList(intFuelTypeID,intMakeID,intModelID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetYearList= function(intFuelTypeID,intMakeID,intModelID,decEngineSize,onSuccess,onFailed,userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetYearList(intFuelTypeID,intMakeID,intModelID,decEngineSize,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetBodyTypeList= function(intFuelTypeID,intMakeID,intModelID,decEngineSize,intYear,onSuccess,onFailed,userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetBodyTypeList(intFuelTypeID,intMakeID,intModelID,decEngineSize,intYear,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetVehicleSearchList= function(intFuelTypeID,intMakeID,intModelID,decEngineSize,intYear,intBodyTypeID,onSuccess,onFailed,userContext) {
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetVehicleSearchList(intFuelTypeID,intMakeID,intModelID,decEngineSize,intYear,intBodyTypeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetOrderCodeList= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetOrderCodeList(prefixText,count,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetVoucherInformation= function(strVoucherCode,onSuccess,onFailed,userContext) {
/// <param name="strVoucherCode" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetVoucherInformation(strVoucherCode,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductCodeList= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductCodeList(prefixText,count,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductListMatchingProductCode= function(strProductCode,intSupplierID,onSuccess,onFailed,userContext) {
/// <param name="strProductCode" type="String">System.String</param>
/// <param name="intSupplierID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductListMatchingProductCode(strProductCode,intSupplierID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetSupplierCodeList= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetSupplierCodeList(prefixText,count,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductIDFromSupplierProductCodeAndSupplierNameString= function(strSupplierProductCodeAndName,onSuccess,onFailed,userContext) {
/// <param name="strSupplierProductCodeAndName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductIDFromSupplierProductCodeAndSupplierNameString(strSupplierProductCodeAndName,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetMakeListByCategory= function(intCategoryID,onSuccess,onFailed,userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetMakeListByCategory(intCategoryID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetModelListByCategoryAndMake= function(intCategoryID,intMakeID,onSuccess,onFailed,userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetModelListByCategoryAndMake(intCategoryID,intMakeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductSearchUpdatedOptionalItemsList= function(strExcept,intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intYear,intBodyTypeID,onSuccess,onFailed,userContext) {
/// <param name="strExcept" type="String">System.String</param>
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductSearchUpdatedOptionalItemsList(strExcept,intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intYear,intBodyTypeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductSearchFuelTypeList= function(intCategoryID,intMakeID,intModelID,decEngineSize,intYear,intBodyTypeID,onSuccess,onFailed,userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductSearchFuelTypeList(intCategoryID,intMakeID,intModelID,decEngineSize,intYear,intBodyTypeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductSearchEngineSizeList= function(intCategoryID,intMakeID,intModelID,intFuelTypeID,intYear,intBodyTypeID,onSuccess,onFailed,userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductSearchEngineSizeList(intCategoryID,intMakeID,intModelID,intFuelTypeID,intYear,intBodyTypeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductSearchYearList= function(intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intBodyTypeID,onSuccess,onFailed,userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intBodyTypeID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductSearchYearList(intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intBodyTypeID,onSuccess,onFailed,userContext); }
OLAWebAJAX.GetProductSearchBodyTypeList= function(intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intYear,onSuccess,onFailed,userContext) {
/// <param name="intCategoryID" type="Number">System.Int32</param>
/// <param name="intMakeID" type="Number">System.Int32</param>
/// <param name="intModelID" type="Number">System.Int32</param>
/// <param name="intFuelTypeID" type="Number">System.Int32</param>
/// <param name="decEngineSize" type="Number">System.Decimal</param>
/// <param name="intYear" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
OLAWebAJAX._staticInstance.GetProductSearchBodyTypeList(intCategoryID,intMakeID,intModelID,intFuelTypeID,decEngineSize,intYear,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('DBLogic.CoreLibrary');
if (typeof(DBLogic.CoreLibrary.BasicListItem) === 'undefined') {
DBLogic.CoreLibrary.BasicListItem=gtc("DBLogic.CoreLibrary.BasicListItem");
DBLogic.CoreLibrary.BasicListItem.registerClass('DBLogic.CoreLibrary.BasicListItem');
}
if (typeof(VehicleSearchResult) === 'undefined') {
var VehicleSearchResult=gtc("VehicleSearchResult");
VehicleSearchResult.registerClass('VehicleSearchResult');
}
if (typeof(ProductListMatchingCodeItem) === 'undefined') {
var ProductListMatchingCodeItem=gtc("ProductListMatchingCodeItem");
ProductListMatchingCodeItem.registerClass('ProductListMatchingCodeItem');
}

