Type.registerNamespace('GeoPrise.Engine.WebServices');
GeoPrise.Engine.WebServices.GeoPriseSmartPoints=function() {
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.prototype={
GetPersonalSmartPointResult:function(ResultType,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetPersonalSmartPointResult',false,{ResultType:ResultType},succeededCallback,failedCallback,userContext); },
GetPersonalSmartPointPagingResult:function(ResultType,PageingCounter,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetPersonalSmartPointPagingResult',false,{ResultType:ResultType,PageingCounter:PageingCounter},succeededCallback,failedCallback,userContext); },
GetSmartPointGroupsValues:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetSmartPointGroupsValues',false,{},succeededCallback,failedCallback,userContext); },
GetIntegratedSmartPointResult:function(GroupId,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetIntegratedSmartPointResult',false,{GroupId:GroupId},succeededCallback,failedCallback,userContext); },
GetIntegratedSmartPointPagingResult:function(GroupId,PageingCountr,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetIntegratedSmartPointPagingResult',false,{GroupId:GroupId,PageingCountr:PageingCountr},succeededCallback,failedCallback,userContext); },
AddSmartPointWindowContent:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'AddSmartPointWindowContent',false,{},succeededCallback,failedCallback,userContext); },
AddSmartPointParent:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'AddSmartPointParent',false,{},succeededCallback,failedCallback,userContext); },
SaveSmartPointValues:function(GPIconID,QueryType,strPublic,strType,strName,strSummaryDesc,strDetailDesc,strImgURL,strAddInfoURL,XPosition,YPosition,HoverUserID,GroupID,SourceID,CatId,SubCatId,ImgFilePath,InfoPath,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'SaveSmartPointValues',false,{GPIconID:GPIconID,QueryType:QueryType,strPublic:strPublic,strType:strType,strName:strName,strSummaryDesc:strSummaryDesc,strDetailDesc:strDetailDesc,strImgURL:strImgURL,strAddInfoURL:strAddInfoURL,XPosition:XPosition,YPosition:YPosition,HoverUserID:HoverUserID,GroupID:GroupID,SourceID:SourceID,CatId:CatId,SubCatId:SubCatId,ImgFilePath:ImgFilePath,InfoPath:InfoPath},succeededCallback,failedCallback,userContext); },
RemoveSmartPoint:function(RemoveType,groupId,iconId,personalResultType,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'RemoveSmartPoint',false,{RemoveType:RemoveType,groupId:groupId,iconId:iconId,personalResultType:personalResultType},succeededCallback,failedCallback,userContext); },
EditSmartPointHeader:function(IconId,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'EditSmartPointHeader',false,{IconId:IconId},succeededCallback,failedCallback,userContext); },
AddSmptEditWindowContent:function(IconId,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'AddSmptEditWindowContent',false,{IconId:IconId},succeededCallback,failedCallback,userContext); },
SaveSmartPointEditedValues:function(GPIconID,QueryType,strPublic,strType,strName,strSummaryDesc,strDetailDesc,strImgURL,strAddInfoURL,XPosition,YPosition,HoverUserID,GroupID,SourceID,CatId,SubCatId,EditImgURLfilePath,EditInfoDocFilePath,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'SaveSmartPointEditedValues',false,{GPIconID:GPIconID,QueryType:QueryType,strPublic:strPublic,strType:strType,strName:strName,strSummaryDesc:strSummaryDesc,strDetailDesc:strDetailDesc,strImgURL:strImgURL,strAddInfoURL:strAddInfoURL,XPosition:XPosition,YPosition:YPosition,HoverUserID:HoverUserID,GroupID:GroupID,SourceID:SourceID,CatId:CatId,SubCatId:SubCatId,EditImgURLfilePath:EditImgURLfilePath,EditInfoDocFilePath:EditInfoDocFilePath},succeededCallback,failedCallback,userContext); },
DrawSmartPoint:function(_UserID,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'DrawSmartPoint',false,{_UserID:_UserID},succeededCallback,failedCallback,userContext); },
getPointAllScreenCoord:function(CoordX,CoordY,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'getPointAllScreenCoord',false,{CoordX:CoordX,CoordY:CoordY},succeededCallback,failedCallback,userContext); },
getPointMapCoord:function(xCoord,yCoord,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'getPointMapCoord',false,{xCoord:xCoord,yCoord:yCoord},succeededCallback,failedCallback,userContext); },
ZoomToSmartPoint:function(xCoord,yCoord,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'ZoomToSmartPoint',false,{xCoord:xCoord,yCoord:yCoord},succeededCallback,failedCallback,userContext); },
GetSubCateGory:function(CatId,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetSubCateGory',false,{CatId:CatId},succeededCallback,failedCallback,userContext); },
GetSmartPointHoverMenuDetails:function(iconID,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetSmartPointHoverMenuDetails',false,{iconID:iconID},succeededCallback,failedCallback,userContext); },
DeatilsOfSmartPointHoverMenu:function(iconID,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'DeatilsOfSmartPointHoverMenu',false,{iconID:iconID},succeededCallback,failedCallback,userContext); },
GetHoverWindowXMLstring:function(iconID,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'GetHoverWindowXMLstring',false,{iconID:iconID},succeededCallback,failedCallback,userContext); },
UserAuthentication:function(userId,password,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'UserAuthentication',false,{userId:userId,password:password},succeededCallback,failedCallback,userContext); },
UserLogout:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'UserLogout',false,{userId:userId},succeededCallback,failedCallback,userContext); },
SetProjectSearchResult:function(minX,minY,maxX,maxY,checkedValues,checkedAll,CatId,subCatId,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'SetProjectSearchResult',false,{minX:minX,minY:minY,maxX:maxX,maxY:maxY,checkedValues:checkedValues,checkedAll:checkedAll,CatId:CatId,subCatId:subCatId},succeededCallback,failedCallback,userContext); },
UpdateMapCoordinates:function(strX,strY,IconId,succeededCallback, failedCallback, userContext) {
return this._invoke(GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path(), 'UpdateMapCoordinates',false,{strX:strX,strY:strY,IconId:IconId},succeededCallback,failedCallback,userContext); }}
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.registerClass('GeoPrise.Engine.WebServices.GeoPriseSmartPoints',Sys.Net.WebServiceProxy);
GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance = new GeoPrise.Engine.WebServices.GeoPriseSmartPoints();
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.set_path = function(value) { GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._path = value; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_path = function() { return GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._path; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.set_timeout = function(value) { GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._timeout = value; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_timeout = function() { return GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._timeout; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.set_defaultUserContext = function(value) { GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._userContext = value; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_defaultUserContext = function() { return GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._userContext; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.set_defaultSucceededCallback = function(value) { GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._succeeded = value; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_defaultSucceededCallback = function() { return GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._succeeded; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.set_defaultFailedCallback = function(value) { GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._failed = value; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.get_defaultFailedCallback = function() { return GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance._failed; }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.set_path("/cip/Services/GeoPriseSmartPoints.asmx");
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetPersonalSmartPointResult= function(ResultType,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetPersonalSmartPointResult(ResultType,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetPersonalSmartPointPagingResult= function(ResultType,PageingCounter,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetPersonalSmartPointPagingResult(ResultType,PageingCounter,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetSmartPointGroupsValues= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetSmartPointGroupsValues(onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetIntegratedSmartPointResult= function(GroupId,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetIntegratedSmartPointResult(GroupId,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetIntegratedSmartPointPagingResult= function(GroupId,PageingCountr,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetIntegratedSmartPointPagingResult(GroupId,PageingCountr,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.AddSmartPointWindowContent= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.AddSmartPointWindowContent(onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.AddSmartPointParent= function(onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.AddSmartPointParent(onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.SaveSmartPointValues= function(GPIconID,QueryType,strPublic,strType,strName,strSummaryDesc,strDetailDesc,strImgURL,strAddInfoURL,XPosition,YPosition,HoverUserID,GroupID,SourceID,CatId,SubCatId,ImgFilePath,InfoPath,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.SaveSmartPointValues(GPIconID,QueryType,strPublic,strType,strName,strSummaryDesc,strDetailDesc,strImgURL,strAddInfoURL,XPosition,YPosition,HoverUserID,GroupID,SourceID,CatId,SubCatId,ImgFilePath,InfoPath,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.RemoveSmartPoint= function(RemoveType,groupId,iconId,personalResultType,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.RemoveSmartPoint(RemoveType,groupId,iconId,personalResultType,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.EditSmartPointHeader= function(IconId,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.EditSmartPointHeader(IconId,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.AddSmptEditWindowContent= function(IconId,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.AddSmptEditWindowContent(IconId,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.SaveSmartPointEditedValues= function(GPIconID,QueryType,strPublic,strType,strName,strSummaryDesc,strDetailDesc,strImgURL,strAddInfoURL,XPosition,YPosition,HoverUserID,GroupID,SourceID,CatId,SubCatId,EditImgURLfilePath,EditInfoDocFilePath,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.SaveSmartPointEditedValues(GPIconID,QueryType,strPublic,strType,strName,strSummaryDesc,strDetailDesc,strImgURL,strAddInfoURL,XPosition,YPosition,HoverUserID,GroupID,SourceID,CatId,SubCatId,EditImgURLfilePath,EditInfoDocFilePath,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.DrawSmartPoint= function(_UserID,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.DrawSmartPoint(_UserID,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.getPointAllScreenCoord= function(CoordX,CoordY,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.getPointAllScreenCoord(CoordX,CoordY,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.getPointMapCoord= function(xCoord,yCoord,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.getPointMapCoord(xCoord,yCoord,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.ZoomToSmartPoint= function(xCoord,yCoord,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.ZoomToSmartPoint(xCoord,yCoord,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetSubCateGory= function(CatId,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetSubCateGory(CatId,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetSmartPointHoverMenuDetails= function(iconID,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetSmartPointHoverMenuDetails(iconID,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.DeatilsOfSmartPointHoverMenu= function(iconID,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.DeatilsOfSmartPointHoverMenu(iconID,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.GetHoverWindowXMLstring= function(iconID,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.GetHoverWindowXMLstring(iconID,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.UserAuthentication= function(userId,password,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.UserAuthentication(userId,password,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.UserLogout= function(userId,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.UserLogout(userId,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.SetProjectSearchResult= function(minX,minY,maxX,maxY,checkedValues,checkedAll,CatId,subCatId,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.SetProjectSearchResult(minX,minY,maxX,maxY,checkedValues,checkedAll,CatId,subCatId,onSuccess,onFailed,userContext); }
GeoPrise.Engine.WebServices.GeoPriseSmartPoints.UpdateMapCoordinates= function(strX,strY,IconId,onSuccess,onFailed,userContext) {GeoPrise.Engine.WebServices.GeoPriseSmartPoints._staticInstance.UpdateMapCoordinates(strX,strY,IconId,onSuccess,onFailed,userContext); }
