var ContentoNavigation=function() {
ContentoNavigation.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ContentoNavigation.prototype={
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(ContentoNavigation.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
bind1tree:function(starttabid,tabname,succeededCallback, failedCallback, userContext) {
return this._invoke(ContentoNavigation.get_path(), 'bind1tree',false,{starttabid:starttabid,tabname:tabname},succeededCallback,failedCallback,userContext); },
bind2Tree:function(SRARTTABID,TABNAME,succeededCallback, failedCallback, userContext) {
return this._invoke(ContentoNavigation.get_path(), 'bind2Tree',false,{SRARTTABID:SRARTTABID,TABNAME:TABNAME},succeededCallback,failedCallback,userContext); },
getnavigationlevel:function(mystrtabid,succeededCallback, failedCallback, userContext) {
return this._invoke(ContentoNavigation.get_path(), 'getnavigationlevel',false,{mystrtabid:mystrtabid},succeededCallback,failedCallback,userContext); }}
ContentoNavigation.registerClass('ContentoNavigation',Sys.Net.WebServiceProxy);
ContentoNavigation._staticInstance = new ContentoNavigation();
ContentoNavigation.set_path = function(value) { ContentoNavigation._staticInstance._path = value; }
ContentoNavigation.get_path = function() { return ContentoNavigation._staticInstance._path; }
ContentoNavigation.set_timeout = function(value) { ContentoNavigation._staticInstance._timeout = value; }
ContentoNavigation.get_timeout = function() { return ContentoNavigation._staticInstance._timeout; }
ContentoNavigation.set_defaultUserContext = function(value) { ContentoNavigation._staticInstance._userContext = value; }
ContentoNavigation.get_defaultUserContext = function() { return ContentoNavigation._staticInstance._userContext; }
ContentoNavigation.set_defaultSucceededCallback = function(value) { ContentoNavigation._staticInstance._succeeded = value; }
ContentoNavigation.get_defaultSucceededCallback = function() { return ContentoNavigation._staticInstance._succeeded; }
ContentoNavigation.set_defaultFailedCallback = function(value) { ContentoNavigation._staticInstance._failed = value; }
ContentoNavigation.get_defaultFailedCallback = function() { return ContentoNavigation._staticInstance._failed; }
ContentoNavigation.set_path("/contento/portals/0/skins/ContentoNavigation.asmx");
ContentoNavigation.HelloWorld= function(onSuccess,onFailed,userContext) {ContentoNavigation._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
ContentoNavigation.bind1tree= function(starttabid,tabname,onSuccess,onFailed,userContext) {ContentoNavigation._staticInstance.bind1tree(starttabid,tabname,onSuccess,onFailed,userContext); }
ContentoNavigation.bind2Tree= function(SRARTTABID,TABNAME,onSuccess,onFailed,userContext) {ContentoNavigation._staticInstance.bind2Tree(SRARTTABID,TABNAME,onSuccess,onFailed,userContext); }
ContentoNavigation.getnavigationlevel= function(mystrtabid,onSuccess,onFailed,userContext) {ContentoNavigation._staticInstance.getnavigationlevel(mystrtabid,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Web.UI.WebControls');
if (typeof(System.Web.UI.WebControls.XmlDataSource) === 'undefined') {
System.Web.UI.WebControls.XmlDataSource=gtc("System.Web.UI.WebControls.XmlDataSource");
System.Web.UI.WebControls.XmlDataSource.registerClass('System.Web.UI.WebControls.XmlDataSource');
}
