|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.paneris.melati.site.model.generated.PageBase
public abstract class PageBase
Melati POEM generated abstract base class for a Persistent
Page Object.
see org.melati.poem.prepro.TableDef#generatePersistentBaseJava
| Field Summary | |
|---|---|
protected Boolean |
deleted
deleted - Soft delete |
protected Boolean |
display
display - Whether to display this page |
protected String |
displayname
Display Name - The full name used in the TITLE. |
protected Integer |
displayorder
Display order - A rank determining where the page appears in a list |
protected Integer |
id
id |
protected Timestamp |
lastencached
Last encached - When the page was encached; cleared when the page is updated |
protected String |
name
name - A file system name, no spaces or special characters |
protected Integer |
parent
parent - The parent page (empty for Home). |
protected Integer |
style
style - The name of the CSS class for this page |
protected Integer |
template
template - The name of the layout for this page |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
PageBase()
|
|
| Method Summary | |
|---|---|
Boolean |
getDeleted_unsafe()
Retrieves the Deleted value, without locking,
for this Page Persistent. |
Boolean |
getDeleted()
Retrieves the Deleted value, with locking, for this Page Persistent. |
org.melati.poem.Field<Boolean> |
getDeletedField()
Retrieves the Deleted value as a Field
from this Page Persistent. |
Boolean |
getDisplay_unsafe()
Retrieves the Display value, without locking,
for this Page Persistent. |
Boolean |
getDisplay()
Retrieves the Display value, with locking, for this Page Persistent. |
org.melati.poem.Field<Boolean> |
getDisplayField()
Retrieves the Display value as a Field
from this Page Persistent. |
String |
getDisplayname_unsafe()
Retrieves the Displayname value, without locking,
for this Page Persistent. |
String |
getDisplayname()
Retrieves the Displayname value, with locking, for this Page Persistent. |
org.melati.poem.Field<String> |
getDisplaynameField()
Retrieves the Displayname value as a Field
from this Page Persistent. |
Integer |
getDisplayorder_unsafe()
Retrieves the Displayorder value, without locking,
for this Page Persistent. |
Integer |
getDisplayorder()
Retrieves the Displayorder value, with locking, for this Page Persistent. |
org.melati.poem.Field<Integer> |
getDisplayorderField()
Retrieves the Displayorder value as a Field
from this Page Persistent. |
Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Page Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this Page Persistent. |
org.melati.poem.Field<Integer> |
getIdField()
Retrieves the Id value as a Field
from this Page Persistent. |
Timestamp |
getLastencached_unsafe()
Retrieves the Lastencached value, without locking,
for this Page Persistent. |
Timestamp |
getLastencached()
Retrieves the Lastencached value, with locking, for this Page Persistent. |
org.melati.poem.Field<Timestamp> |
getLastencachedField()
Retrieves the Lastencached value as a Field
from this Page Persistent. |
String |
getName_unsafe()
Retrieves the Name value, without locking,
for this Page Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this Page Persistent. |
org.melati.poem.Field<String> |
getNameField()
Retrieves the Name value as a Field
from this Page Persistent. |
List<Div> |
getPageDivList()
References to this Page in the Div table via its page field, as a List. |
Enumeration<Div> |
getPageDivs()
References to this Page in the Div table via its page field. |
List<Link> |
getPageLinkList()
References to this Page in the Link table via its page field, as a List. |
Enumeration<Link> |
getPageLinks()
References to this Page in the Link table via its page field. |
PageTable |
getPageTable()
Retrieves the PageTable table
which this Persistent is from. |
Integer |
getParent_unsafe()
Retrieves the Parent value, without locking,
for this Page Persistent. |
Page |
getParent()
Retrieves the Parent object referred to. |
org.melati.poem.Field<Integer> |
getParentField()
Retrieves the Parent value as a Field
from this Page Persistent. |
List<Page> |
getParentPageList()
References to this Page in the Page table via its parent field, as a List. |
Enumeration<Page> |
getParentPages()
References to this Page in the Page table via its parent field. |
Integer |
getParentTroid()
Retrieves the Table Row Object ID. |
SiteDatabaseTables |
getSiteDatabaseTables()
Retrieves the Database object. |
Integer |
getStyle_unsafe()
Retrieves the Style value, without locking,
for this Page Persistent. |
Style |
getStyle()
Retrieves the Style object referred to. |
org.melati.poem.Field<Integer> |
getStyleField()
Retrieves the Style value as a Field
from this Page Persistent. |
Integer |
getStyleTroid()
Retrieves the Table Row Object ID. |
Integer |
getTemplate_unsafe()
Retrieves the Template value, without locking,
for this Page Persistent. |
Template |
getTemplate()
Retrieves the Template object referred to. |
org.melati.poem.Field<Integer> |
getTemplateField()
Retrieves the Template value as a Field
from this Page Persistent. |
Integer |
getTemplateTroid()
Retrieves the Table Row Object ID. |
void |
setDeleted_unsafe(Boolean cooked)
Sets the Deleted value directly, without checking,
for this Page Persistent. |
void |
setDeleted(boolean cooked)
Sets the Deleted value, with checking,
from a boolean, for this
Page Persistent. |
void |
setDeleted(Boolean cooked)
Sets the Deleted value, with checking, for this
Page Persistent. |
void |
setDisplay_unsafe(Boolean cooked)
Sets the Display value directly, without checking,
for this Page Persistent. |
void |
setDisplay(boolean cooked)
Sets the Display value, with checking,
from a boolean, for this
Page Persistent. |
void |
setDisplay(Boolean cooked)
Sets the Display value, with checking, for this
Page Persistent. |
void |
setDisplayname_unsafe(String cooked)
Sets the Displayname value directly, without checking,
for this Page Persistent. |
void |
setDisplayname(String cooked)
Sets the Displayname value, with checking, for this
Page Persistent. |
void |
setDisplayorder_unsafe(Integer cooked)
Sets the Displayorder value directly, without checking,
for this Page Persistent. |
void |
setDisplayorder(int cooked)
Sets the Displayorder value, with checking, for this
Page Persistent. |
void |
setDisplayorder(Integer cooked)
Sets the Displayorder value, with checking, for this
Page Persistent. |
void |
setId_unsafe(Integer cooked)
Sets the Id value directly, without checking,
for this Page Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Page Persistent. |
void |
setId(Integer cooked)
Sets the Id value, with checking, for this
Page Persistent. |
void |
setLastencached_unsafe(Timestamp cooked)
Sets the Lastencached value directly, without checking,
for this Page Persistent. |
void |
setLastencached(Timestamp cooked)
Sets the Lastencached value, with checking, for this
Page Persistent. |
void |
setName_unsafe(String cooked)
Sets the Name value directly, without checking,
for this Page Persistent. |
void |
setName(String cooked)
Sets the Name value, with checking, for this
Page Persistent. |
void |
setParent_unsafe(Integer cooked)
Sets the Parent value directly, without checking,
for this Page Persistent. |
void |
setParent(Page cooked)
Set the Parent. |
void |
setParentTroid(Integer raw)
Sets the Table Row Object ID. |
void |
setStyle_unsafe(Integer cooked)
Sets the Style value directly, without checking,
for this Page Persistent. |
void |
setStyle(Style cooked)
Set the Style. |
void |
setStyleTroid(Integer raw)
Sets the Table Row Object ID. |
void |
setTemplate_unsafe(Integer cooked)
Sets the Template value directly, without checking,
for this Page Persistent. |
void |
setTemplate(Template cooked)
Set the Template. |
void |
setTemplateTroid(Integer raw)
Sets the Table Row Object ID. |
| Methods inherited from class org.melati.poem.JdbcPersistent |
|---|
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock |
| Methods inherited from class org.melati.poem.transaction.Transactioned |
|---|
markValid, reset, setTransactionPool, transactionPool, unSee |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Integer id
protected String name
protected String displayname
protected Integer displayorder
protected Boolean display
protected Boolean deleted
protected Timestamp lastencached
protected Integer parent
protected Integer template
protected Integer style
| Constructor Detail |
|---|
public PageBase()
| Method Detail |
|---|
public SiteDatabaseTables getSiteDatabaseTables()
public PageTable getPageTable()
PageTable table
which this Persistent is from.
see org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public Integer getId_unsafe()
Id value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Integer getId()
throws org.melati.poem.AccessPoemException
Page Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Id for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Page Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setId(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Page Persistent.
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field<Integer> getIdField()
throws org.melati.poem.AccessPoemException
Id value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic String getName_unsafe()
Name value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setName_unsafe(String cooked)
Name value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public String getName()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
A file system name, no spaces or special characters
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
getName in interface org.melati.poem.TreeablegetName in class org.melati.poem.JdbcPersistentName for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setName(String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Name value, with checking, for this
Page Persistent.
Field description:
A file system name, no spaces or special characters
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field<String> getNameField()
throws org.melati.poem.AccessPoemException
Name value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic String getDisplayname_unsafe()
Displayname value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDisplayname_unsafe(String cooked)
Displayname value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public String getDisplayname()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
The full name used in the TITLE.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Displayname for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplayname(String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Displayname value, with checking, for this
Page Persistent.
Field description:
The full name used in the TITLE.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field<String> getDisplaynameField()
throws org.melati.poem.AccessPoemException
Displayname value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getDisplayorder_unsafe()
Displayorder value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDisplayorder_unsafe(Integer cooked)
Displayorder value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Integer getDisplayorder()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
A rank determining where the page appears in a list
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Displayorder for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplayorder(Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Displayorder value, with checking, for this
Page Persistent.
Field description:
A rank determining where the page appears in a list
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setDisplayorder(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Displayorder value, with checking, for this
Page Persistent.
Field description:
A rank determining where the page appears in a list
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field<Integer> getDisplayorderField()
throws org.melati.poem.AccessPoemException
Displayorder value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Boolean getDisplay_unsafe()
Display value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDisplay_unsafe(Boolean cooked)
Display value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Boolean getDisplay()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
Whether to display this page
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Display for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplay(Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Display value, with checking, for this
Page Persistent.
Field description:
Whether to display this page
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setDisplay(boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Display value, with checking,
from a boolean, for this
Page Persistent.
Field description:
Whether to display this page
Generated by org.melati.poem.prepro.BooleanFieldDef#generateBaseMethods
cooked - a boolean
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field<Boolean> getDisplayField()
throws org.melati.poem.AccessPoemException
Display value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Boolean getDeleted_unsafe()
Deleted value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDeleted_unsafe(Boolean cooked)
Deleted value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Boolean getDeleted()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
Soft delete
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Deleted for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDeleted(Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Deleted value, with checking, for this
Page Persistent.
Field description:
Soft delete
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setDeleted(boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Deleted value, with checking,
from a boolean, for this
Page Persistent.
Field description:
Soft delete
Generated by org.melati.poem.prepro.BooleanFieldDef#generateBaseMethods
cooked - a boolean
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field<Boolean> getDeletedField()
throws org.melati.poem.AccessPoemException
Deleted value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Timestamp getLastencached_unsafe()
Lastencached value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setLastencached_unsafe(Timestamp cooked)
Lastencached value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Timestamp getLastencached()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
When the page was encached; cleared when the page is updated
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Lastencached for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setLastencached(Timestamp cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Lastencached value, with checking, for this
Page Persistent.
Field description:
When the page was encached; cleared when the page is updated
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field<Timestamp> getLastencachedField()
throws org.melati.poem.AccessPoemException
Lastencached value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getParent_unsafe()
Parent value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setParent_unsafe(Integer cooked)
Parent value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Integer getParentTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setParentTroid(Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public Page getParent()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Parent object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods
Parent as a Page
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setParent(Page cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated Page
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field<Integer> getParentField()
throws org.melati.poem.AccessPoemException
Parent value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getTemplate_unsafe()
Template value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setTemplate_unsafe(Integer cooked)
Template value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Integer getTemplateTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setTemplateTroid(Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public Template getTemplate()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Template object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods
Template as a Template
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setTemplate(Template cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated Template
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field<Integer> getTemplateField()
throws org.melati.poem.AccessPoemException
Template value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getStyle_unsafe()
Style value, without locking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setStyle_unsafe(Integer cooked)
Style value directly, without checking,
for this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Integer getStyleTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setStyleTroid(Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public Style getStyle()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Style object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods
Style as a Style
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setStyle(Style cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated Style
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field<Integer> getStyleField()
throws org.melati.poem.AccessPoemException
Style value as a Field
from this Page Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Enumeration<Page> getParentPages()
public List<Page> getParentPageList()
public Enumeration<Div> getPageDivs()
public List<Div> getPageDivList()
public Enumeration<Link> getPageLinks()
public List<Link> getPageLinkList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||