UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

2,505 lines 88.9 kB
"use strict"; /* AUTOGENERATED CODE BELOW */ Object.defineProperty(exports, "__esModule", { value: true }); exports.GeneXusSDNetwork = exports.GeneXusClientClientInformation = exports.GeneXusCommonGeolocation = void 0; exports.ask = ask; exports.byteCount = byteCount; exports.cols = cols; exports.decrypt64 = decrypt64; exports.dFRClose = dFRClose; exports.dFRGDate = dFRGDate; exports.dFRGNum = dFRGNum; exports.dFRGTxt = dFRGTxt; exports.dFRNext = dFRNext; exports.dFROpen = dFROpen; exports.dFWClose = dFWClose; exports.dFWNext = dFWNext; exports.dFWOpen = dFWOpen; exports.dFWPDate = dFWPDate; exports.dFWPNum = dFWPNum; exports.dFWPTxt = dFWPTxt; exports.encrypt64 = encrypt64; exports.exists = exists; exports.fileExist = fileExist; exports.getDataStore = getDataStore; exports.getEncryptionKey = getEncryptionKey; exports.getCoreLocation = getCoreLocation; exports.getSOAPErr = getSOAPErr; exports.getSOAPErrMsg = getSOAPErrMsg; exports.getTheme = getTheme; exports.gXGetMLi = gXGetMLi; exports.gXMLines = gXMLines; exports.hTMLClean = hTMLClean; exports.loadBitmap = loadBitmap; exports.openDocument = openDocument; exports.pathToUrl = pathToUrl; exports.printDocument = printDocument; exports.readRegKey = readRegKey; exports.remoteAddr = remoteAddr; exports.returnOnClick = returnOnClick; exports.rGB = rGB; exports.rows = rows; exports.rSeed = rSeed; exports.serverDate = serverDate; exports.serverNow = serverNow; exports.serverTime = serverTime; exports.setTheme = setTheme; exports.setCoreUserId = setCoreUserId; exports.setWrkSt = setWrkSt; exports.shell = shell; exports.sysDate = sysDate; exports.sysTime = sysTime; exports.userCls = userCls; exports.userID = userID; exports.writeRegKey = writeRegKey; exports.wrkSt = wrkSt; exports.xToD = xToD; exports.set = set; exports.confirmed = confirmed; exports.cursor = cursor; exports.deleteFile = deleteFile; exports.setEnvProperty = setEnvProperty; exports.errorhandler = errorhandler; exports.exceptionhandler = exceptionhandler; exports.outputfile = outputfile; exports.order = order; exports.level = level; exports.modified = modified; exports.old = old; exports.previous = previous; exports.accept = accept; exports.add = add; exports.allowNulls = allowNulls; exports.defaultmode = defaultmode; exports.equal = equal; exports.error = error; exports.refMsg = refMsg; exports.submit = submit; exports.subtract = subtract; exports.update = update; exports.workfilelines = workfilelines; exports.calculate = calculate; exports.search = search; exports.cHtmlClean = cHtmlClean; exports.lHtmlClean = lHtmlClean; exports.dtSet = dtSet; exports.vHtmlClean = vHtmlClean; exports.toBase64String = toBase64String; exports.binaryFromBase64String = binaryFromBase64String; exports.addProxyAuthentication = addProxyAuthentication; exports.addHeader = addHeader; exports.addString = addString; exports.addFile = addFile; exports.httpResponseSetCookie = httpResponseSetCookie; exports.httpRequestToString = httpRequestToString; exports.toFile = toFile; exports.getHeader = getHeader; exports.getVariable = getVariable; exports.strCollectionClear = strCollectionClear; exports.strCollectionAdd = strCollectionAdd; exports.strCollectionItem = strCollectionItem; exports.websessionClear = websessionClear; exports.destroy = destroy; exports.websessionGet = websessionGet; exports.renew = renew; exports.websessionRemove = websessionRemove; exports.websessionSet = websessionSet; exports.getResponse = getResponse; exports.items = items; exports.searchResultCollectionItem = searchResultCollectionItem; exports.collectionAdd = collectionAdd; exports.collectionClear = collectionClear; exports.collectionItem = collectionItem; exports.collectionRemove = collectionRemove; exports.indexOf = indexOf; exports.collectionToXml = collectionToXml; exports.collectionFromXml = collectionFromXml; exports.collectionFromXmlFile = collectionFromXmlFile; exports.collectionToJson = collectionToJson; exports.collectionFromJson = collectionFromJson; exports.collectionFromJsonFile = collectionFromJsonFile; exports.collectionClone = collectionClone; exports.sort = sort; exports.bcCollectionGetByKey = bcCollectionGetByKey; exports.bcCollectionRemoveByKey = bcCollectionRemoveByKey; exports.bcCollectionUpdate = bcCollectionUpdate; exports.bcCollectionInsert = bcCollectionInsert; exports.bcCollectionInsertOrUpdate = bcCollectionInsertOrUpdate; exports.bcCollectionDelete = bcCollectionDelete; exports.getByKey = getByKey; exports.removeByKey = removeByKey; exports.fileDelete = fileDelete; exports.fileExists = fileExists; exports.fileRename = fileRename; exports.copy = copy; exports.fileGetName = fileGetName; exports.fileGetAbsoluteName = fileGetAbsoluteName; exports.getURI = getURI; exports.getLength = getLength; exports.getLastModified = getLastModified; exports.getPath = getPath; exports.fileOpen = fileOpen; exports.openWrite = openWrite; exports.openRead = openRead; exports.fileClose = fileClose; exports.readLine = readLine; exports.readAllText = readAllText; exports.readAllLines = readAllLines; exports.writeLine = writeLine; exports.writeAllText = writeAllText; exports.writeAllLines = writeAllLines; exports.appendAllText = appendAllText; exports.appendAllLines = appendAllLines; exports.fileCreate = fileCreate; exports.xSLTApply = xSLTApply; exports.fileHtmlClean = fileHtmlClean; exports.fromBase64String = fromBase64String; exports.fileCollectionItem = fileCollectionItem; exports.dirCreate = dirCreate; exports.dirDelete = dirDelete; exports.dirExists = dirExists; exports.rename = rename; exports.getName = getName; exports.getAbsoluteName = getAbsoluteName; exports.getFiles = getFiles; exports.getDirectories = getDirectories; exports.item = item; exports.propSet = propSet; exports.propGet = propGet; exports.propRemove = propRemove; exports.propClear = propClear; exports.propToJson = propToJson; exports.propFromJson = propFromJson; exports.textSearchfind = textSearchfind; exports.textSearchadd = textSearchadd; exports.textSearchupdate = textSearchupdate; exports.textSearchdelete = textSearchdelete; exports.buildDictionary = buildDictionary; exports.checkSpell = checkSpell; exports.reindexAll = reindexAll; exports.hTMLPreview = hTMLPreview; exports.windowOpen = windowOpen; exports.videoFromURL = videoFromURL; exports.fromURL = fromURL; exports.binaryFileFromURL = binaryFileFromURL; exports.compute = compute; exports.geographyToString = geographyToString; exports.geographyToGeoJson = geographyToGeoJson; exports.geographyToWkt = geographyToWkt; exports.toGeoPoint = toGeoPoint; exports.toGeoLine = toGeoLine; exports.toGeoPolygon = toGeoPolygon; exports.geographyIsNull = geographyIsNull; exports.geographySetNull = geographySetNull; exports.geographyIsEmpty = geographyIsEmpty; exports.geographySetEmpty = geographySetEmpty; exports.geographyIsNullOrEmpty = geographyIsNullOrEmpty; exports.geopointToGeography = geopointToGeography; exports.geopointToString = geopointToString; exports.geopointToGeoJson = geopointToGeoJson; exports.toWKT = toWKT; exports.geopointIsNull = geopointIsNull; exports.geopointSetNull = geopointSetNull; exports.geopointIsEmpty = geopointIsEmpty; exports.geopointSetEmpty = geopointSetEmpty; exports.geopointIsNullOrEmpty = geopointIsNullOrEmpty; exports.newGeopoint = newGeopoint; exports.geolineToGeography = geolineToGeography; exports.geolineToString = geolineToString; exports.geolineToGeoJson = geolineToGeoJson; exports.geolineToWkt = geolineToWkt; exports.geolineIsNull = geolineIsNull; exports.geolineSetNull = geolineSetNull; exports.geolineIsEmpty = geolineIsEmpty; exports.geolineSetEmpty = geolineSetEmpty; exports.geolineIsNullOrEmpty = geolineIsNullOrEmpty; exports.geopolygonToGeography = geopolygonToGeography; exports.geopolygonToString = geopolygonToString; exports.geopolygonToGeoJson = geopolygonToGeoJson; exports.geopolygonToWkt = geopolygonToWkt; exports.geopolygonIsNull = geopolygonIsNull; exports.geopolygonSetNull = geopolygonSetNull; exports.geopolygonIsEmpty = geopolygonIsEmpty; exports.geopolygonSetEmpty = geopolygonSetEmpty; exports.geopolygonIsNullOrEmpty = geopolygonIsNullOrEmpty; exports.getCache = getCache; exports.clearAllCaches = clearAllCaches; exports.cacheSet = cacheSet; exports.cacheGet = cacheGet; exports.contains = contains; exports.remove = remove; exports.clear = clear; exports.getPrivate = getPrivate; exports.uploadPrivate = uploadPrivate; exports.get = get; exports.upload = upload; exports.download = download; exports.downloadPrivate = downloadPrivate; exports.getDirectory = getDirectory; exports.check = check; exports.bcDelete = bcDelete; exports.load = load; exports.mode = mode; exports.bcSave = bcSave; exports.bcToXml = bcToXml; exports.bcFromXml = bcFromXml; exports.bcFromXmlFile = bcFromXmlFile; exports.bcToJson = bcToJson; exports.bcFromJson = bcFromJson; exports.bcFromJsonFile = bcFromJsonFile; exports.bcUpdate = bcUpdate; exports.insert = insert; exports.insertOrUpdate = insertOrUpdate; exports.success = success; exports.fail = fail; exports.getMessages = getMessages; exports.bcClone = bcClone; exports.createBC = createBC; exports.createCollection = createCollection; exports.bcGetValue = bcGetValue; exports.setValue = setValue; exports.getMetadata = getMetadata; exports.toXml = toXml; exports.fromXml = fromXml; exports.fromXmlFile = fromXmlFile; exports.clone = clone; exports.toJson = toJson; exports.fromJson = fromJson; exports.fromJsonFile = fromJsonFile; exports.sdtIsNull = sdtIsNull; exports.setNull = setNull; exports.sdtItemToFormattedString = sdtItemToFormattedString; exports.first = first; exports.next = next; exports.eof = eof; exports.dynamicCallOldSetOption = dynamicCallOldSetOption; exports.show = show; exports.showWithTitle = showWithTitle; exports.showWithTitleAndDescription = showWithTitleAndDescription; exports.hide = hide; exports.getValue = getValue; exports.configurationManagerHasValue = configurationManagerHasValue; exports.externalStorageCreate = externalStorageCreate; exports.connect = connect; exports.invalidateCache = invalidateCache; exports.getEnvironmentVariable = getEnvironmentVariable; exports.hasEnvironmentVariable = hasEnvironmentVariable; exports.getEnvironmentVariables = getEnvironmentVariables; exports.calculateDirections = calculateDirections; exports.getMapsLocation = getMapsLocation; exports.startTracking = startTracking; exports.endTracking = endTracking; exports.getLocationHistory = getLocationHistory; exports.clearLocationHistory = clearLocationHistory; exports.getLatitude = getLatitude; exports.getLongitude = getLongitude; exports.reverseGeocode = reverseGeocode; exports.geocodeAddress = geocodeAddress; exports.setProximityAlerts = setProximityAlerts; exports.getProximityAlerts = getProximityAlerts; exports.getCurrentProximityAlert = getCurrentProximityAlert; exports.clearProximityAlerts = clearProximityAlerts; exports.pickLocation = pickLocation; exports.getDistance = getDistance; exports.requestTemporaryFullAccuracy = requestTemporaryFullAccuracy; exports.execute = execute; exports.dynamicCallCreate = dynamicCallCreate; exports.dynamicCallSetOption = dynamicCallSetOption; exports.didCrashOnPreviousExecution = didCrashOnPreviousExecution; exports.setCustomKey = setCustomKey; exports.setCustomKeys = setCustomKeys; exports.removeCustomKey = removeCustomKey; exports.setCrashAnalyticsUserId = setCrashAnalyticsUserId; exports.log = log; exports.secureSet = secureSet; exports.postToWall = postToWall; exports.shareLink = shareLink; exports.fbShareImage = fbShareImage; exports.shareVideo = shareVideo; exports.tweet = tweet; exports.follow = follow; exports.notify = notify; exports.notifyClient = notifyClient; exports.broadcast = broadcast; exports.notifyClientText = notifyClientText; exports.requestUserNotificationsPermission = requestUserNotificationsPermission; exports.requestLocationPermissionWhenInUse = requestLocationPermissionWhenInUse; exports.requestLocationPermissionAlways = requestLocationPermissionAlways; exports.requestRemoteNotificationsPermission = requestRemoteNotificationsPermission; exports.requestUserTrackingPermission = requestUserTrackingPermission; exports.getProducts = getProducts; exports.purchaseProduct = purchaseProduct; exports.getPurchases = getPurchases; exports.consumeProduct = consumeProduct; exports.restorePurchases = restorePurchases; exports.askForReview = askForReview; exports.createAlerts = createAlerts; exports.listAlerts = listAlerts; exports.removeAlerts = removeAlerts; exports.removeAllAlerts = removeAllAlerts; exports.savePhoto = savePhoto; exports.saveVideo = saveVideo; exports.chooseVideo = chooseVideo; exports.play = play; exports.playBackground = playBackground; exports.audioStop = audioStop; exports.isPlaying = isPlaying; exports.getQueue = getQueue; exports.getQueueState = getQueueState; exports.setQueue = setQueue; exports.playQueue = playQueue; exports.pauseQueue = pauseQueue; exports.setQueueCurrentItem = setQueueCurrentItem; exports.setQueueCurrentIndex = setQueueCurrentIndex; exports.setPlayerSettings = setPlayerSettings; exports.iOSSetShowsMiniPlayer = iOSSetShowsMiniPlayer; exports.iOSDisplayFullScreenPlayer = iOSDisplayFullScreenPlayer; exports.iOSDismissFullScreenPlayer = iOSDismissFullScreenPlayer; exports.start = start; exports.stop = stop; exports.chooseFile = chooseFile; exports.saveToFolder = saveToFolder; exports.isDeviceFolderAvailable = isDeviceFolderAvailable; exports.chooseFiles = chooseFiles; exports.applyConversions = applyConversions; exports.convertFormat = convertFormat; exports.reduceQuality = reduceQuality; exports.backup = backup; exports.restore = restore; exports.login = login; exports.loginExternal = loginExternal; exports.logout = logout; exports.goHome = goHome; exports.returnTo = returnTo; exports.save = save; exports.cancel = cancel; exports.cancelTo = cancelTo; exports.deleteAction = deleteAction; exports.takeApplicationScreenshot = takeApplicationScreenshot; exports.addContact = addContact; exports.removeContact = removeContact; exports.viewContact = viewContact; exports.getAllContacts = getAllContacts; exports.pickContact = pickContact; exports.pickContacts = pickContacts; exports.sendMessage = sendMessage; exports.playVideo = playVideo; exports.playAudio = playAudio; exports.sendEmailAdvanced = sendEmailAdvanced; exports.sendSMS = sendSMS; exports.openSettings = openSettings; exports.openSettingsUrl = openSettingsUrl; exports.clearCache = clearCache; exports.iOSSetBadgeNumber = iOSSetBadgeNumber; exports.setBadgeNumber = setBadgeNumber; exports.iOSSetSelectedTabIndex = iOSSetSelectedTabIndex; exports.showError = showError; exports.scanFromImage = scanFromImage; exports.addBeaconProximityAlert = addBeaconProximityAlert; exports.addBeaconProximityAlerts = addBeaconProximityAlerts; exports.getBeaconProximityAlerts = getBeaconProximityAlerts; exports.removeBeaconProximityAlert = removeBeaconProximityAlert; exports.clearBeaconProximityAlerts = clearBeaconProximityAlerts; exports.getBeaconRegionState = getBeaconRegionState; exports.startRangingBeaconRegion = startRangingBeaconRegion; exports.getRangedBeaconRegions = getRangedBeaconRegions; exports.stopRangingBeaconRegion = stopRangingBeaconRegion; exports.getBeaconsInRange = getBeaconsInRange; exports.startAsBeacon = startAsBeacon; exports.stopAsBeacon = stopAsBeacon; exports.close = close; exports.isAvailable = isAvailable; exports.authenticate = authenticate; exports.scanCard = scanCard; exports.getDevices = getDevices; exports.print = print; exports.cutPaper = cutPaper; exports.scanOne = scanOne; exports.scanMany = scanMany; exports.previewObject = previewObject; exports.requestInterstitial = requestInterstitial; exports.isInterstitialReady = isInterstitialReady; exports.showInterstitial = showInterstitial; exports.downloadRegion = downloadRegion; exports.clearRegion = clearRegion; exports.clearRegions = clearRegions; exports.getRegionStatus = getRegionStatus; exports.cancelRegionDownload = cancelRegionDownload; exports.pauseRegionDownload = pauseRegionDownload; exports.remoteConfigHasValue = remoteConfigHasValue; exports.getStringValue = getStringValue; exports.getIntegerValue = getIntegerValue; exports.getDecimalValue = getDecimalValue; exports.getBooleanValue = getBooleanValue; exports.getDateValue = getDateValue; exports.getDateTimeValue = getDateTimeValue; exports.fetch = fetch; exports.apply = apply; exports.request = request; exports.requestMany = requestMany; exports.getStatus = getStatus; function notImplemented(fnName) { console.log(`Not yet implemented: ${fnName}`); } // Type: Core /** * @param message * @return any */ function ask(...args) { notImplemented("ask"); return null; } /** * @param characterExpression * @param encoding * @return number */ function byteCount(...args) { notImplemented("byteCount"); return null; } /** * @param array * @return any */ function cols(...args) { notImplemented("cols"); return null; } /** * @param str * @param key * @return any */ function decrypt64(...args) { notImplemented("decrypt64"); return null; } /** * @return number */ function dFRClose(...args) { notImplemented("dFRClose"); return null; } /** * @param value * @param format * @param separator * @return number */ function dFRGDate(...args) { notImplemented("dFRGDate"); return null; } /** * @param value * @return number */ function dFRGNum(...args) { notImplemented("dFRGNum"); return null; } /** * @param value * @param length * @return number */ function dFRGTxt(...args) { notImplemented("dFRGTxt"); return null; } /** * @return number */ function dFRNext(...args) { notImplemented("dFRNext"); return null; } /** * @param fileName * @param regLength * @param fieldDelimiter * @param strDelimiter * @param encoding * @return number */ function dFROpen(...args) { notImplemented("dFROpen"); return null; } /** * @return number */ function dFWClose(...args) { notImplemented("dFWClose"); return null; } /** * @return number */ function dFWNext(...args) { notImplemented("dFWNext"); return null; } /** * @param fileName * @param fieldDelimiter * @param strDelimiter * @param append * @param encoding * @return number */ function dFWOpen(...args) { notImplemented("dFWOpen"); return null; } /** * @param value * @param format * @param separator * @return number */ function dFWPDate(...args) { notImplemented("dFWPDate"); return null; } /** * @param value * @param decimals * @return number */ function dFWPNum(...args) { notImplemented("dFWPNum"); return null; } /** * @param value * @param length * @return number */ function dFWPTxt(...args) { notImplemented("dFWPTxt"); return null; } /** * @param str * @param key * @return any */ function encrypt64(...args) { notImplemented("encrypt64"); return null; } /** * @param attribute * @return number */ function exists(...args) { notImplemented("exists"); return null; } /** * @param fileName * @return number */ function fileExist(...args) { notImplemented("fileExist"); return null; } /** * @param name * @return any */ function getDataStore(...args) { notImplemented("getDataStore"); return null; } /** * @return any */ function getEncryptionKey(...args) { notImplemented("getEncryptionKey"); return null; } /** * @param name * @return any */ function getCoreLocation(...args) { notImplemented("getCoreLocation"); return null; } /** * @return number */ function getSOAPErr(...args) { notImplemented("getSOAPErr"); return null; } /** * @return any */ function getSOAPErrMsg(...args) { notImplemented("getSOAPErrMsg"); return null; } /** * @return any */ function getTheme(...args) { notImplemented("getTheme"); return null; } /** * @param value * @param line * @param lineLenght * @return any */ function gXGetMLi(...args) { notImplemented("gXGetMLi"); return null; } /** * @param value * @param lineLength * @return number */ function gXMLines(...args) { notImplemented("gXMLines"); return null; } /** * @param hTMLString * @return any */ function hTMLClean(...args) { notImplemented("hTMLClean"); return null; } /** * @param fileName * @return any */ function loadBitmap(...args) { notImplemented("loadBitmap"); return null; } /** * @param document * @return number */ function openDocument(...args) { notImplemented("openDocument"); return null; } /** * @param blob * @return any */ function pathToUrl(...args) { notImplemented("pathToUrl"); return null; } /** * @param document * @return number */ function printDocument(...args) { notImplemented("printDocument"); return null; } /** * @param path * @return any */ function readRegKey(...args) { notImplemented("readRegKey"); return null; } /** * @return any */ function remoteAddr(...args) { notImplemented("remoteAddr"); return null; } /** * @return any */ function returnOnClick(...args) { notImplemented("returnOnClick"); return null; } /** * @param red * @param green * @param blue * @return any */ function rGB(...args) { notImplemented("rGB"); return null; } /** * @param array * @return any */ function rows(...args) { notImplemented("rows"); return null; } /** * @param seed * @return number */ function rSeed(...args) { notImplemented("rSeed"); return null; } /** * @return Date */ function serverDate(...args) { notImplemented("serverDate"); return null; } /** * @return any */ function serverNow(...args) { notImplemented("serverNow"); return null; } /** * @return any */ function serverTime(...args) { notImplemented("serverTime"); return null; } /** * @param str * @return number */ function setTheme(...args) { notImplemented("setTheme"); return null; } /** * @param userId * @return number */ function setCoreUserId(...args) { notImplemented("setCoreUserId"); return null; } /** * @param workstation * @return number */ function setWrkSt(...args) { notImplemented("setWrkSt"); return null; } /** * @param fileName * @param modal * @param redirectOutput * @return number */ function shell(...args) { notImplemented("shell"); return null; } /** * @return Date */ function sysDate(...args) { notImplemented("sysDate"); return null; } /** * @return any */ function sysTime(...args) { notImplemented("sysTime"); return null; } /** * @return any */ function userCls(...args) { notImplemented("userCls"); return null; } /** * @param server * @return any */ function userID(...args) { notImplemented("userID"); return null; } /** * @param path * @param value * @return number */ function writeRegKey(...args) { notImplemented("writeRegKey"); return null; } /** * @return any */ function wrkSt(...args) { notImplemented("wrkSt"); return null; } /** * @param param1 * @param param2 * @param param3 * @return any */ function xToD(...args) { notImplemented("xToD"); return null; } /** * @param attribute * @param condition * @param defaultValue * @return any */ function set(...args) { notImplemented("set"); return null; } /** * @return any */ function confirmed(...args) { notImplemented("confirmed"); return null; } /** * @param name * @return any */ function cursor(...args) { notImplemented("cursor"); return null; } /** * @param fileName * @return any */ function deleteFile(...args) { notImplemented("deleteFile"); return null; } /** * @param propertyName * @param propertyValue * @return any */ function setEnvProperty(...args) { notImplemented("setEnvProperty"); return null; } /** * @param subroutineName * @return any */ function errorhandler(...args) { notImplemented("errorhandler"); return null; } /** * @param subroutineName * @return any */ function exceptionhandler(...args) { notImplemented("exceptionhandler"); return null; } /** * @param fileName * @param type * @return any */ function outputfile(...args) { notImplemented("outputfile"); return null; } /** * @param attribute * @return any */ function order(...args) { notImplemented("order"); return null; } /** * @param attribute * @return number */ function level(...args) { notImplemented("level"); return null; } /** * @return boolean */ function modified(...args) { notImplemented("modified"); return null; } /** * @param name * @return any */ function old(...args) { notImplemented("old"); return null; } /** * @param name * @return any */ function previous(...args) { notImplemented("previous"); return null; } /** * @param name * @param level * @return any */ function accept(...args) { notImplemented("accept"); return null; } /** * @param value * @param attribute * @return any */ function add(...args) { notImplemented("add"); return null; } /** * @param attribute * @return any */ function allowNulls(...args) { notImplemented("allowNulls"); return null; } /** * @param action * @param level * @return any */ function defaultmode(...args) { notImplemented("defaultmode"); return null; } /** * @param name * @param value * @return any */ function equal(...args) { notImplemented("equal"); return null; } /** * @param message * @param exceptionName * @return any */ function error(...args) { notImplemented("error"); return null; } /** * @param message * @param attribute * @return any */ function refMsg(...args) { notImplemented("refMsg"); return null; } /** * @param userProgram * @param submitParms * @param parameter * @return any */ function submit(...args) { notImplemented("submit"); return null; } /** * @param value * @param attribute * @return any */ function subtract(...args) { notImplemented("subtract"); return null; } /** * @param attribute * @return any */ function update(...args) { notImplemented("update"); return null; } /** * @param linesCount * @return any */ function workfilelines(...args) { notImplemented("workfilelines"); return null; } /** * @param expressionToEvaluate * @param variablesList * @param resultError * @param errorMessage * @return any */ function calculate(...args) { notImplemented("calculate"); return null; } /** * @param condition * @return any */ function search(...args) { notImplemented("search"); return null; } // end Type // Type: Numeric // end Type // Type: Character /** * @return any */ function cHtmlClean(...args) { notImplemented("cHtmlClean"); return null; } // end Type // Type: Date // end Type // Type: Image // end Type // Type: LongVarchar /** * @return any */ function lHtmlClean(...args) { notImplemented("lHtmlClean"); return null; } // end Type // Type: DateTime /** * @param pYear * @param pMonth * @param pDay * @param pHour * @param pMin * @param pSec * @return any */ function dtSet(...args) { notImplemented("dtSet"); return null; } // end Type // Type: Varchar /** * @return any */ function vHtmlClean(...args) { notImplemented("vHtmlClean"); return null; } // end Type // Type: Binary /** * @return any */ function toBase64String(...args) { notImplemented("toBase64String"); return null; } /** * @param content * @return any */ function binaryFromBase64String(...args) { notImplemented("binaryFromBase64String"); return null; } // end Type // Type: Boolean // end Type // Type: HttpClient /** * @param authType * @param realm * @param user * @param password * @return any */ function addProxyAuthentication(...args) { notImplemented("addProxyAuthentication"); return null; } // end Type // Type: HttpResponse /** * @param name * @param value * @return any */ function addHeader(...args) { notImplemented("addHeader"); return null; } /** * @param value * @return any */ function addString(...args) { notImplemented("addString"); return null; } /** * @param name * @return any */ function addFile(...args) { notImplemented("addFile"); return null; } /** * @param cookie * @return number */ function httpResponseSetCookie(...args) { notImplemented("httpResponseSetCookie"); return null; } // end Type // Type: HttpRequest /** * @return any */ function httpRequestToString(...args) { notImplemented("httpRequestToString"); return null; } /** * @param name * @return any */ function toFile(...args) { notImplemented("toFile"); return null; } /** * @param name * @return any */ function getHeader(...args) { notImplemented("getHeader"); return null; } /** * @param name * @return any */ function getVariable(...args) { notImplemented("getVariable"); return null; } // end Type // Type: StringCollection /** * @return any */ function strCollectionClear(...args) { notImplemented("strCollectionClear"); return null; } /** * @param element * @return any */ function strCollectionAdd(...args) { notImplemented("strCollectionAdd"); return null; } /** * @param index * @return any */ function strCollectionItem(...args) { notImplemented("strCollectionItem"); return null; } // end Type // Type: WebSession /** * @return any */ function websessionClear(...args) { notImplemented("websessionClear"); return null; } /** * @return any */ function destroy(...args) { notImplemented("destroy"); return null; } /** * @param key * @return any */ function websessionGet(...args) { notImplemented("websessionGet"); return null; } /** * @return any */ function renew(...args) { notImplemented("renew"); return null; } /** * @param key * @return any */ function websessionRemove(...args) { notImplemented("websessionRemove"); return null; } /** * @param key * @param value * @return any */ function websessionSet(...args) { notImplemented("websessionSet"); return null; } // end Type // Type: WebWrapper /** * @return any */ function getResponse(...args) { notImplemented("getResponse"); return null; } // end Type // Type: Variant // end Type // Type: Location // end Type // Type: RegExMatch // end Type // Type: RegExMatchCollection // end Type // Type: ContentInfo // end Type // Type: Blob // end Type // Type: SearchResult /** * @return any */ function items(...args) { notImplemented("items"); return null; } // end Type // Type: SearchResultCollection /** * @param index * @return any */ function searchResultCollectionItem(...args) { notImplemented("searchResultCollectionItem"); return null; } // end Type // Type: SearchResultItem // end Type // Type: Collection /** * @param item * @param index * @return any */ function collectionAdd(...args) { notImplemented("collectionAdd"); return null; } /** * @return any */ function collectionClear(...args) { notImplemented("collectionClear"); return null; } /** * @param index * @return any */ function collectionItem(...args) { notImplemented("collectionItem"); return null; } /** * @param index * @return any */ function collectionRemove(...args) { notImplemented("collectionRemove"); return null; } /** * @param item * @return number */ function indexOf(...args) { notImplemented("indexOf"); return null; } /** * @param includeHeader * @param includeState * @return any */ function collectionToXml(...args) { notImplemented("collectionToXml"); return null; } /** * @param name * @param outMessages * @return boolean */ function collectionFromXml(...args) { notImplemented("collectionFromXml"); return null; } /** * @param name * @param outMessages * @return boolean */ function collectionFromXmlFile(...args) { notImplemented("collectionFromXmlFile"); return null; } /** * @param includeState * @return any */ function collectionToJson(...args) { notImplemented("collectionToJson"); return null; } /** * @param source * @param outMessages * @return boolean */ function collectionFromJson(...args) { notImplemented("collectionFromJson"); return null; } /** * @param source * @param outMessages * @return boolean */ function collectionFromJsonFile(...args) { notImplemented("collectionFromJsonFile"); return null; } /** * @return any */ function collectionClone(...args) { notImplemented("collectionClone"); return null; } /** * @param columnListString * @return any */ function sort(...args) { notImplemented("sort"); return null; } // end Type // Type: BusinessComponentCollection /** * @param primaryKeyAtt * @return any */ function bcCollectionGetByKey(...args) { notImplemented("bcCollectionGetByKey"); return null; } /** * @param primaryKeyAtt * @return boolean */ function bcCollectionRemoveByKey(...args) { notImplemented("bcCollectionRemoveByKey"); return null; } /** * @return boolean */ function bcCollectionUpdate(...args) { notImplemented("bcCollectionUpdate"); return null; } /** * @return boolean */ function bcCollectionInsert(...args) { notImplemented("bcCollectionInsert"); return null; } /** * @return boolean */ function bcCollectionInsertOrUpdate(...args) { notImplemented("bcCollectionInsertOrUpdate"); return null; } /** * @return boolean */ function bcCollectionDelete(...args) { notImplemented("bcCollectionDelete"); return null; } // end Type // Type: BusinessComponentLinesCollection /** * @param primaryKeyAtt * @return any */ function getByKey(...args) { notImplemented("getByKey"); return null; } /** * @param primaryKeyAtt * @return boolean */ function removeByKey(...args) { notImplemented("removeByKey"); return null; } // end Type // Type: HTMLBODY // end Type // Type: File /** * @return any */ function fileDelete(...args) { notImplemented("fileDelete"); return null; } /** * @return boolean */ function fileExists(...args) { notImplemented("fileExists"); return null; } /** * @param name * @return any */ function fileRename(...args) { notImplemented("fileRename"); return null; } /** * @param name * @return any */ function copy(...args) { notImplemented("copy"); return null; } /** * @return any */ function fileGetName(...args) { notImplemented("fileGetName"); return null; } /** * @return any */ function fileGetAbsoluteName(...args) { notImplemented("fileGetAbsoluteName"); return null; } /** * @return any */ function getURI(...args) { notImplemented("getURI"); return null; } /** * @return number */ function getLength(...args) { notImplemented("getLength"); return null; } /** * @return Date */ function getLastModified(...args) { notImplemented("getLastModified"); return null; } /** * @return any */ function getPath(...args) { notImplemented("getPath"); return null; } /** * @param encoding * @return any */ function fileOpen(...args) { notImplemented("fileOpen"); return null; } /** * @param encoding * @return any */ function openWrite(...args) { notImplemented("openWrite"); return null; } /** * @param encoding * @return any */ function openRead(...args) { notImplemented("openRead"); return null; } /** * @return any */ function fileClose(...args) { notImplemented("fileClose"); return null; } /** * @return any */ function readLine(...args) { notImplemented("readLine"); return null; } /** * @param encoding * @return any */ function readAllText(...args) { notImplemented("readAllText"); return null; } /** * @param encoding * @return any */ function readAllLines(...args) { notImplemented("readAllLines"); return null; } /** * @param value * @return any */ function writeLine(...args) { notImplemented("writeLine"); return null; } /** * @param value * @param encoding * @return any */ function writeAllText(...args) { notImplemented("writeAllText"); return null; } /** * @param value * @param encoding * @return any */ function writeAllLines(...args) { notImplemented("writeAllLines"); return null; } /** * @param value * @param encoding * @return any */ function appendAllText(...args) { notImplemented("appendAllText"); return null; } /** * @param vale * @param encoding * @return any */ function appendAllLines(...args) { notImplemented("appendAllLines"); return null; } /** * @return any */ function fileCreate(...args) { notImplemented("fileCreate"); return null; } /** * @param xSLTFile * @return any */ function xSLTApply(...args) { notImplemented("xSLTApply"); return null; } /** * @return any */ function fileHtmlClean(...args) { notImplemented("fileHtmlClean"); return null; } /** * @param base64String * @return boolean */ function fromBase64String(...args) { notImplemented("fromBase64String"); return null; } // end Type // Type: FileCollection /** * @param i * @return any */ function fileCollectionItem(...args) { notImplemented("fileCollectionItem"); return null; } // end Type // Type: Directory /** * @return any */ function dirCreate(...args) { notImplemented("dirCreate"); return null; } /** * @return any */ function dirDelete(...args) { notImplemented("dirDelete"); return null; } /** * @return boolean */ function dirExists(...args) { notImplemented("dirExists"); return null; } /** * @param name * @return any */ function rename(...args) { notImplemented("rename"); return null; } /** * @return any */ function getName(...args) { notImplemented("getName"); return null; } /** * @return any */ function getAbsoluteName(...args) { notImplemented("getAbsoluteName"); return null; } /** * @param filter * @return any */ function getFiles(...args) { notImplemented("getFiles"); return null; } /** * @return any */ function getDirectories(...args) { notImplemented("getDirectories"); return null; } // end Type // Type: DirectoryCollection /** * @param i * @return any */ function item(...args) { notImplemented("item"); return null; } // end Type // Type: Properties /** * @param attributeName * @param attributeValue * @return any */ function propSet(...args) { notImplemented("propSet"); return null; } /** * @param attributeName * @return any */ function propGet(...args) { notImplemented("propGet"); return null; } /** * @param attributeName * @return any */ function propRemove(...args) { notImplemented("propRemove"); return null; } /** * @return any */ function propClear(...args) { notImplemented("propClear"); return null; } /** * @return any */ function propToJson(...args) { notImplemented("propToJson"); return null; } /** * @param source * @param outMessages * @return boolean */ function propFromJson(...args) { notImplemented("propFromJson"); return null; } // end Type // Type: Property // end Type // Type: Expression // end Type // Type: TextSearch /** * @param content * @param itemsPerPage * @param pageNumber * @return any */ function textSearchfind(...args) { notImplemented("textSearchfind"); return null; } /** * @param variableBCorText * @param info * @return boolean */ function textSearchadd(...args) { notImplemented("textSearchadd"); return null; } /** * @param variableBCorText * @param info * @return boolean */ function textSearchupdate(...args) { notImplemented("textSearchupdate"); return null; } /** * @param variable * @return boolean */ function textSearchdelete(...args) { notImplemented("textSearchdelete"); return null; } /** * @return boolean */ function buildDictionary(...args) { notImplemented("buildDictionary"); return null; } /** * @param text * @return any */ function checkSpell(...args) { notImplemented("checkSpell"); return null; } /** * @return number */ function reindexAll(...args) { notImplemented("reindexAll"); return null; } /** * @param variableBCorText * @param query * @param textType * @param preTag * @param postTag * @param fragmentSize * @param maxNumFragments * @return any */ function hTMLPreview(...args) { notImplemented("hTMLPreview"); return null; } // end Type // Type: Window /** * @return any */ function windowOpen(...args) { notImplemented("windowOpen"); return null; } // end Type // Type: Video /** * @param videoURL * @return any */ function videoFromURL(...args) { notImplemented("videoFromURL"); return null; } // end Type // Type: Audio /** * @param videoURL * @return any */ function fromURL(...args) { notImplemented("fromURL"); return null; } // end Type // Type: BinaryFile /** * @param fileURL * @return any */ function binaryFileFromURL(...args) { notImplemented("binaryFileFromURL"); return null; } // end Type // Type: CallOptions // end Type // Type: CryptoHash /** * @param text * @param key * @return any */ function compute(...args) { notImplemented("compute"); return null; } // end Type // Type: Geography /** * @return any */ function geographyToString(...args) { notImplemented("geographyToString"); return null; } /** * @return any */ function geographyToGeoJson(...args) { notImplemented("geographyToGeoJson"); return null; } /** * @return any */ function geographyToWkt(...args) { notImplemented("geographyToWkt"); return null; } /** * @return any */ function toGeoPoint(...args) { notImplemented("toGeoPoint"); return null; } /** * @return any */ function toGeoLine(...args) { notImplemented("toGeoLine"); return null; } /** * @return any */ function toGeoPolygon(...args) { notImplemented("toGeoPolygon"); return null; } /** * @return boolean */ function geographyIsNull(...args) { notImplemented("geographyIsNull"); return null; } /** * @return any */ function geographySetNull(...args) { notImplemented("geographySetNull"); return null; } /** * @return boolean */ function geographyIsEmpty(...args) { notImplemented("geographyIsEmpty"); return null; } /** * @return any */ function geographySetEmpty(...args) { notImplemented("geographySetEmpty"); return null; } /** * @return boolean */ function geographyIsNullOrEmpty(...args) { notImplemented("geographyIsNullOrEmpty"); return null; } // end Type // Type: GeoPoint /** * @return any */ function geopointToGeography(...args) { notImplemented("geopointToGeography"); return null; } /** * @return any */ function geopointToString(...args) { notImplemented("geopointToString"); return null; } /** * @return any */ function geopointToGeoJson(...args) { notImplemented("geopointToGeoJson"); return null; } /** * @return any */ function toWKT(...args) { notImplemented("toWKT"); return null; } /** * @return boolean */ function geopointIsNull(...args) { notImplemented("geopointIsNull"); return null; } /** * @return any */ function geopointSetNull(...args) { notImplemented("geopointSetNull"); return null; } /** * @return boolean */ function geopointIsEmpty(...args) { notImplemented("geopointIsEmpty"); return null; } /** * @return any */ function geopointSetEmpty(...args) { notImplemented("geopointSetEmpty"); return null; } /** * @return boolean */ function geopointIsNullOrEmpty(...args) { notImplemented("geopointIsNullOrEmpty"); return null; } /** * @param latitude * @param longitude * @return any */ function newGeopoint(...args) { notImplemented("newGeopoint"); return null; } // end Type // Type: GeoLine /** * @return any */ function geolineToGeography(...args) { notImplemented("geolineToGeography"); return null; } /** * @return any */ function geolineToString(...args) { notImplemented("geolineToString"); return null; } /** * @return any */ function geolineToGeoJson(...args) { notImplemented("geolineToGeoJson"); return null; } /** * @return any */ function geolineToWkt(...args) { notImplemented("geolineToWkt"); return null; } /** * @return boolean */ function geolineIsNull(...args) { notImplemented("geolineIsNull"); return null; } /** * @return any */ function geolineSetNull(...args) { notImplemented("geolineSetNull"); return null; } /** * @return boolean */ function geolineIsEmpty(...args) { notImplemented("geolineIsEmpty"); return null; } /** * @return any */ function geolineSetEmpty(...args) { notImplemented("geolineSetEmpty"); return null; } /** * @return boolean */ function geolineIsNullOrEmpty(...args) { notImplemented("geolineIsNullOrEmpty"); return null; } // end Type // Type: GeoPolygon /** * @return any */ function geopolygonToGeography(...args) { notImplemented("geopolygonToGeography"); return null; } /** * @return any */ function geopolygonToString(...args) { notImplemented("geopolygonToString"); return null; } /** * @return any */ function geopolygonToGeoJson(...args) { notImplemented("geopolygonToGeoJson"); return null; } /** * @return any */ function geopolygonToWkt(...args) { notImplemented("geopolygonToWkt"); return null; } /** * @return boolean */ function geopolygonIsNull(...args) { notImplemented("geopolygonIsNull"); return null; } /** * @return any */ function geopolygonSetNull(...args) { notImplemented("geopolygonSetNull"); return null; } /** * @return boolean */ function geopolygonIsEmpty(...args) { notImplemented("geopolygonIsEmpty"); return null; } /** * @return any */ function geopolygonSetEmpty(...args) { notImplemented("geopolygonSetEmpty"); return null; } /** * @return boolean */ function geopolygonIsNullOrEmpty(...args) { notImplemented("geopolygonIsNullOrEmpty"); return null; } // end Type // Type: WSAddressing // end Type // Type: WSAddressingEndPoint // end Type // Type: WSSecurity // end Type // Type: WSSignature // end Type // Type: WSEncryption // end Type // Type: WSSecurityKeyStore // end Type // Type: Cache /** * @param name * @return any */ function getCache(...args) { notImplemented("getCache"); return null; } /** * @return any */ function clearAllCaches(...args) { notImplemented("clearAllCaches"); return null; } /** * @param key * @param value * @param durationMinutes * @return any */ function cacheSet(...args) { notImplemented("cacheSet"); return null; } /** * @param key * @return any */ function cacheGet(...args) { notImplemented("cacheGet"); return null; } /** * @param key * @return boolean */ function contains(...args) { notImplemented("contains"); return null; } /** * @param key * @return any */ function remove(...args) { notImplemented("remove"); return null; } /** * @return any */ function clear(...args) { notImplemented("clear"); return null; } // end Type // Type: StorageProvider /** * @param storageObjectFullName * @param outExternalFile * @param expirationMinutes * @param outMessages * @return boolean */ function getPrivate(...args) { notImplemented("getPrivate"); return null; } /** * @param fileFullPath * @param storageObjectFullName * @param outUploadedFile * @param outMessages * @return boolean */ function uploadPrivate(...args) { notImplemented("uploadPrivate"); return null; } /** * @param storageObjectFullName * @param outExternalFile * @param outMessages * @return boolean */ function get(...args) { notImplemented("get"); return null; } /** * @param fileFullPath * @param storageObjectFullName * @param outUploadedFile * @param outMessages * @return boolean */ function upload(...args) { notImplemented("upload"); return null; } /** * @param storageObjectFullName * @param outLocalFile * @param outMessages * @return boolean */ function download(...args) { notImplemented("download"); return null; } /** * @param storageObjectFullName * @param outLocalFile * @param outMessages * @return boolean */ function downloadPrivate(...args) { notImplemented("downloadPrivate"); return null; } /** * @param storageDirectoryFullName * @param outExternalDirectory * @param outMessages * @return boolean */ function getDirectory(...args) { notImplemented("getDirectory"); return null; } // end Type // Type: ArrayPEM // end Type // Type: BusinessComponentLevel // end Type // Type: BusinessComponent /** * @return any */ function check(...args) { notImplemented("check"); return null; } /** * @return any */ function bcDelete(...args) { notImplemented("bcDelete"); return null; } /** * @param primaryKeyAtt * @return any */ function load(...args) { notImplemented("load"); return null; } /** * @return any */ function mode(...args) { notImplemented("mode"); return null; } /** * @return any */ function bcSave(...args) { notImplemented("bcSave"); return null; } /** * @param includeHeader * @param includeState * @return any */ function bcToXml(...args) { notImplemented("bcToXml"); return null; } /** * @param xml * @param outMessages * @return boolean */ function bcFromXml(...args) { notImplemented("bcFromXml"); return null; } /** * @param xml * @param outMessages * @return boolean */ function bcFromXmlFile(...args) { notImplemented("bcFromXmlFile"); return null; } /** * @param includeState * @return any */ function bcToJson(...args) { notImplemented("bcToJson"); return null; } /** * @param source * @param outMessages * @return boolean */ function