public class GroupCapabilityTable<T extends GroupCapability> extends GroupCapabilityTableBase<T>
Table of GroupCapabilitys.
Every Melati DB has this table.
This table will contain at least the tuple
Melati database administrators:_administer_.
Melati POEM generated, programmer modifiable stub
for a GroupCapabilityTable object.
Description: A record that users belonging to a given group possess a given capability.
| Name | Type | Description |
|---|---|---|
| id | Integer | The Table Row Object ID |
| group | Group | The user-group which has the capability |
| capability | Capability | The capability |
| Constructor and Description |
|---|
GroupCapabilityTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GroupCapability |
ensure(Group group,
Capability capability)
Make sure that a record exists.
|
void |
postInitialise()
Apply default protection to this table
if it has not already been protected.
|
defaultCategory, defaultDescription, defaultDisplayName, defaultDisplayOrder, getCapabilityColumn, getGroupCapabilityObject, getGroupCapabilityObject, getGroupColumn, getIdColumn, getPoemDatabaseTables, initaddColumnAndCommit, addListener, appendWhereClause, cachedCount, cachedCount, cachedCount, cachedCount, cachedCount, cachedCount, cachedExists, cachedSelection, cachedSelectionField, cachedSelectionType, canDeleteColumn, canReadColumn, canSelectColumn, canWriteColumn, clearColumnInfoCaches, cnfWhereClause, cnfWhereClause, columns, columnWithColumnInfoID, count, count, count, count, countSQL, countSQL, create, create, createTableInfo, dbAddConstraints, dbModifyStructure, defaultCacheLimit, defaultOrderByClause, defaultRememberAllTroids, defineColumn, delete_unsafe, delete, deleteColumnAndCommit, deletedColumn, displayColumn, displayColumns, displayColumnsCount, dump, dump, dumpCacheAnalysis, equals, exists, exists, extrasCount, firstSelection, getCacheInfo, getCanCreate, getCategory, getColumn, getColumns, getColumnsCount, getDatabase, getDbmsTableType, getDefaultCanDelete, getDefaultCanRead, getDefaultCanWrite, getDescription, getDetailDisplayColumns, getDetailDisplayColumnsCount, getDisplayName, getInfo, getMostRecentTroid, getName, getNextExtrasIndex, getObject, getObject, getRecordDisplayColumns, getRecordDisplayColumnsCount, getSearchCriterionColumns, getSearchCriterionColumnsCount, getSummaryDisplayColumns, getSummaryDisplayColumnsCount, getTableInfo, hashCode, invalidateTransactionStuffs, load, maybeFirst, newPersistent, notifyColumnInfo, notifyTouched, primaryCriterionColumn, quotedName, readLock, referencesTo, referencesTo, rememberAllTroids, selection, selection, selection, selection, selection, selection, selectionSQL, serial, setCacheLimit, setDisplayColumn, setSearchColumn, setTableInfo, tableInfoID, toString, trimCache, troidColumn, troidFor, troidSelection, troidSelection, troidSelection, uncache, unifyWithColumnInfo, unifyWithDB, unifyWithMetadata, whereClause, whereClause, writeDownpublic GroupCapabilityTable(Database database, String name, DefinitionSource definitionSource) throws PoemException
database - the POEM database we are usingname - the name of this TabledefinitionSource - which definition is being usedPoemException - if anything goes wrongpublic void postInitialise()
PoemTablepostInitialise in interface Table<T extends GroupCapability>postInitialise in class PoemTable<T extends GroupCapability>JdbcTable.notifyColumnInfo(ColumnInfo),
JdbcTable.clearColumnInfoCaches()public GroupCapability ensure(Group group, Capability capability)
GroupCapabilityCopyright © 2000–2021 PanEris. All rights reserved.