LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
global class UserInfo {
    global UserInfo() { }
    global Object clone() { }
    global static String getDefaultCurrency() { }
    global static String getFirstName() { }
    global static String getLanguage() { }
    global static String getLastName() { }
    global static String getLocale() { }
    global static String getName() { }
    global static String getOrganizationId() { }
    global static String getOrganizationName() { }
    global static String getProfileId() { }
    global static String getSessionId() { }
    global static System.TimeZone getTimeZone() { }
    global static String getUiTheme() { }
    global static String getUiThemeDisplayed() { }
    global static String getUserEmail() { }
    global static String getUserId() { }
    global static String getUserName() { }
    global static String getUserRoleId() { }
    global static String getUserType() { }
    global static Boolean hasPackageLicense(Id packageId) { }
    global static Boolean isCurrentUserLicensed(String namespacePrefix) { }
    global static Boolean isCurrentUserLicensedForPackage(Id packageId) { }
    global static Boolean isMultiCurrencyOrganization() { }
 
}