Methods
-
<static> getUserPreference( tag ) → {*}
-
Description
Get a user preference record
Parameters
Name Type Description tagstring Tag name of the preference
Returns
-
<static> setUserPreference( tag, value )
-
Description
Set or create a user preference record
Parameters
Name Type Description tagstring Tag name of the preference
value* Value to set
-
<static> getUserRoles( userSysId ) → {Array.<string>}
-
Description
Retrieve a list of roles for the provided user
Parameters
Name Type Description userSysIdsys_id Returns
-
<static> getUser( userSysId ) → {UserConfiguration}
-
Description
Returns a Partial of the User configuration (data record only)
Parameters
Name Type Description userSysIdsys_id Returns
-
<static> lookupUser( filter, user ) → {Array.<ListItem>}
-
Description
Search for a user
Parameters
Name Type Description filterFilterOptions userUserConfiguration Returns