Routines for pro_dbbr.kb


GetAccessProfile

File Name

pro_dbbr.kb

Syntax

GetAccessProfile(VAL access_id: STRING): ProfileRecord)

Parameters

user_id - string

Returns

String

Side Effects

None

Description

This function returns the profile record for this user ID.

Dialog Forms Called

None


GetGroupProfile

File Name

pro_dbbr.kb

Syntax

GetGroupProfile(VAL group_id: STRING): ProfileRecord

Parameters

group_id - string

Returns

String

Side Effects

None

Description

This function returns the profile record for this group ID.

Dialog Forms Called

None


GetProfile

File Name

pro_dbbr.kb

Syntax

GetProfile(VAL profile_id: INTEGER): ProfileRecord

Parameters

profile_id - Integer

Returns

String

Side Effects

None

Description

This function returns the a profile record. The profile ID is unique on this table.

Dialog Forms Called

None


GetProfileAssignments

File Name

pro_dbbr.kb

Syntax

GetProfileAssignments(VAL profile: ProfileRecord): LIST OF ProfileAssignRecord

Parameters

profile - profileRecord

Returns

List of string

Side Effects

None

Description

This function returns the list of records from the profile_assign table. This will allow the user to get the list of assignments for this profile.

Dialog Forms Called

None


GetProfileByName

File Name

pro_dbbr.kb

Syntax

GetProfileByName(VAL profile_name: STRING): ProfileRecor

Parameters

profile_name - String

Returns

String

Side Effects

None

Description

This function returns a profile record. The profile name is unique on this table.

Dialog Forms Called

None


GetProfileEntityList

File Name

pro_dbbr.kb

Syntax

GetProfileEntityList(VAL profile: ProfileRecord): LIST OF ProfileEntityRecord

Parameters

profile - profileRecord

Returns

List of string

Side Effects

None

Description

This function returns the list of records from the profile_entity table. This will allow the user to get the list of entities for this profile.

Dialog Forms Called

None


GetSystemProfile

File Name

pro_dbbr.kb

Syntax

GetSystemProfile: ProfileRecord

Parameters

None

Returns

String

Side Effects

None

Description

This function returns the system default profile record.

Dialog Forms Called

None


GetUserProfile

File Name

pro_dbbr.kb

Syntax

GetUserProfile(VAL user_id: STRING): ProfileRecord

Parameters

user_id - string

Returns

String

Side Effects

None

Description

This function returns the profile record for this user ID.

Dialog Forms Called

None


LoadAllProfiles

File Name

pro_dbbr.kb

Syntax

LoadAllProfiles: LIST OF ProfileEventRec

Parameters

None

Returns

String

Side Effects

None

Description

This function returns a list of all profiles.

Dialog Forms Called

None


LoadLocalUsers

File Name

pro_dbbr.kb

Syntax

LoadLocalEndUsers: List of String

Parameters

None

Returns

List of string

Side Effects

None

Description

This function will populate the List of string reference parameter with all local users active in the system.

Dialog Forms Called

None