Type.registerNamespace('AX.UI.CustomControls.LinksCatalog.WebServices');
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog=function() {
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.get_path();},
GetLinkCatalogInnerHTML:function(CatalogName,_EnableEdit,_ShowEditButton,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLinkCatalogInnerHTML',false,{CatalogName:CatalogName,_EnableEdit:_EnableEdit,_ShowEditButton:_ShowEditButton},succeededCallback,failedCallback,userContext); },
GetEditorWindow:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetEditorWindow',false,{},succeededCallback,failedCallback,userContext); },
LoadLinks:function(CatalogName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLinks',false,{CatalogName:CatalogName},succeededCallback,failedCallback,userContext); },
SaveCatalogProperties:function(CatalogName,VAlign,Rows,cellspacing,cellspadding,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveCatalogProperties',false,{CatalogName:CatalogName,VAlign:VAlign,Rows:Rows,cellspacing:cellspacing,cellspadding:cellspadding},succeededCallback,failedCallback,userContext); },
GetCatalogProperties:function(CatalogName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCatalogProperties',false,{CatalogName:CatalogName},succeededCallback,failedCallback,userContext); },
SaveLinkProperties:function(CatalogName,index,Title,ToolTip,Href,Image,Target,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveLinkProperties',false,{CatalogName:CatalogName,index:index,Title:Title,ToolTip:ToolTip,Href:Href,Image:Image,Target:Target},succeededCallback,failedCallback,userContext); },
GetLinkProperties:function(CatalogName,index,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLinkProperties',false,{CatalogName:CatalogName,index:index},succeededCallback,failedCallback,userContext); },
Delete:function(CatalogName,index,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Delete',false,{CatalogName:CatalogName,index:index},succeededCallback,failedCallback,userContext); },
MoveItems:function(CatalogName,index1,index2,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MoveItems',false,{CatalogName:CatalogName,index1:index1,index2:index2},succeededCallback,failedCallback,userContext); },
DrawImageGaleryWindow:function(x,y,path,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DrawImageGaleryWindow',false,{x:x,y:y,path:path},succeededCallback,failedCallback,userContext); },
DrawSiteMapWindow:function(x,y,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DrawSiteMapWindow',false,{x:x,y:y},succeededCallback,failedCallback,userContext); }}
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.registerClass('AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog',Sys.Net.WebServiceProxy);
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance = new AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog();
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.set_path = function(value) { AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.set_path(value); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.get_path = function() { return AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.get_path(); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.set_timeout = function(value) { AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.set_timeout(value); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.get_timeout = function() { return AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.get_timeout(); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.set_defaultUserContext = function(value) { AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.set_defaultUserContext(value); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.get_defaultUserContext = function() { return AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.get_defaultUserContext(); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.set_defaultSucceededCallback = function(value) { AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.set_defaultSucceededCallback(value); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.get_defaultSucceededCallback = function() { return AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.get_defaultSucceededCallback(); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.set_defaultFailedCallback = function(value) { AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.set_defaultFailedCallback(value); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.get_defaultFailedCallback = function() { return AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.get_defaultFailedCallback(); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.set_path("/gdt/ASP.Net/Components/CustomControls/Services/WSLinkCatalog.asmx");
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.GetLinkCatalogInnerHTML= function(CatalogName,_EnableEdit,_ShowEditButton,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.GetLinkCatalogInnerHTML(CatalogName,_EnableEdit,_ShowEditButton,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.GetEditorWindow= function(onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.GetEditorWindow(onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.LoadLinks= function(CatalogName,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.LoadLinks(CatalogName,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.SaveCatalogProperties= function(CatalogName,VAlign,Rows,cellspacing,cellspadding,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.SaveCatalogProperties(CatalogName,VAlign,Rows,cellspacing,cellspadding,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.GetCatalogProperties= function(CatalogName,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.GetCatalogProperties(CatalogName,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.SaveLinkProperties= function(CatalogName,index,Title,ToolTip,Href,Image,Target,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.SaveLinkProperties(CatalogName,index,Title,ToolTip,Href,Image,Target,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.GetLinkProperties= function(CatalogName,index,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.GetLinkProperties(CatalogName,index,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.Delete= function(CatalogName,index,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.Delete(CatalogName,index,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.MoveItems= function(CatalogName,index1,index2,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.MoveItems(CatalogName,index1,index2,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.DrawImageGaleryWindow= function(x,y,path,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.DrawImageGaleryWindow(x,y,path,onSuccess,onFailed,userContext); }
AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog.DrawSiteMapWindow= function(x,y,onSuccess,onFailed,userContext) {AX.UI.CustomControls.LinksCatalog.WebServices.WSLinkCatalog._staticInstance.DrawSiteMapWindow(x,y,onSuccess,onFailed,userContext); }

