UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

2,776 lines 75.3 kB
/* AUTOGENERATED CODE BELOW */ function notImplemented(fnName) { console.log(`Not yet implemented: ${fnName}`); } // Type: Core /** * @param message * @return any */ export function ask(...args) { notImplemented("ask"); return null; } /** * @param characterExpression * @param encoding * @return number */ export function byteCount(...args) { notImplemented("byteCount"); return null; } /** * @param array * @return any */ export function cols(...args) { notImplemented("cols"); return null; } /** * @param str * @param key * @return any */ export function decrypt64(...args) { notImplemented("decrypt64"); return null; } /** * @return number */ export function dFRClose(...args) { notImplemented("dFRClose"); return null; } /** * @param value * @param format * @param separator * @return number */ export function dFRGDate(...args) { notImplemented("dFRGDate"); return null; } /** * @param value * @return number */ export function dFRGNum(...args) { notImplemented("dFRGNum"); return null; } /** * @param value * @param length * @return number */ export function dFRGTxt(...args) { notImplemented("dFRGTxt"); return null; } /** * @return number */ export function dFRNext(...args) { notImplemented("dFRNext"); return null; } /** * @param fileName * @param regLength * @param fieldDelimiter * @param strDelimiter * @param encoding * @return number */ export function dFROpen(...args) { notImplemented("dFROpen"); return null; } /** * @return number */ export function dFWClose(...args) { notImplemented("dFWClose"); return null; } /** * @return number */ export function dFWNext(...args) { notImplemented("dFWNext"); return null; } /** * @param fileName * @param fieldDelimiter * @param strDelimiter * @param append * @param encoding * @return number */ export function dFWOpen(...args) { notImplemented("dFWOpen"); return null; } /** * @param value * @param format * @param separator * @return number */ export function dFWPDate(...args) { notImplemented("dFWPDate"); return null; } /** * @param value * @param decimals * @return number */ export function dFWPNum(...args) { notImplemented("dFWPNum"); return null; } /** * @param value * @param length * @return number */ export function dFWPTxt(...args) { notImplemented("dFWPTxt"); return null; } /** * @param str * @param key * @return any */ export function encrypt64(...args) { notImplemented("encrypt64"); return null; } /** * @param attribute * @return number */ export function exists(...args) { notImplemented("exists"); return null; } /** * @param fileName * @return number */ export function fileExist(...args) { notImplemented("fileExist"); return null; } /** * @param name * @return any */ export function getDataStore(...args) { notImplemented("getDataStore"); return null; } /** * @return any */ export function getEncryptionKey(...args) { notImplemented("getEncryptionKey"); return null; } /** * @param name * @return any */ export function getCoreLocation(...args) { notImplemented("getCoreLocation"); return null; } /** * @return number */ export function getSOAPErr(...args) { notImplemented("getSOAPErr"); return null; } /** * @return any */ export function getSOAPErrMsg(...args) { notImplemented("getSOAPErrMsg"); return null; } /** * @return any */ export function getTheme(...args) { notImplemented("getTheme"); return null; } /** * @param value * @param line * @param lineLenght * @return any */ export function gXGetMLi(...args) { notImplemented("gXGetMLi"); return null; } /** * @param value * @param lineLength * @return number */ export function gXMLines(...args) { notImplemented("gXMLines"); return null; } /** * @param hTMLString * @return any */ export function hTMLClean(...args) { notImplemented("hTMLClean"); return null; } /** * @param fileName * @return any */ export function loadBitmap(...args) { notImplemented("loadBitmap"); return null; } /** * @param document * @return number */ export function openDocument(...args) { notImplemented("openDocument"); return null; } /** * @param blob * @return any */ export function pathToUrl(...args) { notImplemented("pathToUrl"); return null; } /** * @param document * @return number */ export function printDocument(...args) { notImplemented("printDocument"); return null; } /** * @param path * @return any */ export function readRegKey(...args) { notImplemented("readRegKey"); return null; } /** * @return any */ export function remoteAddr(...args) { notImplemented("remoteAddr"); return null; } /** * @return any */ export function returnOnClick(...args) { notImplemented("returnOnClick"); return null; } /** * @param red * @param green * @param blue * @return any */ export function rGB(...args) { notImplemented("rGB"); return null; } /** * @param array * @return any */ export function rows(...args) { notImplemented("rows"); return null; } /** * @param seed * @return number */ export function rSeed(...args) { notImplemented("rSeed"); return null; } /** * @return Date */ export function serverDate(...args) { notImplemented("serverDate"); return null; } /** * @return any */ export function serverNow(...args) { notImplemented("serverNow"); return null; } /** * @return any */ export function serverTime(...args) { notImplemented("serverTime"); return null; } /** * @param str * @return number */ export function setTheme(...args) { notImplemented("setTheme"); return null; } /** * @param userId * @return number */ export function setCoreUserId(...args) { notImplemented("setCoreUserId"); return null; } /** * @param workstation * @return number */ export function setWrkSt(...args) { notImplemented("setWrkSt"); return null; } /** * @param fileName * @param modal * @param redirectOutput * @return number */ export function shell(...args) { notImplemented("shell"); return null; } /** * @return Date */ export function sysDate(...args) { notImplemented("sysDate"); return null; } /** * @return any */ export function sysTime(...args) { notImplemented("sysTime"); return null; } /** * @return any */ export function userCls(...args) { notImplemented("userCls"); return null; } /** * @param server * @return any */ export function userID(...args) { notImplemented("userID"); return null; } /** * @param path * @param value * @return number */ export function writeRegKey(...args) { notImplemented("writeRegKey"); return null; } /** * @return any */ export function wrkSt(...args) { notImplemented("wrkSt"); return null; } /** * @param param1 * @param param2 * @param param3 * @return any */ export function xToD(...args) { notImplemented("xToD"); return null; } /** * @param attribute * @param condition * @param defaultValue * @return any */ export function set(...args) { notImplemented("set"); return null; } /** * @return any */ export function confirmed(...args) { notImplemented("confirmed"); return null; } /** * @param name * @return any */ export function cursor(...args) { notImplemented("cursor"); return null; } /** * @param fileName * @return any */ export function deleteFile(...args) { notImplemented("deleteFile"); return null; } /** * @param propertyName * @param propertyValue * @return any */ export function setEnvProperty(...args) { notImplemented("setEnvProperty"); return null; } /** * @param subroutineName * @return any */ export function errorhandler(...args) { notImplemented("errorhandler"); return null; } /** * @param subroutineName * @return any */ export function exceptionhandler(...args) { notImplemented("exceptionhandler"); return null; } /** * @param fileName * @param type * @return any */ export function outputfile(...args) { notImplemented("outputfile"); return null; } /** * @param attribute * @return any */ export function order(...args) { notImplemented("order"); return null; } /** * @param attribute * @return number */ export function level(...args) { notImplemented("level"); return null; } /** * @return boolean */ export function modified(...args) { notImplemented("modified"); return null; } /** * @param name * @return any */ export function old(...args) { notImplemented("old"); return null; } /** * @param name * @return any */ export function previous(...args) { notImplemented("previous"); return null; } /** * @param name * @param level * @return any */ export function accept(...args) { notImplemented("accept"); return null; } /** * @param value * @param attribute * @return any */ export function add(...args) { notImplemented("add"); return null; } /** * @param attribute * @return any */ export function allowNulls(...args) { notImplemented("allowNulls"); return null; } /** * @param action * @param level * @return any */ export function defaultmode(...args) { notImplemented("defaultmode"); return null; } /** * @param name * @param value * @return any */ export function equal(...args) { notImplemented("equal"); return null; } /** * @param message * @param exceptionName * @return any */ export function error(...args) { notImplemented("error"); return null; } /** * @param message * @param attribute * @return any */ export function refMsg(...args) { notImplemented("refMsg"); return null; } /** * @param userProgram * @param submitParms * @param parameter * @return any */ export function submit(...args) { notImplemented("submit"); return null; } /** * @param value * @param attribute * @return any */ export function subtract(...args) { notImplemented("subtract"); return null; } /** * @param attribute * @return any */ export function update(...args) { notImplemented("update"); return null; } /** * @param linesCount * @return any */ export function workfilelines(...args) { notImplemented("workfilelines"); return null; } /** * @param expressionToEvaluate * @param variablesList * @param resultError * @param errorMessage * @return any */ export function calculate(...args) { notImplemented("calculate"); return null; } /** * @param condition * @return any */ export function search(...args) { notImplemented("search"); return null; } // end Type // Type: Numeric // end Type // Type: Character /** * @return any */ export function cHtmlClean(...args) { notImplemented("cHtmlClean"); return null; } // end Type // Type: Date // end Type // Type: Image // end Type // Type: LongVarchar /** * @return any */ export 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 */ export function dtSet(...args) { notImplemented("dtSet"); return null; } // end Type // Type: Varchar /** * @return any */ export function vHtmlClean(...args) { notImplemented("vHtmlClean"); return null; } // end Type // Type: Binary /** * @return any */ export function toBase64String(...args) { notImplemented("toBase64String"); return null; } /** * @param content * @return any */ export 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 */ export function addProxyAuthentication(...args) { notImplemented("addProxyAuthentication"); return null; } // end Type // Type: HttpResponse /** * @param name * @param value * @return any */ export function addHeader(...args) { notImplemented("addHeader"); return null; } /** * @param value * @return any */ export function addString(...args) { notImplemented("addString"); return null; } /** * @param name * @return any */ export function addFile(...args) { notImplemented("addFile"); return null; } /** * @param cookie * @return number */ export function httpResponseSetCookie(...args) { notImplemented("httpResponseSetCookie"); return null; } // end Type // Type: HttpRequest /** * @return any */ export function httpRequestToString(...args) { notImplemented("httpRequestToString"); return null; } /** * @param name * @return any */ export function toFile(...args) { notImplemented("toFile"); return null; } /** * @param name * @return any */ export function getHeader(...args) { notImplemented("getHeader"); return null; } /** * @param name * @return any */ export function getVariable(...args) { notImplemented("getVariable"); return null; } // end Type // Type: StringCollection /** * @return any */ export function strCollectionClear(...args) { notImplemented("strCollectionClear"); return null; } /** * @param element * @return any */ export function strCollectionAdd(...args) { notImplemented("strCollectionAdd"); return null; } /** * @param index * @return any */ export function strCollectionItem(...args) { notImplemented("strCollectionItem"); return null; } // end Type // Type: WebSession /** * @return any */ export function websessionClear(...args) { notImplemented("websessionClear"); return null; } /** * @return any */ export function destroy(...args) { notImplemented("destroy"); return null; } /** * @param key * @return any */ export function websessionGet(...args) { notImplemented("websessionGet"); return null; } /** * @return any */ export function renew(...args) { notImplemented("renew"); return null; } /** * @param key * @return any */ export function websessionRemove(...args) { notImplemented("websessionRemove"); return null; } /** * @param key * @param value * @return any */ export function websessionSet(...args) { notImplemented("websessionSet"); return null; } // end Type // Type: WebWrapper /** * @return any */ export 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 */ export function items(...args) { notImplemented("items"); return null; } // end Type // Type: SearchResultCollection /** * @param index * @return any */ export function searchResultCollectionItem(...args) { notImplemented("searchResultCollectionItem"); return null; } // end Type // Type: SearchResultItem // end Type // Type: Collection /** * @param item * @param index * @return any */ export function collectionAdd(...args) { notImplemented("collectionAdd"); return null; } /** * @return any */ export function collectionClear(...args) { notImplemented("collectionClear"); return null; } /** * @param index * @return any */ export function collectionItem(...args) { notImplemented("collectionItem"); return null; } /** * @param index * @return any */ export function collectionRemove(...args) { notImplemented("collectionRemove"); return null; } /** * @param item * @return number */ export function indexOf(...args) { notImplemented("indexOf"); return null; } /** * @param includeHeader * @param includeState * @return any */ export function collectionToXml(...args) { notImplemented("collectionToXml"); return null; } /** * @param name * @param outMessages * @return boolean */ export function collectionFromXml(...args) { notImplemented("collectionFromXml"); return null; } /** * @param name * @param outMessages * @return boolean */ export function collectionFromXmlFile(...args) { notImplemented("collectionFromXmlFile"); return null; } /** * @param includeState * @return any */ export function collectionToJson(...args) { notImplemented("collectionToJson"); return null; } /** * @param source * @param outMessages * @return boolean */ export function collectionFromJson(...args) { notImplemented("collectionFromJson"); return null; } /** * @param source * @param outMessages * @return boolean */ export function collectionFromJsonFile(...args) { notImplemented("collectionFromJsonFile"); return null; } /** * @return any */ export function collectionClone(...args) { notImplemented("collectionClone"); return null; } /** * @param columnListString * @return any */ export function sort(...args) { notImplemented("sort"); return null; } // end Type // Type: BusinessComponentCollection /** * @param primaryKeyAtt * @return any */ export function bcCollectionGetByKey(...args) { notImplemented("bcCollectionGetByKey"); return null; } /** * @param primaryKeyAtt * @return boolean */ export function bcCollectionRemoveByKey(...args) { notImplemented("bcCollectionRemoveByKey"); return null; } /** * @return boolean */ export function bcCollectionUpdate(...args) { notImplemented("bcCollectionUpdate"); return null; } /** * @return boolean */ export function bcCollectionInsert(...args) { notImplemented("bcCollectionInsert"); return null; } /** * @return boolean */ export function bcCollectionInsertOrUpdate(...args) { notImplemented("bcCollectionInsertOrUpdate"); return null; } /** * @return boolean */ export function bcCollectionDelete(...args) { notImplemented("bcCollectionDelete"); return null; } // end Type // Type: BusinessComponentLinesCollection /** * @param primaryKeyAtt * @return any */ export function getByKey(...args) { notImplemented("getByKey"); return null; } /** * @param primaryKeyAtt * @return boolean */ export function removeByKey(...args) { notImplemented("removeByKey"); return null; } // end Type // Type: HTMLBODY // end Type // Type: File /** * @return any */ export function fileDelete(...args) { notImplemented("fileDelete"); return null; } /** * @return boolean */ export function fileExists(...args) { notImplemented("fileExists"); return null; } /** * @param name * @return any */ export function fileRename(...args) { notImplemented("fileRename"); return null; } /** * @param name * @return any */ export function copy(...args) { notImplemented("copy"); return null; } /** * @return any */ export function fileGetName(...args) { notImplemented("fileGetName"); return null; } /** * @return any */ export function fileGetAbsoluteName(...args) { notImplemented("fileGetAbsoluteName"); return null; } /** * @return any */ export function getURI(...args) { notImplemented("getURI"); return null; } /** * @return number */ export function getLength(...args) { notImplemented("getLength"); return null; } /** * @return Date */ export function getLastModified(...args) { notImplemented("getLastModified"); return null; } /** * @return any */ export function getPath(...args) { notImplemented("getPath"); return null; } /** * @param encoding * @return any */ export function fileOpen(...args) { notImplemented("fileOpen"); return null; } /** * @param encoding * @return any */ export function openWrite(...args) { notImplemented("openWrite"); return null; } /** * @param encoding * @return any */ export function openRead(...args) { notImplemented("openRead"); return null; } /** * @return any */ export function fileClose(...args) { notImplemented("fileClose"); return null; } /** * @return any */ export function readLine(...args) { notImplemented("readLine"); return null; } /** * @param encoding * @return any */ export function readAllText(...args) { notImplemented("readAllText"); return null; } /** * @param encoding * @return any */ export function readAllLines(...args) { notImplemented("readAllLines"); return null; } /** * @param value * @return any */ export function writeLine(...args) { notImplemented("writeLine"); return null; } /** * @param value * @param encoding * @return any */ export function writeAllText(...args) { notImplemented("writeAllText"); return null; } /** * @param value * @param encoding * @return any */ export function writeAllLines(...args) { notImplemented("writeAllLines"); return null; } /** * @param value * @param encoding * @return any */ export function appendAllText(...args) { notImplemented("appendAllText"); return null; } /** * @param vale * @param encoding * @return any */ export function appendAllLines(...args) { notImplemented("appendAllLines"); return null; } /** * @return any */ export function fileCreate(...args) { notImplemented("fileCreate"); return null; } /** * @param xSLTFile * @return any */ export function xSLTApply(...args) { notImplemented("xSLTApply"); return null; } /** * @return any */ export function fileHtmlClean(...args) { notImplemented("fileHtmlClean"); return null; } /** * @param base64String * @return boolean */ export function fromBase64String(...args) { notImplemented("fromBase64String"); return null; } // end Type // Type: FileCollection /** * @param i * @return any */ export function fileCollectionItem(...args) { notImplemented("fileCollectionItem"); return null; } // end Type // Type: Directory /** * @return any */ export function dirCreate(...args) { notImplemented("dirCreate"); return null; } /** * @return any */ export function dirDelete(...args) { notImplemented("dirDelete"); return null; } /** * @return boolean */ export function dirExists(...args) { notImplemented("dirExists"); return null; } /** * @param name * @return any */ export function rename(...args) { notImplemented("rename"); return null; } /** * @return any */ export function getName(...args) { notImplemented("getName"); return null; } /** * @return any */ export function getAbsoluteName(...args) { notImplemented("getAbsoluteName"); return null; } /** * @param filter * @return any */ export function getFiles(...args) { notImplemented("getFiles"); return null; } /** * @return any */ export function getDirectories(...args) { notImplemented("getDirectories"); return null; } // end Type // Type: DirectoryCollection /** * @param i * @return any */ export function item(...args) { notImplemented("item"); return null; } // end Type // Type: Properties /** * @param attributeName * @param attributeValue * @return any */ export function propSet(...args) { notImplemented("propSet"); return null; } /** * @param attributeName * @return any */ export function propGet(...args) { notImplemented("propGet"); return null; } /** * @param attributeName * @return any */ export function propRemove(...args) { notImplemented("propRemove"); return null; } /** * @return any */ export function propClear(...args) { notImplemented("propClear"); return null; } /** * @return any */ export function propToJson(...args) { notImplemented("propToJson"); return null; } /** * @param source * @param outMessages * @return boolean */ export 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 */ export function textSearchfind(...args) { notImplemented("textSearchfind"); return null; } /** * @param variableBCorText * @param info * @return boolean */ export function textSearchadd(...args) { notImplemented("textSearchadd"); return null; } /** * @param variableBCorText * @param info * @return boolean */ export function textSearchupdate(...args) { notImplemented("textSearchupdate"); return null; } /** * @param variable * @return boolean */ export function textSearchdelete(...args) { notImplemented("textSearchdelete"); return null; } /** * @return boolean */ export function buildDictionary(...args) { notImplemented("buildDictionary"); return null; } /** * @param text * @return any */ export function checkSpell(...args) { notImplemented("checkSpell"); return null; } /** * @return number */ export function reindexAll(...args) { notImplemented("reindexAll"); return null; } /** * @param variableBCorText * @param query * @param textType * @param preTag * @param postTag * @param fragmentSize * @param maxNumFragments * @return any */ export function hTMLPreview(...args) { notImplemented("hTMLPreview"); return null; } // end Type // Type: Window /** * @return any */ export function windowOpen(...args) { notImplemented("windowOpen"); return null; } // end Type // Type: Video /** * @param videoURL * @return any */ export function videoFromURL(...args) { notImplemented("videoFromURL"); return null; } // end Type // Type: Audio /** * @param videoURL * @return any */ export function fromURL(...args) { notImplemented("fromURL"); return null; } // end Type // Type: BinaryFile /** * @param fileURL * @return any */ export function binaryFileFromURL(...args) { notImplemented("binaryFileFromURL"); return null; } // end Type // Type: CallOptions // end Type // Type: CryptoHash /** * @param text * @param key * @return any */ export function compute(...args) { notImplemented("compute"); return null; } // end Type // Type: Geography /** * @return any */ export function geographyToString(...args) { notImplemented("geographyToString"); return null; } /** * @return any */ export function geographyToGeoJson(...args) { notImplemented("geographyToGeoJson"); return null; } /** * @return any */ export function geographyToWkt(...args) { notImplemented("geographyToWkt"); return null; } /** * @return any */ export function toGeoPoint(...args) { notImplemented("toGeoPoint"); return null; } /** * @return any */ export function toGeoLine(...args) { notImplemented("toGeoLine"); return null; } /** * @return any */ export function toGeoPolygon(...args) { notImplemented("toGeoPolygon"); return null; } /** * @return boolean */ export function geographyIsNull(...args) { notImplemented("geographyIsNull"); return null; } /** * @return any */ export function geographySetNull(...args) { notImplemented("geographySetNull"); return null; } /** * @return boolean */ export function geographyIsEmpty(...args) { notImplemented("geographyIsEmpty"); return null; } /** * @return any */ export function geographySetEmpty(...args) { notImplemented("geographySetEmpty"); return null; } /** * @return boolean */ export function geographyIsNullOrEmpty(...args) { notImplemented("geographyIsNullOrEmpty"); return null; } // end Type // Type: GeoPoint /** * @return any */ export function geopointToGeography(...args) { notImplemented("geopointToGeography"); return null; } /** * @return any */ export function geopointToString(...args) { notImplemented("geopointToString"); return null; } /** * @return any */ export function geopointToGeoJson(...args) { notImplemented("geopointToGeoJson"); return null; } /** * @return any */ export function toWKT(...args) { notImplemented("toWKT"); return null; } /** * @return boolean */ export function geopointIsNull(...args) { notImplemented("geopointIsNull"); return null; } /** * @return any */ export function geopointSetNull(...args) { notImplemented("geopointSetNull"); return null; } /** * @return boolean */ export function geopointIsEmpty(...args) { notImplemented("geopointIsEmpty"); return null; } /** * @return any */ export function geopointSetEmpty(...args) { notImplemented("geopointSetEmpty"); return null; } /** * @return boolean */ export function geopointIsNullOrEmpty(...args) { notImplemented("geopointIsNullOrEmpty"); return null; } /** * @param latitude * @param longitude * @return any */ export function newGeopoint(...args) { notImplemented("newGeopoint"); return null; } // end Type // Type: GeoLine /** * @return any */ export function geolineToGeography(...args) { notImplemented("geolineToGeography"); return null; } /** * @return any */ export function geolineToString(...args) { notImplemented("geolineToString"); return null; } /** * @return any */ export function geolineToGeoJson(...args) { notImplemented("geolineToGeoJson"); return null; } /** * @return any */ export function geolineToWkt(...args) { notImplemented("geolineToWkt"); return null; } /** * @return boolean */ export function geolineIsNull(...args) { notImplemented("geolineIsNull"); return null; } /** * @return any */ export function geolineSetNull(...args) { notImplemented("geolineSetNull"); return null; } /** * @return boolean */ export function geolineIsEmpty(...args) { notImplemented("geolineIsEmpty"); return null; } /** * @return any */ export function geolineSetEmpty(...args) { notImplemented("geolineSetEmpty"); return null; } /** * @return boolean */ export function geolineIsNullOrEmpty(...args) { notImplemented("geolineIsNullOrEmpty"); return null; } // end Type // Type: GeoPolygon /** * @return any */ export function geopolygonToGeography(...args) { notImplemented("geopolygonToGeography"); return null; } /** * @return any */ export function geopolygonToString(...args) { notImplemented("geopolygonToString"); return null; } /** * @return any */ export function geopolygonToGeoJson(...args) { notImplemented("geopolygonToGeoJson"); return null; } /** * @return any */ export function geopolygonToWkt(...args) { notImplemented("geopolygonToWkt"); return null; } /** * @return boolean */ export function geopolygonIsNull(...args) { notImplemented("geopolygonIsNull"); return null; } /** * @return any */ export function geopolygonSetNull(...args) { notImplemented("geopolygonSetNull"); return null; } /** * @return boolean */ export function geopolygonIsEmpty(...args) { notImplemented("geopolygonIsEmpty"); return null; } /** * @return any */ export function geopolygonSetEmpty(...args) { notImplemented("geopolygonSetEmpty"); return null; } /** * @return boolean */ export 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 */ export function getCache(...args) { notImplemented("getCache"); return null; } /** * @return any */ export function clearAllCaches(...args) { notImplemented("clearAllCaches"); return null; } /** * @param key * @param value * @param durationMinutes * @return any */ export function cacheSet(...args) { notImplemented("cacheSet"); return null; } /** * @param key * @return any */ export function cacheGet(...args) { notImplemented("cacheGet"); return null; } /** * @param key * @return boolean */ export function contains(...args) { notImplemented("contains"); return null; } /** * @param key * @return any */ export function remove(...args) { notImplemented("remove"); return null; } /** * @return any */ export function clear(...args) { notImplemented("clear"); return null; } // end Type // Type: StorageProvider /** * @param storageObjectFullName * @param outExternalFile * @param expirationMinutes * @param outMessages * @return boolean */ export function getPrivate(...args) { notImplemented("getPrivate"); return null; } /** * @param fileFullPath * @param storageObjectFullName * @param outUploadedFile * @param outMessages * @return boolean */ export function uploadPrivate(...args) { notImplemented("uploadPrivate"); return null; } /** * @param storageObjectFullName * @param outExternalFile * @param outMessages * @return boolean */ export function get(...args) { notImplemented("get"); return null; } /** * @param fileFullPath * @param storageObjectFullName * @param outUploadedFile * @param outMessages * @return boolean */ export function upload(...args) { notImplemented("upload"); return null; } /** * @param storageObjectFullName * @param outLocalFile * @param outMessages * @return boolean */ export function download(...args) { notImplemented("download"); return null; } /** * @param storageObjectFullName * @param outLocalFile * @param outMessages * @return boolean */ export function downloadPrivate(...args) { notImplemented("downloadPrivate"); return null; } /** * @param storageDirectoryFullName * @param outExternalDirectory * @param outMessages * @return boolean */ export function getDirectory(...args) { notImplemented("getDirectory"); return null; } // end Type // Type: ArrayPEM // end Type // Type: BusinessComponentLevel // end Type // Type: BusinessComponent /** * @return any */ export function check(...args) { notImplemented("check"); return null; } /** * @return any */ export function bcDelete(...args) { notImplemented("bcDelete"); return null; } /** * @param primaryKeyAtt * @return any */ export function load(...args) { notImplemented("load"); return null; } /** * @return any */ export function mode(...args) { notImplemented("mode"); return null; } /** * @return any */ export function bcSave(...args) { notImplemented("bcSave"); return null; } /** * @param includeHeader * @param includeState * @return any */ export function bcToXml(...args) { notImplemented("bcToXml"); return null; } /** * @param xml * @param outMessages * @return boolean */ export function bcFromXml(...args) { notImplemented("bcFromXml"); return null; } /** * @param xml * @param outMessages * @return boolean */ export function bcFromXmlFile(...args) { notImplemented("bcFromXmlFile"); return null; } /** * @param includeState * @return any */ export function bcToJson(...args) { notImplemented("bcToJson"); return null; } /** * @param source * @param outMessages * @return boolean */ export function bcFromJson(...args) { notImplemented("bcFromJson"); return null; } /** * @param source * @param outMessages * @return boolean */ export function bcFromJsonFile(...args) { notImplemented("bcFromJsonFile"); return null; } /** * @return boolean */ export function bcUpdate(...args) { notImplemented("bcUpdate"); return null; } /** * @return boolean */ export function insert(...args) { notImplemented("insert"); return null; } /** * @return boolean */ export function insertOrUpdate(...args) { notImplemented("insertOrUpdate"); return null; } /** * @return boolean */ export function success(...args) { notImplemented("success"); return null; } /** * @return boolean */ export function fail(...args) { notImplemented("fail"); return null; } /** * @return any */ export function getMessages(...args) { notImplemented("getMessages"); return null; } /** * @return any */ export function bcClone(...args) { notImplemented("bcClone"); return null; } /** * @param name * @return any */ export function createBC(...args) { notImplemented("createBC"); return null; } /** * @param name * @return any */ export function createCollection(...args) { notImplemented("createCollection"); return null; } /** * @param name * @return any */ export function bcGetValue(...args) { notImplemented("bcGetValue"); return null; } /** * @param name * @param value * @return any */ export function setValue(...args) { notImplemented("setValue"); return null; } /** * @return any */ export function getMetadata(...args) { notImplemented("getMetadata"); return null; } // end Type // Type: SDT /** * @param includeHeader * @param includeState * @return any */ export function toXml(...args) { notImplemented("toXml"); return null; } /** * @param source * @param outMessages * @return boolean */ export function fromXml(...args) { notImplemented("fromXml"); return null; } /** * @param source * @param outMessages * @return boolean */ export function fromXmlFile(...args) { notImplemented("fromXmlFile"); return null; } /** * @return any */ export function clone(...args) { notImplemented("clone"); return null; } /** * @param includeState * @return any */ export function toJson(...args) { notImplemented("toJson"); return null; } /** * @param source * @param outMessages * @return boolean */ export function fromJson(...args) { notImplemented("fromJson"); return null; } /** * @param source * @param outMessages * @return boolean */ export function fromJsonFile(...args) { notImplemented("fromJsonFile"); return null; } /** * @return boolean */ export function sdtIsNull(...args) { notImplemented("sdtIsNull"); return null; } /** * @return any */ export function setNull(...args) { notImplemented("setNull"); return null; } // end Type // Type: SDTItem /** * @return any */ export function sdtItemToFormattedString(...args) { notImplemented("sdtItemToFormattedString"); return null; } // end Type // Type: Iterator /** * @return any */ export function first(...args) { notImplemented("first"); return null; } /** * @return any */ export function next(...args) { notImplemented("next"); return null; } /** * @return boolean */ export function eof(...args) { notImplemented("eof"); return null; } // end Type // Type: // end Type // Type: Void // end Type // Type: Timezones // end Type // Type: Short // end Type // Type: Object // end Type // Type: Messages // end Type // Type: Int // end Type // Type: GxControlFrame // end Type // Type: CallEffect // end Type // Type: CallType // end Type // Type: TargetSize // end Type // Type: DipOrPercentage // end Type export class GeneXusCommonGeolocation { /** * Indicates wether the application has been given permission to use location services * @return boolean */ static authorized(...args) { notImplemented("authorized"); return null; } /** * Indicates wether location services are enable in the device * @return boolean */ static serviceEnabled(...args) { notImplemented("serviceEnabled"); return null; } /** * Starts generating tracking information * @param trackingParameters * @param distance * @param action * @param actionTimeInterval * @param accuracy * @return any */ static startTracking(...args) { notImplemented("startTracking"); return null; } /** * Stops the generation of tracking information * @return any */ static endTracking(...args) { notImplemented("endTracking"); return null; } /** * Returns a collection of location information generated by the tracking methods * @param startTime * @return any */ static getLocationHistory(...args) { notImplemented("getLocationHistory"); return null; } /** * Removes all previous location information generated by the tracking methods * @return any */ static clearLocationHistory(...args) { notImplemented("clearLocationHistory"); return null; } /** * Returns the latitude of the given location * @param location * @return number */ static getLatitude(...args) { notImplemented("getLatitude"); return null; } /** * Returns the longitude of the given location * @param location * @return number */ static getLongitude(...args) { notImplemented("getLongitude"); return null; } /** * Returns the distance between the two locations given * @param fromLocation * @param toLocation * @return number */ static getDistance(...args) { notImplemented("getDistance"); return null; } /** * Returns a collection of addresses for the given location * @param location * @return any */ static getAddress(...args) { notImplemented("getAddress"); return null; } /** * @param proximityAlerts * @return boolean */ static setProximityAlerts(...args) { notImplemented("setProximityAlerts"); return null; } /** * @return any */ static getProximityAlerts(...args) { notImplemented("getProximityAlerts"); return null; } /** * @return any */ static getCurrentProximityAlert(...args) { notImplemented("getCurrentProximityAlert"); return null; } /** * @return any */ static clearProximityAlerts(...args) { notImplemented("clearProximityAlerts"); return null; } /** * @param geoLocationPickerParameters * @return any */ static pickLocation(...args) { notImplemented("pickLocation"); return null; } static get authorizationStatus() { return this.mauthorizationStatus; } } // Type: GeneXusCommonDynamicCallOld /** * Sets the given CallOption's value to the given object name * @param objectName * @param callOption * @param value * @return any */ export function dynamicCallOldSetOption(...args) { notImplemented("dynamicCallOldSetOption"); return null; } // end Type // Type: GeneXusCommonUIProgress /** * @return any */ export function show(...args) { notImplemented("show"); return null; } /** * @param title * @return any */ export function showWithTitle(...args) { notImplemented("showWithTitle"); return null; } /** * @param title * @param description * @return any */ export function showWithTitleAndDescription(...args) { notImplemented("showWithTitleAndDescription"); return null; } /** * @return any */ export function hide(...args) { notImplemented("hide"); return null; } // end Type // Type: GeneXusCommonUINavigation // end Type // Type: GeneXusCommonUIAppearance // end Type // Type: GeneXusCommonUIDesignSystem // end Type // Type: GeneXusCommonConfigurationConfigurationManager /** * @param propName * @param fileName * @return any */ export function getValue(...args) { notImplemented("getValue"); return null; } /** * @param propName * @param fileName * @return boolean */ export function configurationManagerHasValue(...args) { notImplemented("configurationManagerHasValue"); return null; } // end Type // Type: GeneXusCommonConfigurationExternalStorage /** * Instances a StorageProvider data type for a specific provider with a set of properties * @param storageType * @param properties * @param outStorageProvider * @param outMessages * @return boolean */ export function externalStorageCreate(...args) { notImplemented("externalStorageCreate"); return null; } /** * @param profileName * @param properties * @param outStorageProvider * @param outMessages * @return boolean */ export function connect(...args) { notImplemented("connect"); return null; } // end Type // Type: GeneXusCommonClipboard // end Type // Type: GeneXusCommonAnalytics // end Type // Type: GeneXusCommonServer /** * @return any */ export function invalidateCache(...args) { notImplemented("invalidateCache"); return null; } // end Type // Type: GeneXusCommonRuntime /** * Returns the value of the environment variable. If it doesn't exist, it returns null. * @param varName * @return any */ export function getEnvironmentVariable(...args) { notImplemented("getEnvironmentVariable"); return null; } /** * Returns TRUE if the environment variable exists. * @param varName * @return boolean */ export function hasEnvironmentVariable(...args) { notImplemented("hasEnvironmentVariable"); return null; } /** * Retrieves all environment variable names and their values from the current process. * @return any */ export function getEnvironmentVariables(...args) { notImplemented("getEnvironmentVariables"); return null; } // end Type // Type: GeneXusCommonMaps /** * Calculates directions between the source and destination locations * @param sourceLocation * @param destinationLocation * @param transportType * @param requestAlternateRoutes * @return any */ export function calculateDirections(...args) { notImplemented("calculateDirections"); return null; } /** * Same as GetLocation(int, int, bool, bool), passing false to the last parameter * @param minAccuracy * @param timeout * @param includeHeadingAndSpeed * @param ignoreErrors * @return any */ export function getMapsLocation(...args) { notImplemented("getMapsLocation"); return null; } /** * Starts generating tracking information * @param trackingParameters * @param distance * @param action * @param actionTimeInterval * @param accuracy * @return any */ export function startTracking(...args) { notImplemented("startTracking"); return null; } /** * Stops the generation of tracking information * @return any */ export function endTracking(...args) { notImplemented("endTracking"); return null; } /** * Returns a collection of location information generated by the tracking methods * @param startTime * @return any */ export function getLocationHistory(...args) { notImplemented("getLocationHistory"); return null; } /** * Removes all previous location information generated by the tracking methods * @return any */ export function clearLocationHistory(...args) { notImplemented("clearLocationHistory"); return null; } /** * Returns the latitude of the given location * @param location * @return number */ export function getLatitude(...args) { notImplemented("getLatitude"); return null; } /** * Returns the longitude of the given location * @param location * @return number */ export function getLongitude(...args) { notImplemented("getLongitude"); return null; } /** * Returns a collection of addresses for the given location * @param location * @return any */ export function reverseGeocode(...args) { notImplemented("reverseGeocode"); return null; } /** * Returns a collection of locations for the given address * @param address * @return any */ export function geocodeAddress(...args) { notImplemented("geocodeAddress"); return null; } /** * @param proximityAlerts * @return boolean */ export function setProximityAlerts(...args) { notImplemented("setProximityAlerts"); return null; } /** * @return any */ export function getProximityAlerts(...args) { notImplemented("getProximityAlerts"); return null; } /** * @return any */ export function getCurrentProximityAlert(...args) { notImplemented("getCurrentProximityAlert"); return null; } /** * @return any */ export function clearProximityAlerts(...args) { notImplemented("clearProximityAlerts"); return null; } /** * @param geoLocationPickerParameters * @return any */ export function pickLocation(...args) { notImplemented("pickLocation"); return null; } /** * Returns the distance between the two locations given * @param fromLocation * @param toLocation * @return number */ export function getDistance(...args) { notImplemented("getDistance"); return null; } /** * Requests the user’s permission to temporarily use location services with full accuracy * @param purpose * @return boolean */ export function requestTemporaryFullAccuracy(...args) { notImplemented("requestTemporaryFullAccuracy"); return null; } // end Type // Type: GeneXusCommonDynamicCall /** * Execute the default static method * @param parameters * @param errors * @param errors * @return any */ export function execute(...args) { notImplemented("execute"); return null; } /** * Invoke the contructor of the object * @param parameters * @param errors * @return any */ export function dynamicCallCreate(...args) { notImplemented("dynamicCallCreate"); return null; } /** * Sets the given CallOption's value to the given object name * @param objectName * @param callOption * @param value * @return any */ export function dynamicCallSetOption(...args) { notImplemented("dynamicCallSetOption"); return null; } // end Type // Type: GeneXusCommonDynamicCallPropertiesJava // end Type // Type: GeneXusCommonDynamicCallPropertiesNet // end Type // Type: GeneXusCommonAnyObject // end Type // Type: GeneXusCommonDynamicCallMethodProperties // end Type // Type: GeneXusCommonCrashAnalytics /** * @return boolean */ export function didCrashOnPreviousExecution(...args) { notImplemented("didCrashOnPreviousExecution"); retur