Users

A person who uses the systemSystem is referred to as UserUser in the systemSystem. Every userUser in the systemSystem is a member of some groupGroup. Powers of a userUser in the systemSystem like whether he can create a userUser or he can add data classData Class to the systemSystem depend upon the privileges Privileges that userUser has. The only userUser that is created by default, while creating a Cabinet is given the name as Supervisor and is a member of the 3 groupGroups Everyone, Supervisor, Public and has all the pPrivileges.

 

NGOAddUser

Add User to systemSystem.

NGOGetUserListExt

Get User listList.

NGODeleteUser

Delete User from the systemSystem.

NGOIsAdmin

Check whether the User is admin.

NGOChangeUserProperty

Change properties of User.

NGOGetUserProperty

Get property of User.

NGOSearchUser

Search for Users in the systemSystem.

NGOGetLoggedInUserLIst

Get list of currently logged in User in the cabinetCabinet.

NGOGetShortUserProperty

Get short properties for multiple UserUsers.

NGOCreateUserTable

Creates a User-defined table in the database.

NGODropUserTable

Drops the User Table created by using NGOCreateTable call.

NGOUserSQL

Performs basic operations like Insert, Delete, Modify, Select on User-defined Ttables.

NGOValidateUserForSession

Validates a User for a specified Session.