Definition at line 69 of file osbaccess-gw.h.
void OSB_DB::ModAccessGw::fetch | ( | const Session & | session, | |
OSB_LIB::ModAccessMap & | accessMap | |||
) |
Read all access rights for a module.
session | Database session to use. | |
accessMap | The module access list to populate, its module id must be set. |
bool OSB_DB::ModAccessGw::fetch | ( | const Session & | session, | |
OSB_LIB::ModAccess & | modAccess | |||
) |
Read a module access right.
session | Database session to use. | |
modAccess | The module access right to read, its object id must be set. |
void OSB_DB::ModAccessGw::insert | ( | const Session & | session, | |
OSB_LIB::ModAccess & | modAccess | |||
) | [private] |
Create a module access.
session | Database session to use. | |
modAccess | Module access to create, its object id is set by the function. |
OsbException | if the insertion of modAccess fails. |
bool OSB_DB::ModAccessGw::remove | ( | const Session & | session, | |
const OSB_LIB::ModAccess & | modAccess | |||
) | [private] |
Delete a module access.
session | Database session to use. | |
modAccess | Module access to delete. |
bool OSB_DB::ModAccessGw::updTag | ( | const Session & | session, | |
const OSB_LIB::ModAccess & | modAccess | |||
) | [private] |
Update the access identifier for a module access.
session | Database session to use. | |
modAccess | Module access who's tag is to update. |
friend class OSB_LIB::ModAccess [friend] |