var ServicesCollection=function() {
ServicesCollection.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ServicesCollection.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ServicesCollection._staticInstance.get_path();},
GetLitertureSearch:function(sSelectedId,sSelectedText,sHref,sMsg,succeededCallback, failedCallback, userContext) {
/// <param name="sSelectedId" type="String">System.String</param>
/// <param name="sSelectedText" type="String">System.String</param>
/// <param name="sHref" type="String">System.String</param>
/// <param name="sMsg" 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(), 'GetLitertureSearch',false,{sSelectedId:sSelectedId,sSelectedText:sSelectedText,sHref:sHref,sMsg:sMsg},succeededCallback,failedCallback,userContext); },
GetFaqSearch:function(sSelectedId,sHref,succeededCallback, failedCallback, userContext) {
/// <param name="sSelectedId" type="String">System.String</param>
/// <param name="sHref" 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(), 'GetFaqSearch',false,{sSelectedId:sSelectedId,sHref:sHref},succeededCallback,failedCallback,userContext); }}
ServicesCollection.registerClass('ServicesCollection',Sys.Net.WebServiceProxy);
ServicesCollection._staticInstance = new ServicesCollection();
ServicesCollection.set_path = function(value) {
ServicesCollection._staticInstance.set_path(value); }
ServicesCollection.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ServicesCollection._staticInstance.get_path();}
ServicesCollection.set_timeout = function(value) {
ServicesCollection._staticInstance.set_timeout(value); }
ServicesCollection.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ServicesCollection._staticInstance.get_timeout(); }
ServicesCollection.set_defaultUserContext = function(value) { 
ServicesCollection._staticInstance.set_defaultUserContext(value); }
ServicesCollection.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ServicesCollection._staticInstance.get_defaultUserContext(); }
ServicesCollection.set_defaultSucceededCallback = function(value) { 
 ServicesCollection._staticInstance.set_defaultSucceededCallback(value); }
ServicesCollection.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ServicesCollection._staticInstance.get_defaultSucceededCallback(); }
ServicesCollection.set_defaultFailedCallback = function(value) { 
ServicesCollection._staticInstance.set_defaultFailedCallback(value); }
ServicesCollection.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ServicesCollection._staticInstance.get_defaultFailedCallback(); }
ServicesCollection.set_path("/_webservices/ServicesCollection.asmx");
ServicesCollection.GetLitertureSearch= function(sSelectedId,sSelectedText,sHref,sMsg,onSuccess,onFailed,userContext) {
/// <param name="sSelectedId" type="String">System.String</param>
/// <param name="sSelectedText" type="String">System.String</param>
/// <param name="sHref" type="String">System.String</param>
/// <param name="sMsg" 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>
ServicesCollection._staticInstance.GetLitertureSearch(sSelectedId,sSelectedText,sHref,sMsg,onSuccess,onFailed,userContext); }
ServicesCollection.GetFaqSearch= function(sSelectedId,sHref,onSuccess,onFailed,userContext) {
/// <param name="sSelectedId" type="String">System.String</param>
/// <param name="sHref" 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>
ServicesCollection._staticInstance.GetFaqSearch(sSelectedId,sHref,onSuccess,onFailed,userContext); }

