|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.melati.poem.JdbcTable
org.melati.poem.PoemTable
org.melati.poem.generated.GroupCapabilityTableBase
public class GroupCapabilityTableBase
Melati POEM generated base class for
Table GroupCapability.
TableDef| Constructor Summary | |
|---|---|
GroupCapabilityTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor. |
|
| Method Summary | |
|---|---|
protected JdbcPersistent |
_newPersistent()
A freshly minted, and uninitialised, Persistent object for the table. |
protected String |
defaultCategory()
|
protected String |
defaultDescription()
The `factory-default' description for the table, or null if it doesn't have one. |
protected String |
defaultDisplayName()
The `factory-default' display name for the table. |
protected int |
defaultDisplayOrder()
|
Column |
getCapabilityColumn()
Retrieves the Capability Column for this
GroupCapability Table. |
GroupCapability |
getGroupCapabilityObject(int troid)
Retrieve the GroupCapability
as a GroupCapability. |
GroupCapability |
getGroupCapabilityObject(Integer troid)
Retrieve the GroupCapability as a GroupCapability. |
Column |
getGroupColumn()
Retrieves the Group Column for this
GroupCapability Table. |
Column |
getIdColumn()
Retrieves the Id Column for this
GroupCapability Table. |
PoemDatabaseTables |
getPoemDatabaseTables()
Get the database tables. |
void |
init()
Override this to perform pre-unification initialisation. |
| Methods inherited from class org.melati.poem.PoemTable |
|---|
postInitialise |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupCapabilityTableBase(Database database,
String name,
DefinitionSource definitionSource)
throws PoemException
database - the POEM database we are usingname - the name of this TabledefinitionSource - which definition is being used
PoemException - if anything goes wrongTableDef| Method Detail |
|---|
public PoemDatabaseTables getPoemDatabaseTables()
TableDef
public void init()
throws PoemException
JdbcTable
init in interface Tableinit in class JdbcTablePoemExceptionpublic final Column getIdColumn()
Id Column for this
GroupCapability Table.
ColumnFieldDefpublic final Column getGroupColumn()
Group Column for this
GroupCapability Table.
ColumnFieldDefpublic final Column getCapabilityColumn()
Capability Column for this
GroupCapability Table.
ColumnFieldDefpublic GroupCapability getGroupCapabilityObject(Integer troid)
GroupCapability as a GroupCapability.
troid - a Table Row Oject ID
Persistent identified by the troidTableDefpublic GroupCapability getGroupCapabilityObject(int troid)
GroupCapability
as a GroupCapability.
troid - a Table Row Object ID
Persistent identifiedTableDefprotected JdbcPersistent _newPersistent()
JdbcTable
_newPersistent in class JdbcTableprotected String defaultDisplayName()
JdbcTable
defaultDisplayName in class JdbcTableprotected String defaultDescription()
JdbcTable
defaultDescription in class JdbcTableprotected String defaultCategory()
defaultCategory in class JdbcTableprotected int defaultDisplayOrder()
defaultDisplayOrder in class JdbcTable
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||