|
||||||||||
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.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 Table
definitionSource
- 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 Table
init
in class JdbcTable
PoemException
public final Column getIdColumn()
Id
Column
for this
Markup
Table
.
Column
prepro.FieldDef
public final Column getTextColumn()
Text
Column
for this
Markup
Table
.
Column
prepro.FieldDef
public Markup getMarkupObject(Integer troid)
Markup
as a Markup
.
troid
- a Table Row Oject ID
Persistent
identified by the troid
prepro.TableDef
public Markup getMarkupObject(int troid)
Markup
as a Markup
.
troid
- a Table Row Object ID
Persistent
identifiedprepro.TableDef
protected JdbcPersistent _newPersistent()
_newPersistent
in class JdbcTable
protected String defaultDisplayName()
defaultDisplayName
in class JdbcTable
protected String defaultDescription()
defaultDescription
in class JdbcTable
protected boolean defaultRememberAllTroids()
defaultRememberAllTroids
in class JdbcTable
protected Integer defaultCacheLimit()
defaultCacheLimit
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 |