Type.registerNamespace('CommunityServerWeb.bh_Controls');
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls=function() {
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_path();},
SubmitWriterApplication:function(SectionID,sReasonForWriting,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitWriterApplication',false,{SectionID:SectionID,sReasonForWriting:sReasonForWriting},succeededCallback,failedCallback,userContext); }}
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.registerClass('CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls',Sys.Net.WebServiceProxy);
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance = new CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls();
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_path = function(value) { CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.set_path(value); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.get_path = function() { return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_path(); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_timeout = function(value) { CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.set_timeout(value); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.get_timeout = function() { return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_timeout(); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_defaultUserContext = function(value) { CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.set_defaultUserContext(value); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.get_defaultUserContext = function() { return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_defaultUserContext(); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_defaultSucceededCallback = function(value) { CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.set_defaultSucceededCallback(value); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.get_defaultSucceededCallback = function() { return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_defaultSucceededCallback(); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_defaultFailedCallback = function(value) { CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.set_defaultFailedCallback(value); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.get_defaultFailedCallback = function() { return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_defaultFailedCallback(); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_enableJsonp = function(value) { CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.set_enableJsonp(value); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.get_enableJsonp = function() { return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_enableJsonp(); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_jsonpCallbackParameter = function(value) { CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.set_jsonpCallbackParameter(value); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.get_jsonpCallbackParameter = function() { return CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.get_jsonpCallbackParameter(); }
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.set_path("/bh_controls/UtilityWebServiceForClientScriptCalls.asmx");
CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls.SubmitWriterApplication= function(SectionID,sReasonForWriting,onSuccess,onFailed,userContext) {CommunityServerWeb.bh_Controls.UtilityWebServiceForClientScriptCalls._staticInstance.SubmitWriterApplication(SectionID,sReasonForWriting,onSuccess,onFailed,userContext); }

