Type.registerNamespace('Searches.Ajax.College');
Searches.Ajax.College.GetByState=function() {
Searches.Ajax.College.GetByState.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Searches.Ajax.College.GetByState.prototype={
AJAX_GetSchools:function(iState,bAllColleges,bShowEmptyEntries,succeededCallback, failedCallback, userContext) {
return this._invoke(Searches.Ajax.College.GetByState.get_path(), 'AJAX_GetSchools',false,{iState:iState,bAllColleges:bAllColleges,bShowEmptyEntries:bShowEmptyEntries},succeededCallback,failedCallback,userContext); },
AJAX_sCollegeName:function(sCollegeName,succeededCallback, failedCallback, userContext) {
return this._invoke(Searches.Ajax.College.GetByState.get_path(), 'AJAX_sCollegeName',false,{sCollegeName:sCollegeName},succeededCallback,failedCallback,userContext); }}
Searches.Ajax.College.GetByState.registerClass('Searches.Ajax.College.GetByState',Sys.Net.WebServiceProxy);
Searches.Ajax.College.GetByState._staticInstance = new Searches.Ajax.College.GetByState();
Searches.Ajax.College.GetByState.set_path = function(value) { Searches.Ajax.College.GetByState._staticInstance._path = value; }
Searches.Ajax.College.GetByState.get_path = function() { return Searches.Ajax.College.GetByState._staticInstance._path; }
Searches.Ajax.College.GetByState.set_timeout = function(value) { Searches.Ajax.College.GetByState._staticInstance._timeout = value; }
Searches.Ajax.College.GetByState.get_timeout = function() { return Searches.Ajax.College.GetByState._staticInstance._timeout; }
Searches.Ajax.College.GetByState.set_defaultUserContext = function(value) { Searches.Ajax.College.GetByState._staticInstance._userContext = value; }
Searches.Ajax.College.GetByState.get_defaultUserContext = function() { return Searches.Ajax.College.GetByState._staticInstance._userContext; }
Searches.Ajax.College.GetByState.set_defaultSucceededCallback = function(value) { Searches.Ajax.College.GetByState._staticInstance._succeeded = value; }
Searches.Ajax.College.GetByState.get_defaultSucceededCallback = function() { return Searches.Ajax.College.GetByState._staticInstance._succeeded; }
Searches.Ajax.College.GetByState.set_defaultFailedCallback = function(value) { Searches.Ajax.College.GetByState._staticInstance._failed = value; }
Searches.Ajax.College.GetByState.get_defaultFailedCallback = function() { return Searches.Ajax.College.GetByState._staticInstance._failed; }
Searches.Ajax.College.GetByState.set_path("/Services/Ajax/College/GetByState.asmx");
Searches.Ajax.College.GetByState.AJAX_GetSchools= function(iState,bAllColleges,bShowEmptyEntries,onSuccess,onFailed,userContext) {Searches.Ajax.College.GetByState._staticInstance.AJAX_GetSchools(iState,bAllColleges,bShowEmptyEntries,onSuccess,onFailed,userContext); }
Searches.Ajax.College.GetByState.AJAX_sCollegeName= function(sCollegeName,onSuccess,onFailed,userContext) {Searches.Ajax.College.GetByState._staticInstance.AJAX_sCollegeName(sCollegeName,onSuccess,onFailed,userContext); }
