@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
126 lines • 4.22 kB
JSON
{
"id": "ChatterAnswers.accountcreator",
"nodeType": "class",
"name": "interface",
"namespace": "ChatterAnswers",
"startToken": "AccountCreator",
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {},
"id": "keyword.modifier.access_global"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {},
"id": "keyword.modifier.sharing_without sharing"
},
"description": "Creates Account records that will be associated with Chatter Answers users.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_chatteranswers_accountcreator.htm",
"classes": {},
"interfaces": {},
"enums": {},
"methods": {
"createaccount(string,string,id)": {
"id": "ChatterAnswers.accountcreator.createaccount",
"nodeType": "method",
"name": "createAccount",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createAccount",
"textToLower": "createaccount",
"isAux": false,
"range": {},
"id": "declaration.entity.name.function_createAccount"
},
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {},
"id": "keyword.modifier.access_public"
},
"signature": "public String createAccount(String firstName, String lastName, Id siteAdminId)",
"simplifiedSignature": "createAccount(String,String,Id)",
"datatype": {
"id": "ChatterAnswers.accountcreator.createaccount.String",
"nodeType": "datatype",
"name": "String",
"type": "String"
},
"description": "Accepts basic user information and creates an Account record. The implementation of this method returns the account ID.",
"params": {
"firstName": {
"id": "ChatterAnswers.accountcreator.createaccount.firstname",
"type": "var",
"name": "firstName",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "firstName",
"textToLower": "firstname",
"isAux": false,
"range": {},
"id": "declaration.entity.name.variable_firstName"
},
"signature": "String firstName",
"datatype": {
"id": "ChatterAnswers.accountcreator.createaccount.string",
"nodeType": "datatype",
"name": "String",
"type": "String"
}
},
"lastName": {
"id": "ChatterAnswers.accountcreator.createaccount.lastname",
"type": "var",
"name": "lastName",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "lastName",
"textToLower": "lastname",
"isAux": false,
"range": {},
"id": "declaration.entity.name.variable_lastName"
},
"signature": "String lastName",
"datatype": {
"id": "ChatterAnswers.accountcreator.createaccount.string",
"nodeType": "datatype",
"name": "String",
"type": "String"
}
},
"siteAdminId": {
"id": "ChatterAnswers.accountcreator.createaccount.siteadminid",
"type": "var",
"name": "siteAdminId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "siteAdminId",
"textToLower": "siteadminid",
"isAux": false,
"range": {},
"id": "declaration.entity.name.variable_siteAdminId"
},
"signature": "Id siteAdminId",
"datatype": {
"id": "ChatterAnswers.accountcreator.createaccount.id",
"nodeType": "datatype",
"name": "Id",
"type": "Id"
}
}
}
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {}
}