Type.registerNamespace('ELSUniversityPlacement');
ELSUniversityPlacement.AutoCompleteWebService=function() {
ELSUniversityPlacement.AutoCompleteWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ELSUniversityPlacement.AutoCompleteWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ELSUniversityPlacement.AutoCompleteWebService._staticInstance.get_path();},
GetUnivCompletionList: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(), 'GetUnivCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetMajorCompletionList: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(), 'GetMajorCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); }}
ELSUniversityPlacement.AutoCompleteWebService.registerClass('ELSUniversityPlacement.AutoCompleteWebService',Sys.Net.WebServiceProxy);
ELSUniversityPlacement.AutoCompleteWebService._staticInstance = new ELSUniversityPlacement.AutoCompleteWebService();
ELSUniversityPlacement.AutoCompleteWebService.set_path = function(value) {
ELSUniversityPlacement.AutoCompleteWebService._staticInstance.set_path(value); }
ELSUniversityPlacement.AutoCompleteWebService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ELSUniversityPlacement.AutoCompleteWebService._staticInstance.get_path();}
ELSUniversityPlacement.AutoCompleteWebService.set_timeout = function(value) {
ELSUniversityPlacement.AutoCompleteWebService._staticInstance.set_timeout(value); }
ELSUniversityPlacement.AutoCompleteWebService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ELSUniversityPlacement.AutoCompleteWebService._staticInstance.get_timeout(); }
ELSUniversityPlacement.AutoCompleteWebService.set_defaultUserContext = function(value) { 
ELSUniversityPlacement.AutoCompleteWebService._staticInstance.set_defaultUserContext(value); }
ELSUniversityPlacement.AutoCompleteWebService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ELSUniversityPlacement.AutoCompleteWebService._staticInstance.get_defaultUserContext(); }
ELSUniversityPlacement.AutoCompleteWebService.set_defaultSucceededCallback = function(value) { 
 ELSUniversityPlacement.AutoCompleteWebService._staticInstance.set_defaultSucceededCallback(value); }
ELSUniversityPlacement.AutoCompleteWebService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ELSUniversityPlacement.AutoCompleteWebService._staticInstance.get_defaultSucceededCallback(); }
ELSUniversityPlacement.AutoCompleteWebService.set_defaultFailedCallback = function(value) { 
ELSUniversityPlacement.AutoCompleteWebService._staticInstance.set_defaultFailedCallback(value); }
ELSUniversityPlacement.AutoCompleteWebService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ELSUniversityPlacement.AutoCompleteWebService._staticInstance.get_defaultFailedCallback(); }
ELSUniversityPlacement.AutoCompleteWebService.set_path("/services/AutoCompleteWebService.asmx");
ELSUniversityPlacement.AutoCompleteWebService.GetUnivCompletionList= 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>
ELSUniversityPlacement.AutoCompleteWebService._staticInstance.GetUnivCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
ELSUniversityPlacement.AutoCompleteWebService.GetMajorCompletionList= 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>
ELSUniversityPlacement.AutoCompleteWebService._staticInstance.GetMajorCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
