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

java.lang.Objectorg.melati.poem.JdbcTable
org.melati.admin.test.AdminTestTable
org.melati.admin.test.generated.MarkupTableBase
public class MarkupTableBase
Melati POEM generated base class for
Table Markup.
prepro.TableDef| Constructor Summary | |
|---|---|
MarkupTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor. |
|
| Method Summary | |
|---|---|
protected JdbcPersistent |
_newPersistent()
|
protected Integer |
defaultCacheLimit()
|
protected String |
defaultCategory()
|
protected String |
defaultDescription()
|
protected String |
defaultDisplayName()
|
protected int |
defaultDisplayOrder()
|
protected boolean |
defaultRememberAllTroids()
|
AdminTestDatabaseTables |
getAdminTestDatabaseTables()
Get the database tables. |
Column |
getIdColumn()
Retrieves the Id Column for this
Markup Table. |
Markup |
getMarkupObject(int troid)
Retrieve the Markup
as a Markup. |
Markup |
getMarkupObject(Integer troid)
Retrieve the Markup as a Markup. |
Column |
getTextColumn()
Retrieves the Text Column for this
Markup Table. |
void |
init()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MarkupTableBase(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 wrongprepro.TableDef| Method Detail |
|---|
public AdminTestDatabaseTables getAdminTestDatabaseTables()
prepro.TableDef
public void init()
throws PoemException
init in interface Tableinit in class JdbcTablePoemExceptionpublic final Column getIdColumn()
Id Column for this
Markup Table.
Columnprepro.FieldDefpublic final Column getTextColumn()
Text Column for this
Markup Table.
Columnprepro.FieldDefpublic Markup getMarkupObject(Integer troid)
Markup as a Markup.
troid - a Table Row Oject ID
Persistent identified by the troidprepro.TableDefpublic Markup getMarkupObject(int troid)
Markup
as a Markup.
troid - a Table Row Object ID
Persistent identifiedprepro.TableDefprotected JdbcPersistent _newPersistent()
_newPersistent in class JdbcTableprotected String defaultDisplayName()
defaultDisplayName in class JdbcTableprotected String defaultDescription()
defaultDescription in class JdbcTableprotected boolean defaultRememberAllTroids()
defaultRememberAllTroids in class JdbcTableprotected Integer defaultCacheLimit()
defaultCacheLimit 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 | |||||||||