{
  "id": "ChatterAnswers.accountcreator",
  "nodeType": "interface",
  "name": "AccountCreator",
  "namespace": "ChatterAnswers",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "AccountCreator",
    "textToLower": "accountcreator",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_AccountCreator_-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": "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": {},
  "variables": {},
  "methods": {
    "createaccount(string,string,id)": {
      "id": "ChatterAnswers.accountcreator.method.createaccount(string,string,id)",
      "nodeType": "method",
      "name": "createAccount",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "createAccount",
        "textToLower": "createaccount",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_createAccount_-1:0"
      },
      "parentId": "ChatterAnswers.accountcreator",
      "order": 1,
      "memberOrder": 1,
      "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 createAccount(String firstName, String lastName, Id siteAdminId)",
      "overrideSignature": "public override String createAccount(String firstName, String lastName, Id siteAdminId)",
      "simplifiedSignature": "createAccount(String,String,Id)",
      "datatype": {
        "id": "ChatterAnswers.accountcreator.createaccount.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": "ChatterAnswers.accountcreator.createaccount",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Accepts basic user information and creates an Account record. The implementation of this method returns the account ID.",
      "parentName": "AccountCreator",
      "variables": {},
      "params": {
        "firstname": {
          "id": "ChatterAnswers.accountcreator.method.createaccount(string,string,id).varParam.firstname",
          "nodeType": "variable",
          "name": "firstName",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "firstName",
            "textToLower": "firstname",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 35
              },
              "end": {
                "line": 0,
                "character": 44
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_firstName_0:35"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "firstName",
            "textToLower": "firstname",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 35
              },
              "end": {
                "line": 0,
                "character": 44
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_firstName_0:35"
          },
          "parentId": "ChatterAnswers.accountcreator.method.createaccount(string,string,id)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ChatterAnswers.accountcreator.createaccount.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 28
                },
                "end": {
                  "line": 0,
                  "character": 34
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:28"
            },
            "parentId": "ChatterAnswers.accountcreator.createaccount",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "lastname": {
          "id": "ChatterAnswers.accountcreator.method.createaccount(string,string,id).varParam.lastname",
          "nodeType": "variable",
          "name": "lastName",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "lastName",
            "textToLower": "lastname",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 61
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_lastName_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "lastName",
            "textToLower": "lastname",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 61
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_lastName_0:53"
          },
          "parentId": "ChatterAnswers.accountcreator.method.createaccount(string,string,id)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ChatterAnswers.accountcreator.createaccount.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ChatterAnswers.accountcreator.createaccount",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "siteadminid": {
          "id": "ChatterAnswers.accountcreator.method.createaccount(string,string,id).varParam.siteadminid",
          "nodeType": "variable",
          "name": "siteAdminId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "siteAdminId",
            "textToLower": "siteadminid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_siteAdminId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "siteAdminId",
            "textToLower": "siteadminid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_siteAdminId_0:66"
          },
          "parentId": "ChatterAnswers.accountcreator.method.createaccount(string,string,id)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ChatterAnswers.accountcreator.createaccount.datatype.Id",
            "nodeType": "datatype",
            "name": "Id",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Id",
              "textToLower": "id",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 65
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Id_0:63"
            },
            "parentId": "ChatterAnswers.accountcreator.createaccount",
            "order": 0,
            "memberOrder": 0,
            "type": "Id"
          },
          "description": "The first name of the user who is registering. The last name of the user who is registering. The user ID of the Site administrator, used for notification if any exceptions occur.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 1,
  "queries": []
}