c_SSPUserData

Methods


<static> getUserPreference( tag ) → {*}

Description

Get a user preference record

Parameters
Name Type Description
tag string

Tag name of the preference

Returns

<static> setUserPreference( tag, value )

Description

Set or create a user preference record

Parameters
Name Type Description
tag string

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
userSysId sys_id
Returns

<static> getUser( userSysId ) → {UserConfiguration}

Description

Returns a Partial of the User configuration (data record only)

Parameters
Name Type Description
userSysId sys_id

<static> lookupUser( filter, user ) → {Array.<ListItem>}

Description

Search for a user

Parameters
Name Type Description
filter FilterOptions
user UserConfiguration
Returns