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