|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.JdbcTable org.melati.example.contacts.ContactsTable org.melati.example.contacts.generated.CategoryTableBase
public class CategoryTableBase
Melati POEM generated base class for
Table
Category
.
TableDef.generateTableBaseJava(java.io.Writer)
Constructor Summary | |
---|---|
CategoryTableBase(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 int |
defaultDisplayOrder()
|
Category |
getCategoryObject(int troid)
Retrieve the Category
as a Category . |
Category |
getCategoryObject(Integer troid)
Retrieve the Category as a Category . |
ContactsDatabaseTables |
getContactsDatabaseTables()
Get the database tables. |
Column |
getIdColumn()
Retrieves the Id Column for this
Category Table . |
Column |
getNameColumn()
Retrieves the Name Column for this
Category Table . |
void |
init()
Override this to perform pre-unification initialisation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CategoryTableBase(Database database, String name, DefinitionSource definitionSource) throws PoemException
database
- the POEM database we are usingname
- the name of this Table
definitionSource
- which definition is being used
PoemException
- if anything goes wrongTableDef.generateTableBaseJava(java.io.Writer)
Method Detail |
---|
public ContactsDatabaseTables getContactsDatabaseTables()
TableDef.generateTableBaseJava(java.io.Writer)
public void init() throws PoemException
JdbcTable
init
in interface Table
init
in class JdbcTable
PoemException
public final Column getIdColumn()
Id
Column
for this
Category
Table
.
Column
FieldDef.generateColAccessor(java.io.Writer)
public final Column getNameColumn()
Name
Column
for this
Category
Table
.
Column
FieldDef.generateColAccessor(java.io.Writer)
public Category getCategoryObject(Integer troid)
Category
as a Category
.
troid
- a Table Row Oject ID
Persistent
identified by the troid
TableDef.generateTableBaseJava(java.io.Writer)
public Category getCategoryObject(int troid)
Category
as a Category
.
troid
- a Table Row Object ID
Persistent
identifiedTableDef.generateTableBaseJava(java.io.Writer)
protected JdbcPersistent _newPersistent()
JdbcTable
_newPersistent
in class JdbcTable
protected String defaultDescription()
JdbcTable
defaultDescription
in class JdbcTable
protected String defaultCategory()
defaultCategory
in class JdbcTable
protected int defaultDisplayOrder()
defaultDisplayOrder
in class JdbcTable
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |