Type.registerNamespace('profinderb2b.webservices');
profinderb2b.webservices.TOL2002ConvertTo2008=function() {
profinderb2b.webservices.TOL2002ConvertTo2008.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
profinderb2b.webservices.TOL2002ConvertTo2008.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.get_path();},
GetSearchesWithCriteria:function(criteriaId,succeededCallback, failedCallback, userContext) {
/// <param name="criteriaId" 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(), 'GetSearchesWithCriteria',false,{criteriaId:criteriaId},succeededCallback,failedCallback,userContext); },
ConvertSearchCriteria:function(searchId,oldCriteriaId,newCriteriaId,succeededCallback, failedCallback, userContext) {
/// <param name="searchId" type="String">System.String</param>
/// <param name="oldCriteriaId" type="String">System.String</param>
/// <param name="newCriteriaId" 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(), 'ConvertSearchCriteria',false,{searchId:searchId,oldCriteriaId:oldCriteriaId,newCriteriaId:newCriteriaId},succeededCallback,failedCallback,userContext); }}
profinderb2b.webservices.TOL2002ConvertTo2008.registerClass('profinderb2b.webservices.TOL2002ConvertTo2008',Sys.Net.WebServiceProxy);
profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance = new profinderb2b.webservices.TOL2002ConvertTo2008();
profinderb2b.webservices.TOL2002ConvertTo2008.set_path = function(value) {
profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.set_path(value); }
profinderb2b.webservices.TOL2002ConvertTo2008.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.get_path();}
profinderb2b.webservices.TOL2002ConvertTo2008.set_timeout = function(value) {
profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.set_timeout(value); }
profinderb2b.webservices.TOL2002ConvertTo2008.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.get_timeout(); }
profinderb2b.webservices.TOL2002ConvertTo2008.set_defaultUserContext = function(value) { 
profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.set_defaultUserContext(value); }
profinderb2b.webservices.TOL2002ConvertTo2008.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.get_defaultUserContext(); }
profinderb2b.webservices.TOL2002ConvertTo2008.set_defaultSucceededCallback = function(value) { 
 profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.set_defaultSucceededCallback(value); }
profinderb2b.webservices.TOL2002ConvertTo2008.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.get_defaultSucceededCallback(); }
profinderb2b.webservices.TOL2002ConvertTo2008.set_defaultFailedCallback = function(value) { 
profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.set_defaultFailedCallback(value); }
profinderb2b.webservices.TOL2002ConvertTo2008.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.get_defaultFailedCallback(); }
profinderb2b.webservices.TOL2002ConvertTo2008.set_path("/WebServices/TOL2002ConvertTo2008.asmx");
profinderb2b.webservices.TOL2002ConvertTo2008.GetSearchesWithCriteria= function(criteriaId,onSuccess,onFailed,userContext) {
/// <param name="criteriaId" 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>
profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.GetSearchesWithCriteria(criteriaId,onSuccess,onFailed,userContext); }
profinderb2b.webservices.TOL2002ConvertTo2008.ConvertSearchCriteria= function(searchId,oldCriteriaId,newCriteriaId,onSuccess,onFailed,userContext) {
/// <param name="searchId" type="String">System.String</param>
/// <param name="oldCriteriaId" type="String">System.String</param>
/// <param name="newCriteriaId" 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>
profinderb2b.webservices.TOL2002ConvertTo2008._staticInstance.ConvertSearchCriteria(searchId,oldCriteriaId,newCriteriaId,onSuccess,onFailed,userContext); }

