public interface PoemDatabaseTablesBase
| Modifier and Type | Method and Description |
|---|---|
CapabilityTable<Capability> |
getCapabilityTable()
Retrieves the CapabilityTable table.
|
ColumnInfoTable<ColumnInfo> |
getColumnInfoTable()
Retrieves the ColumnInfoTable table.
|
GroupCapabilityTable<GroupCapability> |
getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.
|
GroupMembershipTable<GroupMembership> |
getGroupMembershipTable()
Retrieves the GroupMembershipTable table.
|
GroupTable<Group> |
getGroupTable()
Retrieves the GroupTable table.
|
SettingTable<Setting> |
getSettingTable()
Retrieves the SettingTable table.
|
TableCategoryTable<TableCategory> |
getTableCategoryTable()
Retrieves the TableCategoryTable table.
|
TableInfoTable<TableInfo> |
getTableInfoTable()
Retrieves the TableInfoTable table.
|
UserTable<User> |
getUserTable()
Retrieves the UserTable table.
|
UserTable<User> getUserTable()
GroupTable<Group> getGroupTable()
CapabilityTable<Capability> getCapabilityTable()
GroupMembershipTable<GroupMembership> getGroupMembershipTable()
GroupCapabilityTable<GroupCapability> getGroupCapabilityTable()
TableCategoryTable<TableCategory> getTableCategoryTable()
TableInfoTable<TableInfo> getTableInfoTable()
ColumnInfoTable<ColumnInfo> getColumnInfoTable()
SettingTable<Setting> getSettingTable()
Copyright © 2000–2021 PanEris. All rights reserved.