Type.registerNamespace('Sogeti.KomatsuForest.Webservices');
Sogeti.KomatsuForest.Webservices.SearchHits=function() {
Sogeti.KomatsuForest.Webservices.SearchHits.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Sogeti.KomatsuForest.Webservices.SearchHits.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_path();},
getSearchHtml:function(contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="contextKey" 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(), 'getSearchHtml',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); }}
Sogeti.KomatsuForest.Webservices.SearchHits.registerClass('Sogeti.KomatsuForest.Webservices.SearchHits',Sys.Net.WebServiceProxy);
Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance = new Sogeti.KomatsuForest.Webservices.SearchHits();
Sogeti.KomatsuForest.Webservices.SearchHits.set_path = function(value) {
Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.set_path(value); }
Sogeti.KomatsuForest.Webservices.SearchHits.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_path();}
Sogeti.KomatsuForest.Webservices.SearchHits.set_timeout = function(value) {
Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.set_timeout(value); }
Sogeti.KomatsuForest.Webservices.SearchHits.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_timeout(); }
Sogeti.KomatsuForest.Webservices.SearchHits.set_defaultUserContext = function(value) { 
Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.set_defaultUserContext(value); }
Sogeti.KomatsuForest.Webservices.SearchHits.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_defaultUserContext(); }
Sogeti.KomatsuForest.Webservices.SearchHits.set_defaultSucceededCallback = function(value) { 
 Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.set_defaultSucceededCallback(value); }
Sogeti.KomatsuForest.Webservices.SearchHits.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_defaultSucceededCallback(); }
Sogeti.KomatsuForest.Webservices.SearchHits.set_defaultFailedCallback = function(value) { 
Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.set_defaultFailedCallback(value); }
Sogeti.KomatsuForest.Webservices.SearchHits.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_defaultFailedCallback(); }
Sogeti.KomatsuForest.Webservices.SearchHits.set_enableJsonp = function(value) { Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.set_enableJsonp(value); }
Sogeti.KomatsuForest.Webservices.SearchHits.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_enableJsonp(); }
Sogeti.KomatsuForest.Webservices.SearchHits.set_jsonpCallbackParameter = function(value) { Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.set_jsonpCallbackParameter(value); }
Sogeti.KomatsuForest.Webservices.SearchHits.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.get_jsonpCallbackParameter(); }
Sogeti.KomatsuForest.Webservices.SearchHits.set_path("/Administration/WebServices/9062782B-A6FA-4823-87FD-7BC2CC257026.asmx");
Sogeti.KomatsuForest.Webservices.SearchHits.getSearchHtml= function(contextKey,onSuccess,onFailed,userContext) {
/// <param name="contextKey" 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>
Sogeti.KomatsuForest.Webservices.SearchHits._staticInstance.getSearchHtml(contextKey,onSuccess,onFailed,userContext); }

