var AjaxCommon=function() {
AjaxCommon.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AjaxCommon.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return AjaxCommon._staticInstance.get_path();},
GetArrayListOfListView:function(sSessionID,sPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArrayListOfListView',false,{sSessionID:sSessionID,sPath:sPath},succeededCallback,failedCallback,userContext); },
VirtualFolderSearch:function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,stxtcommentsWM,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,stxtTagWM,isizeUnit,sSearchOrder,sSearchValue,iCorrectOrder,iTotalRecords,sCalledFor,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VirtualFolderSearch',false,{sSessionID:sSessionID,sPath:sPath,sMP:sMP,sitemName:sitemName,sWMitemName:sWMitemName,sTxtInfile:sTxtInfile,sWMTxtInfile:sWMTxtInfile,stxtcomments:stxtcomments,stxtcommentsWM:stxtcommentsWM,stxtLSize:stxtLSize,stxtUSize:stxtUSize,stxtDateFrom:stxtDateFrom,stxtDateTo:stxtDateTo,bchkFolderName:bchkFolderName,bchkSubFolder:bchkSubFolder,sSortBy:sSortBy,sSortOrder:sSortOrder,iStartPage:iStartPage,ipageSize:ipageSize,bchkSearchIndex:bchkSearchIndex,stxtTag:stxtTag,stxtTagWM:stxtTagWM,isizeUnit:isizeUnit,sSearchOrder:sSearchOrder,sSearchValue:sSearchValue,iCorrectOrder:iCorrectOrder,iTotalRecords:iTotalRecords,sCalledFor:sCalledFor},succeededCallback,failedCallback,userContext); },
AddFormFields:function(sSessionID,iFormId,iFieldTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddFormFields',false,{sSessionID:sSessionID,iFormId:iFormId,iFieldTypeId:iFieldTypeId},succeededCallback,failedCallback,userContext); },
AddDuplicateFormFields:function(sSessionID,iFormId,iFieldId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddDuplicateFormFields',false,{sSessionID:sSessionID,iFormId:iFormId,iFieldId:iFieldId},succeededCallback,failedCallback,userContext); },
DeleteFormFields:function(sSessionID,iFormId,iFieldId,bOverrideFlag,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteFormFields',false,{sSessionID:sSessionID,iFormId:iFormId,iFieldId:iFieldId,bOverrideFlag:bOverrideFlag},succeededCallback,failedCallback,userContext); },
CheckFieldChangePermission:function(sSessionID,iFormId,iChangedFieldTypeId,iCurrentFieldId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckFieldChangePermission',false,{sSessionID:sSessionID,iFormId:iFormId,iChangedFieldTypeId:iChangedFieldTypeId,iCurrentFieldId:iCurrentFieldId},succeededCallback,failedCallback,userContext); },
CreateEmailLinks:function(sSessionID,iFormId,sEmailTo,sSendFrom,sSubject,sBody,sEmailOnSubmission,sEmailWhenIsAccessed,sSaveToContactList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateEmailLinks',false,{sSessionID:sSessionID,iFormId:iFormId,sEmailTo:sEmailTo,sSendFrom:sSendFrom,sSubject:sSubject,sBody:sBody,sEmailOnSubmission:sEmailOnSubmission,sEmailWhenIsAccessed:sEmailWhenIsAccessed,sSaveToContactList:sSaveToContactList},succeededCallback,failedCallback,userContext); },
SaveCoverPage:function(sSessionID,iFormId,sCoverPageTitle,sCoverPageDesc,sCoverPageReturnURL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveCoverPage',false,{sSessionID:sSessionID,iFormId:iFormId,sCoverPageTitle:sCoverPageTitle,sCoverPageDesc:sCoverPageDesc,sCoverPageReturnURL:sCoverPageReturnURL},succeededCallback,failedCallback,userContext); },
SaveHeaderInfo:function(sSessionID,iFormId,sHeaderTitle,sHeaderDesc,sHeaderURL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveHeaderInfo',false,{sSessionID:sSessionID,iFormId:iFormId,sHeaderTitle:sHeaderTitle,sHeaderDesc:sHeaderDesc,sHeaderURL:sHeaderURL},succeededCallback,failedCallback,userContext); },
SaveImage:function(sSessionID,sType,sParamID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveImage',false,{sSessionID:sSessionID,sType:sType,sParamID:sParamID},succeededCallback,failedCallback,userContext); },
SaveSecurityInfo:function(sSessionID,iFormId,sPasswordProtection,sLinkExpires,sVerificationText,sCheckboxApproval,sSignatureMessage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveSecurityInfo',false,{sSessionID:sSessionID,iFormId:iFormId,sPasswordProtection:sPasswordProtection,sLinkExpires:sLinkExpires,sVerificationText:sVerificationText,sCheckboxApproval:sCheckboxApproval,sSignatureMessage:sSignatureMessage},succeededCallback,failedCallback,userContext); },
SaveGroupSharePermissionInfo:function(sSessionID,iFormId,sUser,sPermission,sEmailNotification,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveGroupSharePermissionInfo',false,{sSessionID:sSessionID,iFormId:iFormId,sUser:sUser,sPermission:sPermission,sEmailNotification:sEmailNotification},succeededCallback,failedCallback,userContext); },
ShowGroupSharePermissionInfo:function(sSessionID,iFormId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowGroupSharePermissionInfo',false,{sSessionID:sSessionID,iFormId:iFormId},succeededCallback,failedCallback,userContext); },
DeleteGroupSharePermission:function(sSessionID,iFormId,sUserName,sGroupId,sGroupType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteGroupSharePermission',false,{sSessionID:sSessionID,iFormId:iFormId,sUserName:sUserName,sGroupId:sGroupId,sGroupType:sGroupType},succeededCallback,failedCallback,userContext); },
SaveFormFolderInfo:function(sSessionID,iFormId,sSelectedPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveFormFolderInfo',false,{sSessionID:sSessionID,iFormId:iFormId,sSelectedPath:sSelectedPath},succeededCallback,failedCallback,userContext); },
ShowFormFolderInfo:function(sSessionID,iFormId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowFormFolderInfo',false,{sSessionID:sSessionID,iFormId:iFormId},succeededCallback,failedCallback,userContext); },
DeleteFormFolderInfo:function(sSessionID,iFormId,sFilePath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteFormFolderInfo',false,{sSessionID:sSessionID,iFormId:iFormId,sFilePath:sFilePath},succeededCallback,failedCallback,userContext); },
CheckJobStatus:function(sSessionID,sReuqestID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckJobStatus',false,{sSessionID:sSessionID,sReuqestID:sReuqestID},succeededCallback,failedCallback,userContext); },
DeleteDataWithDataid:function(sSessionID,iFormId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteDataWithDataid',false,{sSessionID:sSessionID,iFormId:iFormId},succeededCallback,failedCallback,userContext); },
GetDashBoardList:function(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDashBoardList',false,{sSessionID:sSessionID,sPageNo:sPageNo,iPageSize:iPageSize,sSortBy:sSortBy,sSortOrder:sSortOrder},succeededCallback,failedCallback,userContext); },
GetAllFormsForDashBoard:function(APP_CLIENT_ID,APP_USERNAME,sPageNo,iPageSize,sSortBy,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllFormsForDashBoard',false,{APP_CLIENT_ID:APP_CLIENT_ID,APP_USERNAME:APP_USERNAME,sPageNo:sPageNo,iPageSize:iPageSize,sSortBy:sSortBy},succeededCallback,failedCallback,userContext); },
GetSubmissionforItem:function(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubmissionforItem',false,{sSessionID:sSessionID,sPageNo:sPageNo,iPageSize:iPageSize,sSortBy:sSortBy,sSortOrder:sSortOrder},succeededCallback,failedCallback,userContext); },
SubmitFormContentRequest:function(sSessionID,iFormId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitFormContentRequest',false,{sSessionID:sSessionID,iFormId:iFormId},succeededCallback,failedCallback,userContext); },
DeleteFormData:function(sSessionID,iFormId,sActionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteFormData',false,{sSessionID:sSessionID,iFormId:iFormId,sActionCode:sActionCode},succeededCallback,failedCallback,userContext); },
UpdateFormTitleOnly:function(sSessionID,sTitle,iForm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateFormTitleOnly',false,{sSessionID:sSessionID,sTitle:sTitle,iForm:iForm},succeededCallback,failedCallback,userContext); },
SetFormLockUnlock:function(sSessionID,iFormId,sIsFormLocked,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetFormLockUnlock',false,{sSessionID:sSessionID,iFormId:iFormId,sIsFormLocked:sIsFormLocked},succeededCallback,failedCallback,userContext); },
SaveEFormTheme:function(sSessionID,iFormId,iThemeId,ActionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveEFormTheme',false,{sSessionID:sSessionID,iFormId:iFormId,iThemeId:iThemeId,ActionCode:ActionCode},succeededCallback,failedCallback,userContext); },
GetAllQuestionsForDashBoard:function(sSessionID,iFormId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllQuestionsForDashBoard',false,{sSessionID:sSessionID,iFormId:iFormId},succeededCallback,failedCallback,userContext); },
GetAnswerCountforItem:function(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAnswerCountforItem',false,{sSessionID:sSessionID,sPageNo:sPageNo,iPageSize:iPageSize,sSortBy:sSortBy,sSortOrder:sSortOrder},succeededCallback,failedCallback,userContext); },
SubmitFeedback:function(sSessionID,comment,ddlFeedbackType,StarResult,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitFeedback',false,{sSessionID:sSessionID,comment:comment,ddlFeedbackType:ddlFeedbackType,StarResult:StarResult},succeededCallback,failedCallback,userContext); },
SubmitInterfaceSetting:function(sSessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitInterfaceSetting',false,{sSessionID:sSessionID},succeededCallback,failedCallback,userContext); },
SaveLastSelectedPage:function(sPageName,iPageNo,sSortBy,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveLastSelectedPage',false,{sPageName:sPageName,iPageNo:iPageNo,sSortBy:sSortBy},succeededCallback,failedCallback,userContext); },
GetZipStatus:function(lPROCESSID,CalledFrom,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetZipStatus',false,{lPROCESSID:lPROCESSID,CalledFrom:CalledFrom},succeededCallback,failedCallback,userContext); },
GetZipDownloadStatus:function(sGUIDID,bzipFileName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetZipDownloadStatus',false,{sGUIDID:sGUIDID,bzipFileName:bzipFileName},succeededCallback,failedCallback,userContext); },
GetFolderReportStatus:function(lPROCESSID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFolderReportStatus',false,{lPROCESSID:lPROCESSID},succeededCallback,failedCallback,userContext); },
GetFaxSendStatus:function(lPROCESSID,sFlagProcess,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFaxSendStatus',false,{lPROCESSID:lPROCESSID,sFlagProcess:sFlagProcess},succeededCallback,failedCallback,userContext); },
RecalcSize:function(sSessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RecalcSize',false,{sSessionID:sSessionID},succeededCallback,failedCallback,userContext); },
SetAccountFolderSize:function(sSessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetAccountFolderSize',false,{sSessionID:sSessionID},succeededCallback,failedCallback,userContext); },
CreatePDF:function(vIn,vError,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreatePDF',false,{vIn:vIn,vError:vError},succeededCallback,failedCallback,userContext); },
CalculateBillingCycleAmount:function(pSize,pUser,pBillingCycle,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CalculateBillingCycleAmount',false,{pSize:pSize,pUser:pUser,pBillingCycle:pBillingCycle},succeededCallback,failedCallback,userContext); },
CalculateBillingCycleAmountNoFormat:function(pSize,pUser,pBillingCycle,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CalculateBillingCycleAmountNoFormat',false,{pSize:pSize,pUser:pUser,pBillingCycle:pBillingCycle},succeededCallback,failedCallback,userContext); },
CalculateBillingCycleAmountNewUser:function(sClientID,pSize,pUser,pBillingCycle,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CalculateBillingCycleAmountNewUser',false,{sClientID:sClientID,pSize:pSize,pUser:pUser,pBillingCycle:pBillingCycle},succeededCallback,failedCallback,userContext); },
CalculateFolderSize:function(sSessionID,sPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CalculateFolderSize',false,{sSessionID:sSessionID,sPath:sPath},succeededCallback,failedCallback,userContext); },
GetSlides:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSlides',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetDocSlides:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDocSlides',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
SaveRotatedImg:function(FilePath,DegreesToRotate,ModelParam,PageNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveRotatedImg',false,{FilePath:FilePath,DegreesToRotate:DegreesToRotate,ModelParam:ModelParam,PageNumber:PageNumber},succeededCallback,failedCallback,userContext); },
ReturnIndexStatus:function(FilePath,CalledFrom,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReturnIndexStatus',false,{FilePath:FilePath,CalledFrom:CalledFrom},succeededCallback,failedCallback,userContext); },
SaveFormCellData:function(sClientID,sAppUserName,sFormId,sFM_LINK_USER_ID,iFormDataID,sGUID,sFieldId,sValue,sControlClientId,sRowNo,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveFormCellData',false,{sClientID:sClientID,sAppUserName:sAppUserName,sFormId:sFormId,sFM_LINK_USER_ID:sFM_LINK_USER_ID,iFormDataID:iFormDataID,sGUID:sGUID,sFieldId:sFieldId,sValue:sValue,sControlClientId:sControlClientId,sRowNo:sRowNo},succeededCallback,failedCallback,userContext); },
BeginProcessImage:function(Path,Name,Width,Height,ImageType,cacheFilePath,eString,cb,s,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BeginProcessImage',false,{Path:Path,Name:Name,Width:Width,Height:Height,ImageType:ImageType,cacheFilePath:cacheFilePath,eString:eString,cb:cb,s:s},succeededCallback,failedCallback,userContext); },
EndProcessImage:function(objcall,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EndProcessImage',false,{objcall:objcall},succeededCallback,failedCallback,userContext); },
BeginProcessMsg:function(vin,cb,s,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BeginProcessMsg',false,{vin:vin,cb:cb,s:s},succeededCallback,failedCallback,userContext); },
EndProcessMsg:function(objcall,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EndProcessMsg',false,{objcall:objcall},succeededCallback,failedCallback,userContext); },
DoCopyNew:function(sSessionID,SourcePathList,SourceModelParamList,DestinationPath,DestinationModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoCopyNew',false,{sSessionID:sSessionID,SourcePathList:SourcePathList,SourceModelParamList:SourceModelParamList,DestinationPath:DestinationPath,DestinationModelParam:DestinationModelParam},succeededCallback,failedCallback,userContext); },
VideoStatus:function(lPROCESSID,CalledFrom,sPATH,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VideoStatus',false,{lPROCESSID:lPROCESSID,CalledFrom:CalledFrom,sPATH:sPATH},succeededCallback,failedCallback,userContext); },
DeleteItem:function(sSessionID,sPath,sModelParam,sdeleteType,sItemIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteItem',false,{sSessionID:sSessionID,sPath:sPath,sModelParam:sModelParam,sdeleteType:sdeleteType,sItemIndex:sItemIndex},succeededCallback,failedCallback,userContext); },
RenameItem:function(sSessionID,sPath,sModelParam,sNewItemName,sIndexItem,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RenameItem',false,{sSessionID:sSessionID,sPath:sPath,sModelParam:sModelParam,sNewItemName:sNewItemName,sIndexItem:sIndexItem},succeededCallback,failedCallback,userContext); },
RenameTagName:function(sSessionID,sPath,sTagName,sNewTagName,sIndexItem,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RenameTagName',false,{sSessionID:sSessionID,sPath:sPath,sTagName:sTagName,sNewTagName:sNewTagName,sIndexItem:sIndexItem},succeededCallback,failedCallback,userContext); },
AddLinkNode:function(sSessionID,sSourcePath,sDestPath,sSourceModelParam,sDestModelParam,sAction,sNewName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddLinkNode',false,{sSessionID:sSessionID,sSourcePath:sSourcePath,sDestPath:sDestPath,sSourceModelParam:sSourceModelParam,sDestModelParam:sDestModelParam,sAction:sAction,sNewName:sNewName},succeededCallback,failedCallback,userContext); },
DoMove:function(sSessionID,sSourcePath,sDestPath,sSourceModelParam,sDestModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoMove',false,{sSessionID:sSessionID,sSourcePath:sSourcePath,sDestPath:sDestPath,sSourceModelParam:sSourceModelParam,sDestModelParam:sDestModelParam},succeededCallback,failedCallback,userContext); },
GetTextIndexStatus:function(vIn,vOut,vError,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTextIndexStatus',false,{vIn:vIn,vOut:vOut,vError:vError},succeededCallback,failedCallback,userContext); },
FetchTextIndexStatus:function(vIn,vOut,vError,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FetchTextIndexStatus',false,{vIn:vIn,vOut:vOut,vError:vError},succeededCallback,failedCallback,userContext); },
SaveContacts:function(sAPP_CLIENT_ID,sAPP_USERNAME,sContacts,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveContacts',false,{sAPP_CLIENT_ID:sAPP_CLIENT_ID,sAPP_USERNAME:sAPP_USERNAME,sContacts:sContacts},succeededCallback,failedCallback,userContext); },
SaveDefaultsToDB:function(vIn,vOut,vError,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveDefaultsToDB',false,{vIn:vIn,vOut:vOut,vError:vError},succeededCallback,failedCallback,userContext); },
SaveDefaultsFS:function(vIn,vOut,vError,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveDefaultsFS',false,{vIn:vIn,vOut:vOut,vError:vError},succeededCallback,failedCallback,userContext); },
CheckFileUpload_Permission:function(sPath,sModelparam,sFileNameList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckFileUpload_Permission',false,{sPath:sPath,sModelparam:sModelparam,sFileNameList:sFileNameList},succeededCallback,failedCallback,userContext); },
SendEmail:function(sPath,sVC_Files,svc_param,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendEmail',false,{sPath:sPath,sVC_Files:sVC_Files,svc_param:svc_param},succeededCallback,failedCallback,userContext); },
GetCoolBackupAmount:function(sNoOfUsers,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCoolBackupAmount',false,{sNoOfUsers:sNoOfUsers},succeededCallback,failedCallback,userContext); },
GetMediaURL:function(sSessionID,mediaPath,mModelParam,Elink,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMediaURL',false,{sSessionID:sSessionID,mediaPath:mediaPath,mModelParam:mModelParam,Elink:Elink},succeededCallback,failedCallback,userContext); },
GetMP3URL:function(sSessionID,mediaPath,mModelParam,Elink,PageNo,mFilesPerPage,sSorting,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMP3URL',false,{sSessionID:sSessionID,mediaPath:mediaPath,mModelParam:mModelParam,Elink:Elink,PageNo:PageNo,mFilesPerPage:mFilesPerPage,sSorting:sSorting},succeededCallback,failedCallback,userContext); },
GetBasketMP3URL:function(sSessionID,sBasketPath,sBasketModelParam,Elink,PageNo,mFilesPerPage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBasketMP3URL',false,{sSessionID:sSessionID,sBasketPath:sBasketPath,sBasketModelParam:sBasketModelParam,Elink:Elink,PageNo:PageNo,mFilesPerPage:mFilesPerPage},succeededCallback,failedCallback,userContext); },
ReadFileProperties:function(sSessionID,sFilePath,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReadFileProperties',false,{sSessionID:sSessionID,sFilePath:sFilePath,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); },
PropertiesProcessStatus:function(sSessionID,sProcessID,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PropertiesProcessStatus',false,{sSessionID:sSessionID,sProcessID:sProcessID,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); },
UpdateSession:function(sSessionID,sBasketPath,sBasketModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateSession',false,{sSessionID:sSessionID,sBasketPath:sBasketPath,sBasketModelParam:sBasketModelParam},succeededCallback,failedCallback,userContext); },
GetSubFolderList:function(sSessionID,sRestore,sSnapDirs,sULDiv,sPath,sCallBack,sSnpDateFolder,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubFolderList',false,{sSessionID:sSessionID,sRestore:sRestore,sSnapDirs:sSnapDirs,sULDiv:sULDiv,sPath:sPath,sCallBack:sCallBack,sSnpDateFolder:sSnpDateFolder,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); },
UpdateFormTitleDescription:function(sSessionID,sTitle,sDescription,iForm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateFormTitleDescription',false,{sSessionID:sSessionID,sTitle:sTitle,sDescription:sDescription,iForm:iForm},succeededCallback,failedCallback,userContext); },
DeleteUpdatedFiles:function(sFieldName,sFileName,iDataid,sSessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteUpdatedFiles',false,{sFieldName:sFieldName,sFileName:sFileName,iDataid:iDataid,sSessionID:sSessionID},succeededCallback,failedCallback,userContext); },
UpdateUserSearchFlag:function(sSessionID,iSearchIndexFlag,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateUserSearchFlag',false,{sSessionID:sSessionID,iSearchIndexFlag:iSearchIndexFlag},succeededCallback,failedCallback,userContext); },
RecalcAccountSize:function(sSessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RecalcAccountSize',false,{sSessionID:sSessionID},succeededCallback,failedCallback,userContext); },
GetStatusAccountSize:function(sSessionID,iProcessID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStatusAccountSize',false,{sSessionID:sSessionID,iProcessID:iProcessID},succeededCallback,failedCallback,userContext); },
GetStatusFolderSize:function(sSessionID,iProcessID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStatusFolderSize',false,{sSessionID:sSessionID,iProcessID:iProcessID},succeededCallback,failedCallback,userContext); },
CreateListItemString:function(sSessionID,sPath,sName,iItemIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateListItemString',false,{sSessionID:sSessionID,sPath:sPath,sName:sName,iItemIndex:iItemIndex},succeededCallback,failedCallback,userContext); },
GetFolderIconURL:function(sSessionID,sPath,sModelParam,sIconType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFolderIconURL',false,{sSessionID:sSessionID,sPath:sPath,sModelParam:sModelParam,sIconType:sIconType},succeededCallback,failedCallback,userContext); },
GetFileIconURL:function(sSessionID,sPath,isCheckout,sFromFlag,isFolder,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFileIconURL',false,{sSessionID:sSessionID,sPath:sPath,isCheckout:isCheckout,sFromFlag:sFromFlag,isFolder:isFolder},succeededCallback,failedCallback,userContext); },
GetFolderParam_Permission:function(sSessionId,sPath,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFolderParam_Permission',false,{sSessionId:sSessionId,sPath:sPath,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); },
CreateListViewHTML:function(APP_CLIENT_ID,APP_USERNAME,sPath,objarrayList,sFolderPropertiesList,isSearchFlag,iItemIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateListViewHTML',false,{APP_CLIENT_ID:APP_CLIENT_ID,APP_USERNAME:APP_USERNAME,sPath:sPath,objarrayList:objarrayList,sFolderPropertiesList:sFolderPropertiesList,isSearchFlag:isSearchFlag,iItemIndex:iItemIndex},succeededCallback,failedCallback,userContext); },
IsTagExistforFolder:function(sSessionID,sPath,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsTagExistforFolder',false,{sSessionID:sSessionID,sPath:sPath,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); },
GetTagListForItem:function(sSessionID,sitemPathList,sMPList,sidList,sPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTagListForItem',false,{sSessionID:sSessionID,sitemPathList:sitemPathList,sMPList:sMPList,sidList:sidList,sPath:sPath},succeededCallback,failedCallback,userContext); },
AddItemTag:function(sSessionID,sitemPath,sitemModelParam,sitemDesc,indexval,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddItemTag',false,{sSessionID:sSessionID,sitemPath:sitemPath,sitemModelParam:sitemModelParam,sitemDesc:sitemDesc,indexval:indexval},succeededCallback,failedCallback,userContext); },
GetCompleteTagList:function(sSessionID,iSelectedindexid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompleteTagList',false,{sSessionID:sSessionID,iSelectedindexid:iSelectedindexid},succeededCallback,failedCallback,userContext); },
GetCommentcountForItem:function(sSessionID,sitemPathList,sMPList,sidList,sPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommentcountForItem',false,{sSessionID:sSessionID,sitemPathList:sitemPathList,sMPList:sMPList,sidList:sidList,sPath:sPath},succeededCallback,failedCallback,userContext); },
AddItemComments:function(sSessionID,sitemPath,sItemMP,iItemindex,sitemComments,iCommentParentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddItemComments',false,{sSessionID:sSessionID,sitemPath:sitemPath,sItemMP:sItemMP,iItemindex:iItemindex,sitemComments:sitemComments,iCommentParentID:iCommentParentID},succeededCallback,failedCallback,userContext); },
GetItemComments:function(sSessionID,itemPath,ItemMP,sPermissionFlg,Itemindex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetItemComments',false,{sSessionID:sSessionID,itemPath:itemPath,ItemMP:ItemMP,sPermissionFlg:sPermissionFlg,Itemindex:Itemindex},succeededCallback,failedCallback,userContext); },
DeleteItemComments:function(sSessionID,iCommentID,Itemindex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteItemComments',false,{sSessionID:sSessionID,iCommentID:iCommentID,Itemindex:Itemindex},succeededCallback,failedCallback,userContext); },
EditItemComments:function(sSessionID,iCommentID,sitemComment,Itemindex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditItemComments',false,{sSessionID:sSessionID,iCommentID:iCommentID,sitemComment:sitemComment,Itemindex:Itemindex},succeededCallback,failedCallback,userContext); },
GetItemDescription:function(sSessionID,sitemPathList,sMPList,sidList,sPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetItemDescription',false,{sSessionID:sSessionID,sitemPathList:sitemPathList,sMPList:sMPList,sidList:sidList,sPath:sPath},succeededCallback,failedCallback,userContext); },
EditItemDescription:function(sSessionID,sitemPath,sItemModelparam,sItemDescription,Itemindex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditItemDescription',false,{sSessionID:sSessionID,sitemPath:sitemPath,sItemModelparam:sItemModelparam,sItemDescription:sItemDescription,Itemindex:Itemindex},succeededCallback,failedCallback,userContext); },
BuildSendOptionHtmlString:function(sSessionID,sItemType,ItemIndex,sPath,sModelCode,sFolderType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BuildSendOptionHtmlString',false,{sSessionID:sSessionID,sItemType:sItemType,ItemIndex:ItemIndex,sPath:sPath,sModelCode:sModelCode,sFolderType:sFolderType},succeededCallback,failedCallback,userContext); },
getListViewHTML:function(sSessionID,sitemPath,sItemModelparam,sItemsortby,sItemSortOrder,iStartPage,sCalledFor,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getListViewHTML',false,{sSessionID:sSessionID,sitemPath:sitemPath,sItemModelparam:sItemModelparam,sItemsortby:sItemsortby,sItemSortOrder:sItemSortOrder,iStartPage:iStartPage,sCalledFor:sCalledFor},succeededCallback,failedCallback,userContext); },
PerformSearch:function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,stxtcommentsWM,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,stxtTagWM,isizeUnit,sCallerCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PerformSearch',false,{sSessionID:sSessionID,sPath:sPath,sMP:sMP,sitemName:sitemName,sWMitemName:sWMitemName,sTxtInfile:sTxtInfile,sWMTxtInfile:sWMTxtInfile,stxtcomments:stxtcomments,stxtcommentsWM:stxtcommentsWM,stxtLSize:stxtLSize,stxtUSize:stxtUSize,stxtDateFrom:stxtDateFrom,stxtDateTo:stxtDateTo,bchkFolderName:bchkFolderName,bchkSubFolder:bchkSubFolder,sSortBy:sSortBy,sSortOrder:sSortOrder,iStartPage:iStartPage,ipageSize:ipageSize,bchkSearchIndex:bchkSearchIndex,stxtTag:stxtTag,stxtTagWM:stxtTagWM,isizeUnit:isizeUnit,sCallerCode:sCallerCode},succeededCallback,failedCallback,userContext); },
SubmitExportSearch:function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,sWMtxtcomments,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,sWMtxtTag,isizeUnit,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitExportSearch',false,{sSessionID:sSessionID,sPath:sPath,sMP:sMP,sitemName:sitemName,sWMitemName:sWMitemName,sTxtInfile:sTxtInfile,sWMTxtInfile:sWMTxtInfile,stxtcomments:stxtcomments,sWMtxtcomments:sWMtxtcomments,stxtLSize:stxtLSize,stxtUSize:stxtUSize,stxtDateFrom:stxtDateFrom,stxtDateTo:stxtDateTo,bchkFolderName:bchkFolderName,bchkSubFolder:bchkSubFolder,sSortBy:sSortBy,sSortOrder:sSortOrder,iStartPage:iStartPage,ipageSize:ipageSize,bchkSearchIndex:bchkSearchIndex,stxtTag:stxtTag,sWMtxtTag:sWMtxtTag,isizeUnit:isizeUnit},succeededCallback,failedCallback,userContext); },
SubmitVHReportRequest:function(sSessionID,sParams,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitVHReportRequest',false,{sSessionID:sSessionID,sParams:sParams},succeededCallback,failedCallback,userContext); },
SubmitGSReportRequest:function(sSessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitGSReportRequest',false,{sSessionID:sSessionID},succeededCallback,failedCallback,userContext); },
SubmitVFContentRequest:function(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrentOrder,isUndefined,iPageNo,sSortBy,sReportName,sSearchCriteria,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitVFContentRequest',false,{sSessionID:sSessionID,sPath:sPath,sSearchOrder:sSearchOrder,sSearchValue:sSearchValue,iCurrentOrder:iCurrentOrder,isUndefined:isUndefined,iPageNo:iPageNo,sSortBy:sSortBy,sReportName:sReportName,sSearchCriteria:sSearchCriteria},succeededCallback,failedCallback,userContext); },
SubmitExportSearchVF:function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,sWMtxtcomments,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,sWMtxtTag,isizeUnit,sSearchOrder,sSearchItem,iCurrentOrder,sReportName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitExportSearchVF',false,{sSessionID:sSessionID,sPath:sPath,sMP:sMP,sitemName:sitemName,sWMitemName:sWMitemName,sTxtInfile:sTxtInfile,sWMTxtInfile:sWMTxtInfile,stxtcomments:stxtcomments,sWMtxtcomments:sWMtxtcomments,stxtLSize:stxtLSize,stxtUSize:stxtUSize,stxtDateFrom:stxtDateFrom,stxtDateTo:stxtDateTo,bchkFolderName:bchkFolderName,bchkSubFolder:bchkSubFolder,sSortBy:sSortBy,sSortOrder:sSortOrder,iStartPage:iStartPage,ipageSize:ipageSize,bchkSearchIndex:bchkSearchIndex,stxtTag:stxtTag,sWMtxtTag:sWMtxtTag,isizeUnit:isizeUnit,sSearchOrder:sSearchOrder,sSearchItem:sSearchItem,iCurrentOrder:iCurrentOrder,sReportName:sReportName},succeededCallback,failedCallback,userContext); },
SubmitFolderContentRequest:function(sSessionID,sPath,sMP,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitFolderContentRequest',false,{sSessionID:sSessionID,sPath:sPath,sMP:sMP},succeededCallback,failedCallback,userContext); },
GetShareItemParent:function(sSessionID,sPath,sMP,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetShareItemParent',false,{sSessionID:sSessionID,sPath:sPath,sMP:sMP},succeededCallback,failedCallback,userContext); },
GetSearchDisplayPath:function(sSessionID,sPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSearchDisplayPath',false,{sSessionID:sSessionID,sPath:sPath},succeededCallback,failedCallback,userContext); },
getIconViewHTML:function(sSessionID,sitemPath,sItemModelparam,sItemsortby,sItemSortOrder,iStartPage,sCalledFor,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getIconViewHTML',false,{sSessionID:sSessionID,sitemPath:sitemPath,sItemModelparam:sItemModelparam,sItemsortby:sItemsortby,sItemSortOrder:sItemSortOrder,iStartPage:iStartPage,sCalledFor:sCalledFor},succeededCallback,failedCallback,userContext); },
GetIndexDocFileList:function(sSessionID,sPathList,sMPList,sIDList,sItemPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetIndexDocFileList',false,{sSessionID:sSessionID,sPathList:sPathList,sMPList:sMPList,sIDList:sIDList,sItemPath:sItemPath},succeededCallback,failedCallback,userContext); },
CreateIconItemString:function(sSessionID,sPath,sName,iItemIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateIconItemString',false,{sSessionID:sSessionID,sPath:sPath,sName:sName,iItemIndex:iItemIndex},succeededCallback,failedCallback,userContext); },
BuildOtherVFBreadCrumb:function(sSessionId,iCurrentView,sSearchOrder,iCurrentOrder,sSearchValue,sFolderPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BuildOtherVFBreadCrumb',false,{sSessionId:sSessionId,iCurrentView:iCurrentView,sSearchOrder:sSearchOrder,iCurrentOrder:iCurrentOrder,sSearchValue:sSearchValue,sFolderPath:sFolderPath},succeededCallback,failedCallback,userContext); },
GetOtherVFBreadCrumbResult:function(sSessionID,sCurrentView,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sULDiv,sSortBy,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOtherVFBreadCrumbResult',false,{sSessionID:sSessionID,sCurrentView:sCurrentView,sPath:sPath,sSearchOrder:sSearchOrder,sSearchValue:sSearchValue,iCurrectOrder:iCurrectOrder,isUndefined:isUndefined,sPageNo:sPageNo,sULDiv:sULDiv,sSortBy:sSortBy},succeededCallback,failedCallback,userContext); },
CreateBreadCrumbList:function(sSessionID,sPath,sModelParam,sSnpDateFolder,sSnpDate,sCurrentView,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateBreadCrumbList',false,{sSessionID:sSessionID,sPath:sPath,sModelParam:sModelParam,sSnpDateFolder:sSnpDateFolder,sSnpDate:sSnpDate,sCurrentView:sCurrentView},succeededCallback,failedCallback,userContext); },
GetSubVirtualFolderList:function(sSessionID,sCallBack,sULDiv,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubVirtualFolderList',false,{sSessionID:sSessionID,sCallBack:sCallBack,sULDiv:sULDiv},succeededCallback,failedCallback,userContext); },
CheckSharedFileViewAccess:function(sSessionID,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckSharedFileViewAccess',false,{sSessionID:sSessionID,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); },
GetFVSharedPath:function(sSessionID,iModelId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFVSharedPath',false,{sSessionID:sSessionID,iModelId:iModelId},succeededCallback,failedCallback,userContext); },
GetFileViewNodeContent:function(sSessionID,sPath,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFileViewNodeContent',false,{sSessionID:sSessionID,sPath:sPath,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); },
GetFileViewNodeContents:function(sSessionID,sPathList,sMPLIst,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFileViewNodeContents',false,{sSessionID:sSessionID,sPathList:sPathList,sMPLIst:sMPLIst},succeededCallback,failedCallback,userContext); },
SetUserSortBy:function(sSessionID,sSortBy,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetUserSortBy',false,{sSessionID:sSessionID,sSortBy:sSortBy},succeededCallback,failedCallback,userContext); },
getTreeNodes:function(sSessionID,sitemPath,sItemModelparam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getTreeNodes',false,{sSessionID:sSessionID,sitemPath:sitemPath,sItemModelparam:sItemModelparam},succeededCallback,failedCallback,userContext); },
DeleteVirtualFolders:function(sSessionID,sPathList,sModelParamList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteVirtualFolders',false,{sSessionID:sSessionID,sPathList:sPathList,sModelParamList:sModelParamList},succeededCallback,failedCallback,userContext); },
GetOtherVFResult:function(sSessionID,sCurrentView,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,sSortOrder,iPageSize,iTotalRecords,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOtherVFResult',false,{sSessionID:sSessionID,sCurrentView:sCurrentView,sPath:sPath,sSearchOrder:sSearchOrder,sSearchValue:sSearchValue,iCurrectOrder:iCurrectOrder,isUndefined:isUndefined,sPageNo:sPageNo,sSortBy:sSortBy,sSortOrder:sSortOrder,iPageSize:iPageSize,iTotalRecords:iTotalRecords},succeededCallback,failedCallback,userContext); },
GetSubItemsOfVirtualFolder:function(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,iActionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubItemsOfVirtualFolder',false,{sSessionID:sSessionID,sPath:sPath,sSearchOrder:sSearchOrder,sSearchValue:sSearchValue,iCurrectOrder:iCurrectOrder,isUndefined:isUndefined,sPageNo:sPageNo,sSortBy:sSortBy,iActionCode:iActionCode},succeededCallback,failedCallback,userContext); },
SaveLastSelectedPath:function(sSelectedPath,sCurrentView,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveLastSelectedPath',false,{sSelectedPath:sSelectedPath,sCurrentView:sCurrentView},succeededCallback,failedCallback,userContext); },
AssignItemsToTag:function(sSessionID,sSourcePath,sSelectedPath,sTagName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AssignItemsToTag',false,{sSessionID:sSessionID,sSourcePath:sSourcePath,sSelectedPath:sSelectedPath,sTagName:sTagName},succeededCallback,failedCallback,userContext); },
ResetTagContents:function(sSessionID,sSelectedPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetTagContents',false,{sSessionID:sSessionID,sSelectedPath:sSelectedPath},succeededCallback,failedCallback,userContext); },
DeleteItemsFromTag:function(sSessionID,sRootPath,sPathList,sTagName,isDeleteFile,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteItemsFromTag',false,{sSessionID:sSessionID,sRootPath:sRootPath,sPathList:sPathList,sTagName:sTagName,isDeleteFile:isDeleteFile},succeededCallback,failedCallback,userContext); },
GetSubFolderPathList:function(sSessionID,sitemPath,sItemModelparam,sActionId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubFolderPathList',false,{sSessionID:sSessionID,sitemPath:sitemPath,sItemModelparam:sItemModelparam,sActionId:sActionId},succeededCallback,failedCallback,userContext); },
SubmitVFAccountIndexRequest:function(sSessionID,sPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitVFAccountIndexRequest',false,{sSessionID:sSessionID,sPath:sPath},succeededCallback,failedCallback,userContext); },
GetArrayListVirtualFolder:function(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArrayListVirtualFolder',false,{sSessionID:sSessionID,sPath:sPath,sSearchOrder:sSearchOrder,sSearchValue:sSearchValue,iCurrectOrder:iCurrectOrder,isUndefined:isUndefined,sPageNo:sPageNo,sSortBy:sSortBy},succeededCallback,failedCallback,userContext); },
GetArrayListFileView:function(sSessionID,sPath,sModelParam,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArrayListFileView',false,{sSessionID:sSessionID,sPath:sPath,sModelParam:sModelParam},succeededCallback,failedCallback,userContext); }}
AjaxCommon.registerClass('AjaxCommon',Sys.Net.WebServiceProxy);
AjaxCommon._staticInstance = new AjaxCommon();
AjaxCommon.set_path = function(value) { AjaxCommon._staticInstance.set_path(value); }
AjaxCommon.get_path = function() { return AjaxCommon._staticInstance.get_path(); }
AjaxCommon.set_timeout = function(value) { AjaxCommon._staticInstance.set_timeout(value); }
AjaxCommon.get_timeout = function() { return AjaxCommon._staticInstance.get_timeout(); }
AjaxCommon.set_defaultUserContext = function(value) { AjaxCommon._staticInstance.set_defaultUserContext(value); }
AjaxCommon.get_defaultUserContext = function() { return AjaxCommon._staticInstance.get_defaultUserContext(); }
AjaxCommon.set_defaultSucceededCallback = function(value) { AjaxCommon._staticInstance.set_defaultSucceededCallback(value); }
AjaxCommon.get_defaultSucceededCallback = function() { return AjaxCommon._staticInstance.get_defaultSucceededCallback(); }
AjaxCommon.set_defaultFailedCallback = function(value) { AjaxCommon._staticInstance.set_defaultFailedCallback(value); }
AjaxCommon.get_defaultFailedCallback = function() { return AjaxCommon._staticInstance.get_defaultFailedCallback(); }
AjaxCommon.set_enableJsonp = function(value) { AjaxCommon._staticInstance.set_enableJsonp(value); }
AjaxCommon.get_enableJsonp = function() { return AjaxCommon._staticInstance.get_enableJsonp(); }
AjaxCommon.set_jsonpCallbackParameter = function(value) { AjaxCommon._staticInstance.set_jsonpCallbackParameter(value); }
AjaxCommon.get_jsonpCallbackParameter = function() { return AjaxCommon._staticInstance.get_jsonpCallbackParameter(); }
AjaxCommon.set_path("/ws/AjaxCommon.asmx");
AjaxCommon.GetArrayListOfListView= function(sSessionID,sPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetArrayListOfListView(sSessionID,sPath,onSuccess,onFailed,userContext); }
AjaxCommon.VirtualFolderSearch= function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,stxtcommentsWM,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,stxtTagWM,isizeUnit,sSearchOrder,sSearchValue,iCorrectOrder,iTotalRecords,sCalledFor,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.VirtualFolderSearch(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,stxtcommentsWM,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,stxtTagWM,isizeUnit,sSearchOrder,sSearchValue,iCorrectOrder,iTotalRecords,sCalledFor,onSuccess,onFailed,userContext); }
AjaxCommon.AddFormFields= function(sSessionID,iFormId,iFieldTypeId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.AddFormFields(sSessionID,iFormId,iFieldTypeId,onSuccess,onFailed,userContext); }
AjaxCommon.AddDuplicateFormFields= function(sSessionID,iFormId,iFieldId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.AddDuplicateFormFields(sSessionID,iFormId,iFieldId,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteFormFields= function(sSessionID,iFormId,iFieldId,bOverrideFlag,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteFormFields(sSessionID,iFormId,iFieldId,bOverrideFlag,onSuccess,onFailed,userContext); }
AjaxCommon.CheckFieldChangePermission= function(sSessionID,iFormId,iChangedFieldTypeId,iCurrentFieldId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CheckFieldChangePermission(sSessionID,iFormId,iChangedFieldTypeId,iCurrentFieldId,onSuccess,onFailed,userContext); }
AjaxCommon.CreateEmailLinks= function(sSessionID,iFormId,sEmailTo,sSendFrom,sSubject,sBody,sEmailOnSubmission,sEmailWhenIsAccessed,sSaveToContactList,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CreateEmailLinks(sSessionID,iFormId,sEmailTo,sSendFrom,sSubject,sBody,sEmailOnSubmission,sEmailWhenIsAccessed,sSaveToContactList,onSuccess,onFailed,userContext); }
AjaxCommon.SaveCoverPage= function(sSessionID,iFormId,sCoverPageTitle,sCoverPageDesc,sCoverPageReturnURL,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveCoverPage(sSessionID,iFormId,sCoverPageTitle,sCoverPageDesc,sCoverPageReturnURL,onSuccess,onFailed,userContext); }
AjaxCommon.SaveHeaderInfo= function(sSessionID,iFormId,sHeaderTitle,sHeaderDesc,sHeaderURL,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveHeaderInfo(sSessionID,iFormId,sHeaderTitle,sHeaderDesc,sHeaderURL,onSuccess,onFailed,userContext); }
AjaxCommon.SaveImage= function(sSessionID,sType,sParamID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveImage(sSessionID,sType,sParamID,onSuccess,onFailed,userContext); }
AjaxCommon.SaveSecurityInfo= function(sSessionID,iFormId,sPasswordProtection,sLinkExpires,sVerificationText,sCheckboxApproval,sSignatureMessage,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveSecurityInfo(sSessionID,iFormId,sPasswordProtection,sLinkExpires,sVerificationText,sCheckboxApproval,sSignatureMessage,onSuccess,onFailed,userContext); }
AjaxCommon.SaveGroupSharePermissionInfo= function(sSessionID,iFormId,sUser,sPermission,sEmailNotification,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveGroupSharePermissionInfo(sSessionID,iFormId,sUser,sPermission,sEmailNotification,onSuccess,onFailed,userContext); }
AjaxCommon.ShowGroupSharePermissionInfo= function(sSessionID,iFormId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.ShowGroupSharePermissionInfo(sSessionID,iFormId,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteGroupSharePermission= function(sSessionID,iFormId,sUserName,sGroupId,sGroupType,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteGroupSharePermission(sSessionID,iFormId,sUserName,sGroupId,sGroupType,onSuccess,onFailed,userContext); }
AjaxCommon.SaveFormFolderInfo= function(sSessionID,iFormId,sSelectedPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveFormFolderInfo(sSessionID,iFormId,sSelectedPath,onSuccess,onFailed,userContext); }
AjaxCommon.ShowFormFolderInfo= function(sSessionID,iFormId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.ShowFormFolderInfo(sSessionID,iFormId,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteFormFolderInfo= function(sSessionID,iFormId,sFilePath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteFormFolderInfo(sSessionID,iFormId,sFilePath,onSuccess,onFailed,userContext); }
AjaxCommon.CheckJobStatus= function(sSessionID,sReuqestID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CheckJobStatus(sSessionID,sReuqestID,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteDataWithDataid= function(sSessionID,iFormId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteDataWithDataid(sSessionID,iFormId,onSuccess,onFailed,userContext); }
AjaxCommon.GetDashBoardList= function(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetDashBoardList(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,onSuccess,onFailed,userContext); }
AjaxCommon.GetAllFormsForDashBoard= function(APP_CLIENT_ID,APP_USERNAME,sPageNo,iPageSize,sSortBy,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetAllFormsForDashBoard(APP_CLIENT_ID,APP_USERNAME,sPageNo,iPageSize,sSortBy,onSuccess,onFailed,userContext); }
AjaxCommon.GetSubmissionforItem= function(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetSubmissionforItem(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitFormContentRequest= function(sSessionID,iFormId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitFormContentRequest(sSessionID,iFormId,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteFormData= function(sSessionID,iFormId,sActionCode,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteFormData(sSessionID,iFormId,sActionCode,onSuccess,onFailed,userContext); }
AjaxCommon.UpdateFormTitleOnly= function(sSessionID,sTitle,iForm,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.UpdateFormTitleOnly(sSessionID,sTitle,iForm,onSuccess,onFailed,userContext); }
AjaxCommon.SetFormLockUnlock= function(sSessionID,iFormId,sIsFormLocked,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SetFormLockUnlock(sSessionID,iFormId,sIsFormLocked,onSuccess,onFailed,userContext); }
AjaxCommon.SaveEFormTheme= function(sSessionID,iFormId,iThemeId,ActionCode,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveEFormTheme(sSessionID,iFormId,iThemeId,ActionCode,onSuccess,onFailed,userContext); }
AjaxCommon.GetAllQuestionsForDashBoard= function(sSessionID,iFormId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetAllQuestionsForDashBoard(sSessionID,iFormId,onSuccess,onFailed,userContext); }
AjaxCommon.GetAnswerCountforItem= function(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetAnswerCountforItem(sSessionID,sPageNo,iPageSize,sSortBy,sSortOrder,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitFeedback= function(sSessionID,comment,ddlFeedbackType,StarResult,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitFeedback(sSessionID,comment,ddlFeedbackType,StarResult,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitInterfaceSetting= function(sSessionID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitInterfaceSetting(sSessionID,onSuccess,onFailed,userContext); }
AjaxCommon.SaveLastSelectedPage= function(sPageName,iPageNo,sSortBy,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveLastSelectedPage(sPageName,iPageNo,sSortBy,onSuccess,onFailed,userContext); }
AjaxCommon.GetZipStatus= function(lPROCESSID,CalledFrom,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetZipStatus(lPROCESSID,CalledFrom,onSuccess,onFailed,userContext); }
AjaxCommon.GetZipDownloadStatus= function(sGUIDID,bzipFileName,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetZipDownloadStatus(sGUIDID,bzipFileName,onSuccess,onFailed,userContext); }
AjaxCommon.GetFolderReportStatus= function(lPROCESSID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFolderReportStatus(lPROCESSID,onSuccess,onFailed,userContext); }
AjaxCommon.GetFaxSendStatus= function(lPROCESSID,sFlagProcess,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFaxSendStatus(lPROCESSID,sFlagProcess,onSuccess,onFailed,userContext); }
AjaxCommon.RecalcSize= function(sSessionID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.RecalcSize(sSessionID,onSuccess,onFailed,userContext); }
AjaxCommon.SetAccountFolderSize= function(sSessionID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SetAccountFolderSize(sSessionID,onSuccess,onFailed,userContext); }
AjaxCommon.CreatePDF= function(vIn,vError,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CreatePDF(vIn,vError,onSuccess,onFailed,userContext); }
AjaxCommon.CalculateBillingCycleAmount= function(pSize,pUser,pBillingCycle,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CalculateBillingCycleAmount(pSize,pUser,pBillingCycle,onSuccess,onFailed,userContext); }
AjaxCommon.CalculateBillingCycleAmountNoFormat= function(pSize,pUser,pBillingCycle,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CalculateBillingCycleAmountNoFormat(pSize,pUser,pBillingCycle,onSuccess,onFailed,userContext); }
AjaxCommon.CalculateBillingCycleAmountNewUser= function(sClientID,pSize,pUser,pBillingCycle,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CalculateBillingCycleAmountNewUser(sClientID,pSize,pUser,pBillingCycle,onSuccess,onFailed,userContext); }
AjaxCommon.CalculateFolderSize= function(sSessionID,sPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CalculateFolderSize(sSessionID,sPath,onSuccess,onFailed,userContext); }
AjaxCommon.GetSlides= function(contextKey,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetSlides(contextKey,onSuccess,onFailed,userContext); }
AjaxCommon.GetDocSlides= function(contextKey,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetDocSlides(contextKey,onSuccess,onFailed,userContext); }
AjaxCommon.SaveRotatedImg= function(FilePath,DegreesToRotate,ModelParam,PageNumber,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveRotatedImg(FilePath,DegreesToRotate,ModelParam,PageNumber,onSuccess,onFailed,userContext); }
AjaxCommon.ReturnIndexStatus= function(FilePath,CalledFrom,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.ReturnIndexStatus(FilePath,CalledFrom,onSuccess,onFailed,userContext); }
AjaxCommon.SaveFormCellData= function(sClientID,sAppUserName,sFormId,sFM_LINK_USER_ID,iFormDataID,sGUID,sFieldId,sValue,sControlClientId,sRowNo,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveFormCellData(sClientID,sAppUserName,sFormId,sFM_LINK_USER_ID,iFormDataID,sGUID,sFieldId,sValue,sControlClientId,sRowNo,onSuccess,onFailed,userContext); }
AjaxCommon.BeginProcessImage= function(Path,Name,Width,Height,ImageType,cacheFilePath,eString,cb,s,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.BeginProcessImage(Path,Name,Width,Height,ImageType,cacheFilePath,eString,cb,s,onSuccess,onFailed,userContext); }
AjaxCommon.EndProcessImage= function(objcall,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.EndProcessImage(objcall,onSuccess,onFailed,userContext); }
AjaxCommon.BeginProcessMsg= function(vin,cb,s,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.BeginProcessMsg(vin,cb,s,onSuccess,onFailed,userContext); }
AjaxCommon.EndProcessMsg= function(objcall,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.EndProcessMsg(objcall,onSuccess,onFailed,userContext); }
AjaxCommon.DoCopyNew= function(sSessionID,SourcePathList,SourceModelParamList,DestinationPath,DestinationModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DoCopyNew(sSessionID,SourcePathList,SourceModelParamList,DestinationPath,DestinationModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.VideoStatus= function(lPROCESSID,CalledFrom,sPATH,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.VideoStatus(lPROCESSID,CalledFrom,sPATH,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteItem= function(sSessionID,sPath,sModelParam,sdeleteType,sItemIndex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteItem(sSessionID,sPath,sModelParam,sdeleteType,sItemIndex,onSuccess,onFailed,userContext); }
AjaxCommon.RenameItem= function(sSessionID,sPath,sModelParam,sNewItemName,sIndexItem,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.RenameItem(sSessionID,sPath,sModelParam,sNewItemName,sIndexItem,onSuccess,onFailed,userContext); }
AjaxCommon.RenameTagName= function(sSessionID,sPath,sTagName,sNewTagName,sIndexItem,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.RenameTagName(sSessionID,sPath,sTagName,sNewTagName,sIndexItem,onSuccess,onFailed,userContext); }
AjaxCommon.AddLinkNode= function(sSessionID,sSourcePath,sDestPath,sSourceModelParam,sDestModelParam,sAction,sNewName,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.AddLinkNode(sSessionID,sSourcePath,sDestPath,sSourceModelParam,sDestModelParam,sAction,sNewName,onSuccess,onFailed,userContext); }
AjaxCommon.DoMove= function(sSessionID,sSourcePath,sDestPath,sSourceModelParam,sDestModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DoMove(sSessionID,sSourcePath,sDestPath,sSourceModelParam,sDestModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.GetTextIndexStatus= function(vIn,vOut,vError,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetTextIndexStatus(vIn,vOut,vError,onSuccess,onFailed,userContext); }
AjaxCommon.FetchTextIndexStatus= function(vIn,vOut,vError,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.FetchTextIndexStatus(vIn,vOut,vError,onSuccess,onFailed,userContext); }
AjaxCommon.SaveContacts= function(sAPP_CLIENT_ID,sAPP_USERNAME,sContacts,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveContacts(sAPP_CLIENT_ID,sAPP_USERNAME,sContacts,onSuccess,onFailed,userContext); }
AjaxCommon.SaveDefaultsToDB= function(vIn,vOut,vError,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveDefaultsToDB(vIn,vOut,vError,onSuccess,onFailed,userContext); }
AjaxCommon.SaveDefaultsFS= function(vIn,vOut,vError,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveDefaultsFS(vIn,vOut,vError,onSuccess,onFailed,userContext); }
AjaxCommon.CheckFileUpload_Permission= function(sPath,sModelparam,sFileNameList,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CheckFileUpload_Permission(sPath,sModelparam,sFileNameList,onSuccess,onFailed,userContext); }
AjaxCommon.SendEmail= function(sPath,sVC_Files,svc_param,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SendEmail(sPath,sVC_Files,svc_param,onSuccess,onFailed,userContext); }
AjaxCommon.GetCoolBackupAmount= function(sNoOfUsers,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetCoolBackupAmount(sNoOfUsers,onSuccess,onFailed,userContext); }
AjaxCommon.GetMediaURL= function(sSessionID,mediaPath,mModelParam,Elink,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetMediaURL(sSessionID,mediaPath,mModelParam,Elink,onSuccess,onFailed,userContext); }
AjaxCommon.GetMP3URL= function(sSessionID,mediaPath,mModelParam,Elink,PageNo,mFilesPerPage,sSorting,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetMP3URL(sSessionID,mediaPath,mModelParam,Elink,PageNo,mFilesPerPage,sSorting,onSuccess,onFailed,userContext); }
AjaxCommon.GetBasketMP3URL= function(sSessionID,sBasketPath,sBasketModelParam,Elink,PageNo,mFilesPerPage,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetBasketMP3URL(sSessionID,sBasketPath,sBasketModelParam,Elink,PageNo,mFilesPerPage,onSuccess,onFailed,userContext); }
AjaxCommon.ReadFileProperties= function(sSessionID,sFilePath,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.ReadFileProperties(sSessionID,sFilePath,sModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.PropertiesProcessStatus= function(sSessionID,sProcessID,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.PropertiesProcessStatus(sSessionID,sProcessID,sModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.UpdateSession= function(sSessionID,sBasketPath,sBasketModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.UpdateSession(sSessionID,sBasketPath,sBasketModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.GetSubFolderList= function(sSessionID,sRestore,sSnapDirs,sULDiv,sPath,sCallBack,sSnpDateFolder,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetSubFolderList(sSessionID,sRestore,sSnapDirs,sULDiv,sPath,sCallBack,sSnpDateFolder,sModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.UpdateFormTitleDescription= function(sSessionID,sTitle,sDescription,iForm,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.UpdateFormTitleDescription(sSessionID,sTitle,sDescription,iForm,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteUpdatedFiles= function(sFieldName,sFileName,iDataid,sSessionID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteUpdatedFiles(sFieldName,sFileName,iDataid,sSessionID,onSuccess,onFailed,userContext); }
AjaxCommon.UpdateUserSearchFlag= function(sSessionID,iSearchIndexFlag,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.UpdateUserSearchFlag(sSessionID,iSearchIndexFlag,onSuccess,onFailed,userContext); }
AjaxCommon.RecalcAccountSize= function(sSessionID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.RecalcAccountSize(sSessionID,onSuccess,onFailed,userContext); }
AjaxCommon.GetStatusAccountSize= function(sSessionID,iProcessID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetStatusAccountSize(sSessionID,iProcessID,onSuccess,onFailed,userContext); }
AjaxCommon.GetStatusFolderSize= function(sSessionID,iProcessID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetStatusFolderSize(sSessionID,iProcessID,onSuccess,onFailed,userContext); }
AjaxCommon.CreateListItemString= function(sSessionID,sPath,sName,iItemIndex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CreateListItemString(sSessionID,sPath,sName,iItemIndex,onSuccess,onFailed,userContext); }
AjaxCommon.GetFolderIconURL= function(sSessionID,sPath,sModelParam,sIconType,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFolderIconURL(sSessionID,sPath,sModelParam,sIconType,onSuccess,onFailed,userContext); }
AjaxCommon.GetFileIconURL= function(sSessionID,sPath,isCheckout,sFromFlag,isFolder,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFileIconURL(sSessionID,sPath,isCheckout,sFromFlag,isFolder,onSuccess,onFailed,userContext); }
AjaxCommon.GetFolderParam_Permission= function(sSessionId,sPath,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFolderParam_Permission(sSessionId,sPath,sModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.CreateListViewHTML= function(APP_CLIENT_ID,APP_USERNAME,sPath,objarrayList,sFolderPropertiesList,isSearchFlag,iItemIndex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CreateListViewHTML(APP_CLIENT_ID,APP_USERNAME,sPath,objarrayList,sFolderPropertiesList,isSearchFlag,iItemIndex,onSuccess,onFailed,userContext); }
AjaxCommon.IsTagExistforFolder= function(sSessionID,sPath,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.IsTagExistforFolder(sSessionID,sPath,sModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.GetTagListForItem= function(sSessionID,sitemPathList,sMPList,sidList,sPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetTagListForItem(sSessionID,sitemPathList,sMPList,sidList,sPath,onSuccess,onFailed,userContext); }
AjaxCommon.AddItemTag= function(sSessionID,sitemPath,sitemModelParam,sitemDesc,indexval,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.AddItemTag(sSessionID,sitemPath,sitemModelParam,sitemDesc,indexval,onSuccess,onFailed,userContext); }
AjaxCommon.GetCompleteTagList= function(sSessionID,iSelectedindexid,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetCompleteTagList(sSessionID,iSelectedindexid,onSuccess,onFailed,userContext); }
AjaxCommon.GetCommentcountForItem= function(sSessionID,sitemPathList,sMPList,sidList,sPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetCommentcountForItem(sSessionID,sitemPathList,sMPList,sidList,sPath,onSuccess,onFailed,userContext); }
AjaxCommon.AddItemComments= function(sSessionID,sitemPath,sItemMP,iItemindex,sitemComments,iCommentParentID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.AddItemComments(sSessionID,sitemPath,sItemMP,iItemindex,sitemComments,iCommentParentID,onSuccess,onFailed,userContext); }
AjaxCommon.GetItemComments= function(sSessionID,itemPath,ItemMP,sPermissionFlg,Itemindex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetItemComments(sSessionID,itemPath,ItemMP,sPermissionFlg,Itemindex,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteItemComments= function(sSessionID,iCommentID,Itemindex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteItemComments(sSessionID,iCommentID,Itemindex,onSuccess,onFailed,userContext); }
AjaxCommon.EditItemComments= function(sSessionID,iCommentID,sitemComment,Itemindex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.EditItemComments(sSessionID,iCommentID,sitemComment,Itemindex,onSuccess,onFailed,userContext); }
AjaxCommon.GetItemDescription= function(sSessionID,sitemPathList,sMPList,sidList,sPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetItemDescription(sSessionID,sitemPathList,sMPList,sidList,sPath,onSuccess,onFailed,userContext); }
AjaxCommon.EditItemDescription= function(sSessionID,sitemPath,sItemModelparam,sItemDescription,Itemindex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.EditItemDescription(sSessionID,sitemPath,sItemModelparam,sItemDescription,Itemindex,onSuccess,onFailed,userContext); }
AjaxCommon.BuildSendOptionHtmlString= function(sSessionID,sItemType,ItemIndex,sPath,sModelCode,sFolderType,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.BuildSendOptionHtmlString(sSessionID,sItemType,ItemIndex,sPath,sModelCode,sFolderType,onSuccess,onFailed,userContext); }
AjaxCommon.getListViewHTML= function(sSessionID,sitemPath,sItemModelparam,sItemsortby,sItemSortOrder,iStartPage,sCalledFor,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.getListViewHTML(sSessionID,sitemPath,sItemModelparam,sItemsortby,sItemSortOrder,iStartPage,sCalledFor,onSuccess,onFailed,userContext); }
AjaxCommon.PerformSearch= function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,stxtcommentsWM,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,stxtTagWM,isizeUnit,sCallerCode,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.PerformSearch(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,stxtcommentsWM,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,stxtTagWM,isizeUnit,sCallerCode,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitExportSearch= function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,sWMtxtcomments,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,sWMtxtTag,isizeUnit,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitExportSearch(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,sWMtxtcomments,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,sWMtxtTag,isizeUnit,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitVHReportRequest= function(sSessionID,sParams,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitVHReportRequest(sSessionID,sParams,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitGSReportRequest= function(sSessionID,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitGSReportRequest(sSessionID,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitVFContentRequest= function(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrentOrder,isUndefined,iPageNo,sSortBy,sReportName,sSearchCriteria,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitVFContentRequest(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrentOrder,isUndefined,iPageNo,sSortBy,sReportName,sSearchCriteria,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitExportSearchVF= function(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,sWMtxtcomments,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,sWMtxtTag,isizeUnit,sSearchOrder,sSearchItem,iCurrentOrder,sReportName,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitExportSearchVF(sSessionID,sPath,sMP,sitemName,sWMitemName,sTxtInfile,sWMTxtInfile,stxtcomments,sWMtxtcomments,stxtLSize,stxtUSize,stxtDateFrom,stxtDateTo,bchkFolderName,bchkSubFolder,sSortBy,sSortOrder,iStartPage,ipageSize,bchkSearchIndex,stxtTag,sWMtxtTag,isizeUnit,sSearchOrder,sSearchItem,iCurrentOrder,sReportName,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitFolderContentRequest= function(sSessionID,sPath,sMP,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitFolderContentRequest(sSessionID,sPath,sMP,onSuccess,onFailed,userContext); }
AjaxCommon.GetShareItemParent= function(sSessionID,sPath,sMP,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetShareItemParent(sSessionID,sPath,sMP,onSuccess,onFailed,userContext); }
AjaxCommon.GetSearchDisplayPath= function(sSessionID,sPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetSearchDisplayPath(sSessionID,sPath,onSuccess,onFailed,userContext); }
AjaxCommon.getIconViewHTML= function(sSessionID,sitemPath,sItemModelparam,sItemsortby,sItemSortOrder,iStartPage,sCalledFor,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.getIconViewHTML(sSessionID,sitemPath,sItemModelparam,sItemsortby,sItemSortOrder,iStartPage,sCalledFor,onSuccess,onFailed,userContext); }
AjaxCommon.GetIndexDocFileList= function(sSessionID,sPathList,sMPList,sIDList,sItemPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetIndexDocFileList(sSessionID,sPathList,sMPList,sIDList,sItemPath,onSuccess,onFailed,userContext); }
AjaxCommon.CreateIconItemString= function(sSessionID,sPath,sName,iItemIndex,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CreateIconItemString(sSessionID,sPath,sName,iItemIndex,onSuccess,onFailed,userContext); }
AjaxCommon.BuildOtherVFBreadCrumb= function(sSessionId,iCurrentView,sSearchOrder,iCurrentOrder,sSearchValue,sFolderPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.BuildOtherVFBreadCrumb(sSessionId,iCurrentView,sSearchOrder,iCurrentOrder,sSearchValue,sFolderPath,onSuccess,onFailed,userContext); }
AjaxCommon.GetOtherVFBreadCrumbResult= function(sSessionID,sCurrentView,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sULDiv,sSortBy,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetOtherVFBreadCrumbResult(sSessionID,sCurrentView,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sULDiv,sSortBy,onSuccess,onFailed,userContext); }
AjaxCommon.CreateBreadCrumbList= function(sSessionID,sPath,sModelParam,sSnpDateFolder,sSnpDate,sCurrentView,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CreateBreadCrumbList(sSessionID,sPath,sModelParam,sSnpDateFolder,sSnpDate,sCurrentView,onSuccess,onFailed,userContext); }
AjaxCommon.GetSubVirtualFolderList= function(sSessionID,sCallBack,sULDiv,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetSubVirtualFolderList(sSessionID,sCallBack,sULDiv,onSuccess,onFailed,userContext); }
AjaxCommon.CheckSharedFileViewAccess= function(sSessionID,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.CheckSharedFileViewAccess(sSessionID,sModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.GetFVSharedPath= function(sSessionID,iModelId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFVSharedPath(sSessionID,iModelId,onSuccess,onFailed,userContext); }
AjaxCommon.GetFileViewNodeContent= function(sSessionID,sPath,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFileViewNodeContent(sSessionID,sPath,sModelParam,onSuccess,onFailed,userContext); }
AjaxCommon.GetFileViewNodeContents= function(sSessionID,sPathList,sMPLIst,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetFileViewNodeContents(sSessionID,sPathList,sMPLIst,onSuccess,onFailed,userContext); }
AjaxCommon.SetUserSortBy= function(sSessionID,sSortBy,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SetUserSortBy(sSessionID,sSortBy,onSuccess,onFailed,userContext); }
AjaxCommon.getTreeNodes= function(sSessionID,sitemPath,sItemModelparam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.getTreeNodes(sSessionID,sitemPath,sItemModelparam,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteVirtualFolders= function(sSessionID,sPathList,sModelParamList,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteVirtualFolders(sSessionID,sPathList,sModelParamList,onSuccess,onFailed,userContext); }
AjaxCommon.GetOtherVFResult= function(sSessionID,sCurrentView,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,sSortOrder,iPageSize,iTotalRecords,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetOtherVFResult(sSessionID,sCurrentView,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,sSortOrder,iPageSize,iTotalRecords,onSuccess,onFailed,userContext); }
AjaxCommon.GetSubItemsOfVirtualFolder= function(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,iActionCode,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetSubItemsOfVirtualFolder(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,iActionCode,onSuccess,onFailed,userContext); }
AjaxCommon.SaveLastSelectedPath= function(sSelectedPath,sCurrentView,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SaveLastSelectedPath(sSelectedPath,sCurrentView,onSuccess,onFailed,userContext); }
AjaxCommon.AssignItemsToTag= function(sSessionID,sSourcePath,sSelectedPath,sTagName,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.AssignItemsToTag(sSessionID,sSourcePath,sSelectedPath,sTagName,onSuccess,onFailed,userContext); }
AjaxCommon.ResetTagContents= function(sSessionID,sSelectedPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.ResetTagContents(sSessionID,sSelectedPath,onSuccess,onFailed,userContext); }
AjaxCommon.DeleteItemsFromTag= function(sSessionID,sRootPath,sPathList,sTagName,isDeleteFile,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.DeleteItemsFromTag(sSessionID,sRootPath,sPathList,sTagName,isDeleteFile,onSuccess,onFailed,userContext); }
AjaxCommon.GetSubFolderPathList= function(sSessionID,sitemPath,sItemModelparam,sActionId,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetSubFolderPathList(sSessionID,sitemPath,sItemModelparam,sActionId,onSuccess,onFailed,userContext); }
AjaxCommon.SubmitVFAccountIndexRequest= function(sSessionID,sPath,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.SubmitVFAccountIndexRequest(sSessionID,sPath,onSuccess,onFailed,userContext); }
AjaxCommon.GetArrayListVirtualFolder= function(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetArrayListVirtualFolder(sSessionID,sPath,sSearchOrder,sSearchValue,iCurrectOrder,isUndefined,sPageNo,sSortBy,onSuccess,onFailed,userContext); }
AjaxCommon.GetArrayListFileView= function(sSessionID,sPath,sModelParam,onSuccess,onFailed,userContext) {AjaxCommon._staticInstance.GetArrayListFileView(sSessionID,sPath,sModelParam,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.Slide) === 'undefined') {
AjaxControlToolkit.Slide=gtc("AjaxControlToolkit.Slide");
AjaxControlToolkit.Slide.registerClass('AjaxControlToolkit.Slide');
}

