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

java.lang.Objectorg.melati.poem.JdbcTable
org.melati.example.contacts.ContactsTable
org.melati.example.contacts.generated.ContactCategoryTableBase
public class ContactCategoryTableBase
Melati POEM generated base class for
Table ContactCategory.
TableDef| Constructor Summary | |
|---|---|
ContactCategoryTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor. |
|
| Method Summary | |
|---|---|
protected JdbcPersistent |
_newPersistent()
|
protected String |
defaultCategory()
|
protected String |
defaultDescription()
|
protected int |
defaultDisplayOrder()
|
Column |
getCategoryColumn()
Retrieves the Category Column for this
ContactCategory Table. |
ContactCategory |
getContactCategoryObject(int troid)
Retrieve the ContactCategory
as a ContactCategory. |
ContactCategory |
getContactCategoryObject(Integer troid)
Retrieve the ContactCategory as a ContactCategory. |
Column |
getContactColumn()
Retrieves the Contact Column for this
ContactCategory Table. |
ContactsDatabaseTables |
getContactsDatabaseTables()
Get the database tables. |
Column |
getIdColumn()
Retrieves the Id Column for this
ContactCategory Table. |
void |
init()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContactCategoryTableBase(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 ContactsDatabaseTables getContactsDatabaseTables()
TableDef
public void init()
throws PoemException
init in interface Tableinit in class JdbcTablePoemExceptionpublic final Column getIdColumn()
Id Column for this
ContactCategory Table.
ColumnFieldDefpublic final Column getCategoryColumn()
Category Column for this
ContactCategory Table.
ColumnFieldDefpublic final Column getContactColumn()
Contact Column for this
ContactCategory Table.
ColumnFieldDefpublic ContactCategory getContactCategoryObject(Integer troid)
ContactCategory as a ContactCategory.
troid - a Table Row Oject ID
Persistent identified by the troidTableDefpublic ContactCategory getContactCategoryObject(int troid)
ContactCategory
as a ContactCategory.
troid - a Table Row Object ID
Persistent identifiedTableDefprotected JdbcPersistent _newPersistent()
_newPersistent in class JdbcTableprotected String defaultDescription()
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 | |||||||||