UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

1,706 lines 111 kB
{ "id": "Reports.reportcsf", "nodeType": "class", "name": "ReportCsf", "namespace": "Reports", "startToken": { "type": "declaration.entity.name.class", "text": "ReportCsf", "textToLower": "reportcsf", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_ReportCsf_-1:0" }, "order": 0, "memberOrder": 0, "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_global_-1:0" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.sharing_without sharing_-1:0" }, "description": "Contains methods and constructors for working with information about a custom summary formula (CSF).", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_ReportCsf.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getacrossgroup()": { "id": "Reports.reportcsf.method.getacrossgroup()", "nodeType": "method", "name": "getAcrossGroup", "startToken": { "type": "declaration.entity.name.function", "text": "getAcrossGroup", "textToLower": "getacrossgroup", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getAcrossGroup_-1:0" }, "parentId": "Reports.reportcsf", "order": 1, "memberOrder": 3, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getAcrossGroup()", "overrideSignature": "public override String getAcrossGroup()", "simplifiedSignature": "getAcrossGroup()", "datatype": { "id": "Reports.reportcsf.getacrossgroup.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.reportcsf.getacrossgroup", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the name of a column grouping when the acrossGroupType is CUSTOM. Otherwise, returns null.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getacrossgrouptype()": { "id": "Reports.reportcsf.method.getacrossgrouptype()", "nodeType": "method", "name": "getAcrossGroupType", "startToken": { "type": "declaration.entity.name.function", "text": "getAcrossGroupType", "textToLower": "getacrossgrouptype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getAcrossGroupType_-1:0" }, "parentId": "Reports.reportcsf", "order": 2, "memberOrder": 4, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Reports.CsfGroupType getAcrossGroupType()", "overrideSignature": "public override Reports.CsfGroupType getAcrossGroupType()", "simplifiedSignature": "getAcrossGroupType()", "datatype": { "id": "Reports.reportcsf.getacrossgrouptype.datatype.Reports.CsfGroupType", "nodeType": "datatype", "name": "Reports.CsfGroupType", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:7" }, "parentId": "Reports.reportcsf.getacrossgrouptype", "order": 0, "memberOrder": 0, "type": "Reports.CsfGroupType" }, "description": "Returns where to display the aggregate.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdecimalplaces()": { "id": "Reports.reportcsf.method.getdecimalplaces()", "nodeType": "method", "name": "getDecimalPlaces", "startToken": { "type": "declaration.entity.name.function", "text": "getDecimalPlaces", "textToLower": "getdecimalplaces", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDecimalPlaces_-1:0" }, "parentId": "Reports.reportcsf", "order": 3, "memberOrder": 5, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Integer getDecimalPlaces()", "overrideSignature": "public override Integer getDecimalPlaces()", "simplifiedSignature": "getDecimalPlaces()", "datatype": { "id": "Reports.reportcsf.getdecimalplaces.datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:7" }, "parentId": "Reports.reportcsf.getdecimalplaces", "order": 0, "memberOrder": 0, "type": "Integer" }, "description": "Returns the number of decimal places that numbers in the custom summary formula have.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdescription()": { "id": "Reports.reportcsf.method.getdescription()", "nodeType": "method", "name": "getDescription", "startToken": { "type": "declaration.entity.name.function", "text": "getDescription", "textToLower": "getdescription", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDescription_-1:0" }, "parentId": "Reports.reportcsf", "order": 4, "memberOrder": 6, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getDescription()", "overrideSignature": "public override String getDescription()", "simplifiedSignature": "getDescription()", "datatype": { "id": "Reports.reportcsf.getdescription.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.reportcsf.getdescription", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the user-facing description of a custom summary formula.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdowngroup()": { "id": "Reports.reportcsf.method.getdowngroup()", "nodeType": "method", "name": "getDownGroup", "startToken": { "type": "declaration.entity.name.function", "text": "getDownGroup", "textToLower": "getdowngroup", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDownGroup_-1:0" }, "parentId": "Reports.reportcsf", "order": 5, "memberOrder": 7, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getDownGroup()", "overrideSignature": "public override String getDownGroup()", "simplifiedSignature": "getDownGroup()", "datatype": { "id": "Reports.reportcsf.getdowngroup.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.reportcsf.getdowngroup", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the name of a row grouping when the downGroupType is CUSTOM. Otherwise, returns null.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdowngrouptype()": { "id": "Reports.reportcsf.method.getdowngrouptype()", "nodeType": "method", "name": "getDownGroupType", "startToken": { "type": "declaration.entity.name.function", "text": "getDownGroupType", "textToLower": "getdowngrouptype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDownGroupType_-1:0" }, "parentId": "Reports.reportcsf", "order": 6, "memberOrder": 8, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Reports.CsfGroupType getDownGroupType()", "overrideSignature": "public override Reports.CsfGroupType getDownGroupType()", "simplifiedSignature": "getDownGroupType()", "datatype": { "id": "Reports.reportcsf.getdowngrouptype.datatype.Reports.CsfGroupType", "nodeType": "datatype", "name": "Reports.CsfGroupType", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:7" }, "parentId": "Reports.reportcsf.getdowngrouptype", "order": 0, "memberOrder": 0, "type": "Reports.CsfGroupType" }, "description": "Returns where to display the aggregate of the custom summary formula.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getformula()": { "id": "Reports.reportcsf.method.getformula()", "nodeType": "method", "name": "getFormula", "startToken": { "type": "declaration.entity.name.function", "text": "getFormula", "textToLower": "getformula", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getFormula_-1:0" }, "parentId": "Reports.reportcsf", "order": 7, "memberOrder": 9, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getFormula()", "overrideSignature": "public override String getFormula()", "simplifiedSignature": "getFormula()", "datatype": { "id": "Reports.reportcsf.getformula.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.reportcsf.getformula", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the operations performed on values in the custom summary formula.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getformulatype()": { "id": "Reports.reportcsf.method.getformulatype()", "nodeType": "method", "name": "getFormulaType", "startToken": { "type": "declaration.entity.name.function", "text": "getFormulaType", "textToLower": "getformulatype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getFormulaType_-1:0" }, "parentId": "Reports.reportcsf", "order": 8, "memberOrder": 10, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Reports.FormulaType getFormulaType()", "overrideSignature": "public override Reports.FormulaType getFormulaType()", "simplifiedSignature": "getFormulaType()", "datatype": { "id": "Reports.reportcsf.getformulatype.datatype.Reports.FormulaType", "nodeType": "datatype", "name": "Reports.FormulaType", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:7" }, "parentId": "Reports.reportcsf.getformulatype", "order": 0, "memberOrder": 0, "type": "Reports.FormulaType" }, "description": "Returns the formula type.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getlabel()": { "id": "Reports.reportcsf.method.getlabel()", "nodeType": "method", "name": "getLabel", "startToken": { "type": "declaration.entity.name.function", "text": "getLabel", "textToLower": "getlabel", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getLabel_-1:0" }, "parentId": "Reports.reportcsf", "order": 9, "memberOrder": 11, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getLabel()", "overrideSignature": "public override String getLabel()", "simplifiedSignature": "getLabel()", "datatype": { "id": "Reports.reportcsf.getlabel.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Reports.reportcsf.getlabel", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the user-facing name of the custom summary formula.", "parentName": "ReportCsf", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "setacrossgroup(string)": { "id": "Reports.reportcsf.method.setacrossgroup(string)", "nodeType": "method", "name": "setAcrossGroup", "startToken": { "type": "declaration.entity.name.function", "text": "setAcrossGroup", "textToLower": "setacrossgroup", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_setAcrossGroup_-1:0" }, "parentId": "Reports.reportcsf", "order": 10, "memberOrder": 12, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public void setAcrossGroup(String acrossGroup)", "overrideSignature": "public override void setAcrossGroup(String acrossGroup)", "simplifiedSignature": "setAcrossGroup(String)", "datatype": { "id": "Reports.reportcsf.setacrossgroup.datatype.void", "nodeType": "datatype", "name": "void", "startToken": { "type": "datatype.primitive", "text": "void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_void_0:7" }, "parentId": "Reports.reportcsf.setacrossgroup", "order": 0, "memberOrder": 0, "type": "void" }, "description": "Specifies the column for the across grouping.", "parentName": "ReportCsf", "variables": {}, "params": { "acrossgroup": { "id": "Reports.reportcsf.method.setacrossgroup(string).varParam.acrossgroup", "nodeType": "variable", "name": "acrossGroup", "startToken": { "type": "declaration.entity.name.variable", "text": "acrossGroup", "textToLower": "acrossgroup", "isAux": false, "range": { "start": { "line": 0, "character": 34 }, "end": { "line": 0, "character": 45 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_acrossGroup_0:34" }, "endToken": { "type": "declaration.entity.name.variable", "text": "acrossGroup", "textToLower": "acrossgroup", "isAux": false, "range": { "start": { "line": 0, "character": 34 }, "end": { "line": 0, "character": 45 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_acrossGroup_0:34" }, "parentId": "Reports.reportcsf.method.setacrossgroup(string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Reports.reportcsf.setacrossgroup.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 27 }, "end": { "line": 0, "character": 33 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:27" }, "parentId": "Reports.reportcsf.setacrossgroup", "order": 0, "memberOrder": 0, "type": "String" }, "description": "", "scope": null } }, "queries": [], "exceptions": [] }, "setacrossgrouptype(string)": { "id": "Reports.reportcsf.method.setacrossgrouptype(string)", "nodeType": "method", "name": "setAcrossGroupType", "startToken": { "type": "declaration.entity.name.function", "text": "setAcrossGroupType", "textToLower": "setacrossgrouptype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_setAcrossGroupType_-1:0" }, "parentId": "Reports.reportcsf", "order": 11, "memberOrder": 13, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public void setAcrossGroupType(String value)", "overrideSignature": "public override void setAcrossGroupType(String value)", "simplifiedSignature": "setAcrossGroupType(String)", "datatype": { "id": "Reports.reportcsf.setacrossgrouptype.datatype.void", "nodeType": "datatype", "name": "void", "startToken": { "type": "datatype.primitive", "text": "void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_void_0:7" }, "parentId": "Reports.reportcsf.setacrossgrouptype", "order": 0, "memberOrder": 0, "type": "void" }, "description": "Sets where to display the aggregate.", "parentName": "ReportCsf", "variables": {}, "params": { "value": { "id": "Reports.reportcsf.method.setacrossgrouptype(string).varParam.value", "nodeType": "variable", "name": "value", "startToken": { "type": "declaration.entity.name.variable", "text": "value", "textToLower": "value", "isAux": false, "range": { "start": { "line": 0, "character": 38 }, "end": { "line": 0, "character": 43 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_value_0:38" }, "endToken": { "type": "declaration.entity.name.variable", "text": "value", "textToLower": "value", "isAux": false, "range": { "start": { "line": 0, "character": 38 }, "end": { "line": 0, "character": 43 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_value_0:38" }, "parentId": "Reports.reportcsf.method.setacrossgrouptype(string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Reports.reportcsf.setacrossgrouptype.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 31 }, "end": { "line": 0, "character": 37 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:31" }, "parentId": "Reports.reportcsf.setacrossgrouptype", "order": 0, "memberOrder": 0, "type": "String" }, "description": "For possible values, see Reports.CsfGroupType.", "scope": null } }, "queries": [], "exceptions": [] }, "setacrossgrouptype(reports.csfgrouptype)": { "id": "Reports.reportcsf.method.setacrossgrouptype(reports.csfgrouptype)", "nodeType": "method", "name": "setAcrossGroupType", "startToken": { "type": "declaration.entity.name.function", "text": "setAcrossGroupType", "textToLower": "setacrossgrouptype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_setAcrossGroupType_-1:0" }, "parentId": "Reports.reportcsf", "order": 12, "memberOrder": 14, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public void setAcrossGroupType(Reports.CsfGroupType acrossGroupType)", "overrideSignature": "public override void setAcrossGroupType(Reports.CsfGroupType acrossGroupType)", "simplifiedSignature": "setAcrossGroupType(Reports.CsfGroupType)", "datatype": { "id": "Reports.reportcsf.setacrossgrouptype.datatype.void", "nodeType": "datatype", "name": "void", "startToken": { "type": "datatype.primitive", "text": "void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_void_0:7" }, "parentId": "Reports.reportcsf.setacrossgrouptype", "order": 0, "memberOrder": 0, "type": "void" }, "description": "Sets where to display the aggregate.", "parentName": "ReportCsf", "variables": {}, "params": { "acrossgrouptype": { "id": "Reports.reportcsf.method.setacrossgrouptype(reports.csfgrouptype).varParam.acrossgrouptype", "nodeType": "variable", "name": "acrossGroupType", "startToken": { "type": "declaration.entity.name.variable", "text": "acrossGroupType", "textToLower": "acrossgrouptype", "isAux": false, "range": { "start": { "line": 0, "character": 52 }, "end": { "line": 0, "character": 67 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_acrossGroupType_0:52" }, "endToken": { "type": "declaration.entity.name.variable", "text": "acrossGroupType", "textToLower": "acrossgrouptype", "isAux": false, "range": { "start": { "line": 0, "character": 52 }, "end": { "line": 0, "character": 67 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_acrossGroupType_0:52" }, "parentId": "Reports.reportcsf.method.setacrossgrouptype(reports.csfgrouptype)", "order": 1, "memberOrder": 1, "datatype": { "id": "Reports.reportcsf.setacrossgrouptype.datatype.Reports.CsfGroupType", "nodeType": "datatype", "name": "Reports.CsfGroupType", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 31 }, "end": { "line": 0, "character": 38 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:31" }, "parentId": "Reports.reportcsf.setacrossgrouptype", "order": 0, "memberOrder": 0, "type": "Reports.CsfGroupType" }, "description": "", "scope": null } }, "queries": [], "exceptions": [] }, "setdecimalplaces(integer)": { "id": "Reports.reportcsf.method.setdecimalplaces(integer)", "nodeType": "method", "name": "setDecimalPlaces", "startToken": { "type": "declaration.entity.name.function", "text": "setDecimalPlaces", "textToLower": "setdecimalplaces", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_setDecimalPlaces_-1:0" }, "parentId": "Reports.reportcsf", "order": 13, "memberOrder": 15, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public void setDecimalPlaces(Integer decimalPlaces)", "overrideSignature": "public override void setDecimalPlaces(Integer decimalPlaces)", "simplifiedSignature": "setDecimalPlaces(Integer)", "datatype": { "id": "Reports.reportcsf.setdecimalplaces.datatype.void", "nodeType": "datatype", "name": "void", "startToken": { "type": "datatype.primitive", "text": "void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_void_0:7" }, "parentId": "Reports.reportcsf.setdecimalplaces", "order": 0, "memberOrder": 0, "type": "void" }, "description": "Sets the number of decimal places in numbers.", "parentName": "ReportCsf", "variables": {}, "params": { "decimalplaces": { "id": "Reports.reportcsf.method.setdecimalplaces(integer).varParam.decimalplaces", "nodeType": "variable", "name": "decimalPlaces", "startToken": { "type": "declaration.entity.name.variable", "text": "decimalPlaces", "textToLower": "decimalplaces", "isAux": false, "range": { "start": { "line": 0, "character": 37 }, "end": { "line": 0, "character": 50 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_decimalPlaces_0:37" }, "endToken": { "type": "declaration.entity.name.variable", "text": "decimalPlaces", "textToLower": "decimalplaces", "isAux": false, "range": { "start": { "line": 0, "character": 37 }, "end": { "line": 0, "character": 50 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_decimalPlaces_0:37" }, "parentId": "Reports.reportcsf.method.setdecimalplaces(integer)", "order": 1, "memberOrder": 1, "datatype": { "id": "Reports.reportcsf.setdecimalplaces.datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 29 }, "end": { "line": 0, "character": 36 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:29" }, "parentId": "Reports.reportcsf.setdecimalplaces", "order": 0, "memberOrder": 0, "type": "Integer" }, "description": "", "scope": null } }, "queries": [], "exceptions": [] }, "setdescription(string)": { "id": "Reports.reportcsf.method.setdescription(string)", "nodeType": "method", "name": "setDescription", "startToken": { "type": "declaration.entity.name.function", "text": "setDescription", "textToLower": "setdescription", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_setDescription_-1:0" }, "parentId": "Reports.reportcsf", "order": 14, "memberOrder": 16, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public void setDescription(String description)", "overrideSignature": "public override void setDescription(String description)", "simplifiedSignature": "setDescription(String)", "datatype": { "id": "Reports.reportcsf.setdescription.datatype.void", "nodeType": "datatype", "name": "void", "startToken": { "type": "datatype.primitive", "text": "void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_void_0:7" }, "parentId": "Reports.reportcsf.setdescription", "order": 0, "memberOrder": 0, "type": "void" }, "description": "Sets the user-facing description of the custom summary formula.", "parentName": "ReportCsf", "variables": {}, "params": { "description": { "id": "Reports.reportcsf.method.setdescription(string).varParam.description", "nodeType": "variable", "name": "description", "startToken": { "type": "declaration.entity.name.variable", "text": "description", "textToLower": "description", "isAux": false, "range": { "start": { "line": 0, "character": 34 }, "end": { "line": 0, "character": 45 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_description_0:34" }, "endToken": { "type": "declaration.entity.name.variable", "text": "description", "textToLower": "description", "isAux": false, "range": { "start": { "line": 0, "character": 34 }, "end": { "line": 0, "character": 45 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_description_0:34" }, "parentId": "Reports.reportcsf.method.setdescription(string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Reports.reportcsf.setdescription.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 27 }, "end": { "line": 0, "character": 33 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:27" }, "parentId": "Reports.reportcsf.setdescription", "order": 0, "memberOrder": 0, "type": "String" }, "description": "", "scope": null } }, "queries": [], "exceptions": [] }, "setdowngroup(string)": { "id": "Reports.reportcsf.method.setdowngroup(string)", "nodeType": "method", "name": "setDownGroup", "startToken": { "type": "declaration.entity.name.function", "text": "setDownGroup", "textToLower": "setdowngroup", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_setDownGroup_-1:0" }, "parentId": "Reports.reportcsf", "order": 15, "memberOrder": 17, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public void setDownGroup(String downGroup)", "overrideSignature": "public override void setDownGroup(String downGroup)", "simplifiedSignature": "setDownGroup(String)", "datatype": { "id": "Reports.reportcsf.setdowngroup.datatype.void", "nodeType": "datatype", "name": "void", "startToken": { "type": "datatype.primitive", "text": "void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_void_0:7" }, "parentId": "Reports.reportcsf.setdowngroup", "order": 0, "memberOrder": 0, "type": "void" }, "description": "Sets the name of a row grouping when the downGroupType is CUSTOM.", "parentName": "ReportCsf", "variables": {}, "params": { "downgroup": { "id": "Reports.reportcsf.method.setdowngroup(string).varParam.downgroup", "nodeType": "variable", "name": "downGroup", "startToken": { "type": "declaration.entity.name.variable", "text": "downGroup", "textToLower": "do