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

