BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches

This holds information on a User security group. More...

#include <BdsD.h>

Inheritance diagram for Bds::Group:
BObj

Public Member Functions

 Group (BUInt32 id=0, BString group=BString(), BString description=BString())
 
const char * getType () const
 
BError setMembers (BDictString &members)
 
BError setMember (BString name, BString value)
 
BError getMembers (BDictString &members)
 
BError getMember (BString name, BString &value)
 
- Public Member Functions inherited from BObj
 BObj ()
 
virtual ~BObj ()
 
virtual const char * getType () const
 
virtual const BObjMembergetMembers () const
 
virtual BError getMembers (BDictString &members)
 
virtual BError getMember (BString name, BString &value)
 
virtual BError setMembers (BDictString &members)
 
virtual BError setMember (BString name, BString value)
 
virtual void membersPrint () const
 
virtual BString getDebugString ()
 

Public Attributes

BUInt32 id
 The unique id.
 
BString group
 The Group name.
 
BString description
 The Groups description.
 

Detailed Description

This holds information on a User security group.

The BDS has the concept of a security group that users can belong to. This class defines that security group as stored in the database.

Constructor & Destructor Documentation

◆ Group()

Bds::Group::Group ( BUInt32  id = 0,
BString  group = BString(),
BString  description = BString() 
)

Member Function Documentation

◆ getType()

const char * Bds::Group::getType ( ) const
virtual

Reimplemented from BObj.

◆ setMembers()

BError Bds::Group::setMembers ( BDictString members)
virtual

Reimplemented from BObj.

◆ setMember()

BError Bds::Group::setMember ( BString  name,
BString  value 
)
virtual

Reimplemented from BObj.

◆ getMembers()

BError Bds::Group::getMembers ( BDictString members)
virtual

Reimplemented from BObj.

◆ getMember()

BError Bds::Group::getMember ( BString  name,
BString value 
)
virtual

Reimplemented from BObj.

Member Data Documentation

◆ id

BUInt32 Bds::Group::id

The unique id.

◆ group

BString Bds::Group::group

The Group name.

◆ description

BString Bds::Group::description

The Groups description.


The documentation for this class was generated from the following files: