|
||||||||||
| 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.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Field Summary | |
|---|---|
protected java.lang.Boolean |
deleted
deleted - Soft delete |
protected java.lang.Boolean |
display
display - Whether to display this page |
protected java.lang.String |
displayname
Display Name - The full name used in the TITLE. |
protected java.lang.Integer |
displayorder
Display order - A rank determining where the page appears in a list |
protected java.lang.Integer |
id
id |
protected java.sql.Timestamp |
lastencached
Last encached - When the page was encached; cleared when the page is updated |
protected java.lang.String |
name
name - A file system name, no spaces or special characters |
protected java.lang.Integer |
parent
parent - The parent page (empty for Home). |
protected java.lang.Integer |
style
style - The name of the CSS class for this page |
protected java.lang.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 | |
|---|---|
java.lang.Boolean |
getDeleted_unsafe()
Retrieves the Deleted value, without locking,
for this Page Persistent. |
java.lang.Boolean |
getDeleted()
Retrieves the Deleted value, with locking, for this Page Persistent. |
org.melati.poem.Field |
getDeletedField()
Retrieves the Deleted value as a Field
from this Page Persistent. |
java.lang.Boolean |
getDisplay_unsafe()
Retrieves the Display value, without locking,
for this Page Persistent. |
java.lang.Boolean |
getDisplay()
Retrieves the Display value, with locking, for this Page Persistent. |
org.melati.poem.Field |
getDisplayField()
Retrieves the Display value as a Field
from this Page Persistent. |
java.lang.String |
getDisplayname_unsafe()
Retrieves the Displayname value, without locking,
for this Page Persistent. |
java.lang.String |
getDisplayname()
Retrieves the Displayname value, with locking, for this Page Persistent. |
org.melati.poem.Field |
getDisplaynameField()
Retrieves the Displayname value as a Field
from this Page Persistent. |
java.lang.Integer |
getDisplayorder_unsafe()
Retrieves the Displayorder value, without locking,
for this Page Persistent. |
java.lang.Integer |
getDisplayorder()
Retrieves the Displayorder value, with locking, for this Page Persistent. |
org.melati.poem.Field |
getDisplayorderField()
Retrieves the Displayorder value as a Field
from this Page Persistent. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Page Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Page Persistent. |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Page Persistent. |
java.sql.Timestamp |
getLastencached_unsafe()
Retrieves the Lastencached value, without locking,
for this Page Persistent. |
java.sql.Timestamp |
getLastencached()
Retrieves the Lastencached value, with locking, for this Page Persistent. |
org.melati.poem.Field |
getLastencachedField()
Retrieves the Lastencached value as a Field
from this Page Persistent. |
java.lang.String |
getName_unsafe()
Retrieves the Name value, without locking,
for this Page Persistent. |
java.lang.String |
getName()
Retrieves the Name value, with locking, for this Page Persistent. |
org.melati.poem.Field |
getNameField()
Retrieves the Name value as a Field
from this Page Persistent. |
PageTable |
getPageTable()
Retrieves the PageTable table
which this Persistent is from. |
java.lang.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 |
getParentField()
Retrieves the Parent value as a Field
from this Page Persistent. |
java.lang.Integer |
getParentTroid()
Retrieves the Table Row Object ID. |
SiteDatabaseTables |
getSiteDatabaseTables()
Retrieves the Database object. |
java.lang.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 |
getStyleField()
Retrieves the Style value as a Field
from this Page Persistent. |
java.lang.Integer |
getStyleTroid()
Retrieves the Table Row Object ID. |
java.lang.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 |
getTemplateField()
Retrieves the Template value as a Field
from this Page Persistent. |
java.lang.Integer |
getTemplateTroid()
Retrieves the Table Row Object ID. |
void |
setDeleted_unsafe(java.lang.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(java.lang.Boolean cooked)
Sets the Deleted value, with checking, for this
Page Persistent. |
void |
setDisplay_unsafe(java.lang.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(java.lang.Boolean cooked)
Sets the Display value, with checking, for this
Page Persistent. |
void |
setDisplayname_unsafe(java.lang.String cooked)
Sets the Displayname value directly, without checking,
for this Page Persistent. |
void |
setDisplayname(java.lang.String cooked)
Sets the Displayname value, with checking, for this
Page Persistent. |
void |
setDisplayorder_unsafe(java.lang.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(java.lang.Integer cooked)
Sets the Displayorder value, with checking, for this
Page Persistent. |
void |
setId_unsafe(java.lang.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(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Page Persistent. |
void |
setLastencached_unsafe(java.sql.Timestamp cooked)
Sets the Lastencached value directly, without checking,
for this Page Persistent. |
void |
setLastencached(java.sql.Timestamp cooked)
Sets the Lastencached value, with checking, for this
Page Persistent. |
void |
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking,
for this Page Persistent. |
void |
setName(java.lang.String cooked)
Sets the Name value, with checking, for this
Page Persistent. |
void |
setParent_unsafe(java.lang.Integer cooked)
Sets the Parent value directly, without checking,
for this Page Persistent. |
void |
setParent(Page cooked)
Set the Parent. |
void |
setParentTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setStyle_unsafe(java.lang.Integer cooked)
Sets the Style value directly, without checking,
for this Page Persistent. |
void |
setStyle(Style cooked)
Set the Style. |
void |
setStyleTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setTemplate_unsafe(java.lang.Integer cooked)
Sets the Template value directly, without checking,
for this Page Persistent. |
void |
setTemplate(Template cooked)
Set the Template. |
void |
setTemplateTroid(java.lang.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 java.lang.Integer id
protected java.lang.String name
protected java.lang.String displayname
protected java.lang.Integer displayorder
protected java.lang.Boolean display
protected java.lang.Boolean deleted
protected java.sql.Timestamp lastencached
protected java.lang.Integer parent
protected java.lang.Integer template
protected java.lang.Integer style
| Constructor Detail |
|---|
public PageBase()
| Method Detail |
|---|
public SiteDatabaseTables getSiteDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic PageTable getPageTable()
PageTable table
which this Persistent is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic java.lang.Integer getId_unsafe()
Id value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId()
throws org.melati.poem.AccessPoemException
Page Persistent.
Id for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Page Persistent.
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.
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 getIdField()
throws org.melati.poem.AccessPoemException
Id value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getName_unsafe()
Name value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(java.lang.String cooked)
Name value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getName()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
A file system name, no spaces or special characters
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(java.lang.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
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 getNameField()
throws org.melati.poem.AccessPoemException
Name value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getDisplayname_unsafe()
Displayname value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayname_unsafe(java.lang.String cooked)
Displayname value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getDisplayname()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
The full name used in the TITLE.
Displayname for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplayname(java.lang.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.
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 getDisplaynameField()
throws org.melati.poem.AccessPoemException
Displayname value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getDisplayorder_unsafe()
Displayorder value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayorder_unsafe(java.lang.Integer cooked)
Displayorder value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getDisplayorder()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
A rank determining where the page appears in a list
Displayorder for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplayorder(java.lang.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
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
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 getDisplayorderField()
throws org.melati.poem.AccessPoemException
Displayorder value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Boolean getDisplay_unsafe()
Display value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplay_unsafe(java.lang.Boolean cooked)
Display value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getDisplay()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
Whether to display this page
Display for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplay(java.lang.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
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
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 getDisplayField()
throws org.melati.poem.AccessPoemException
Display value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Boolean getDeleted_unsafe()
Deleted value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDeleted_unsafe(java.lang.Boolean cooked)
Deleted value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getDeleted()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
Soft delete
Deleted for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDeleted(java.lang.Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Deleted value, with checking, for this
Page Persistent.
Field description:
Soft delete
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
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 getDeletedField()
throws org.melati.poem.AccessPoemException
Deleted value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.sql.Timestamp getLastencached_unsafe()
Lastencached value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setLastencached_unsafe(java.sql.Timestamp cooked)
Lastencached value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.sql.Timestamp getLastencached()
throws org.melati.poem.AccessPoemException
Page Persistent.
Field description:
When the page was encached; cleared when the page is updated
Lastencached for this
Page Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setLastencached(java.sql.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
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 getLastencachedField()
throws org.melati.poem.AccessPoemException
Lastencached value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getParent_unsafe()
Parent value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setParent_unsafe(java.lang.Integer cooked)
Parent value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.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(java.lang.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.
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 getParentField()
throws org.melati.poem.AccessPoemException
Parent value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getTemplate_unsafe()
Template value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setTemplate_unsafe(java.lang.Integer cooked)
Template value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.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(java.lang.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.
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 getTemplateField()
throws org.melati.poem.AccessPoemException
Template value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getStyle_unsafe()
Style value, without locking,
for this Page Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setStyle_unsafe(java.lang.Integer cooked)
Style value directly, without checking,
for this Page Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.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(java.lang.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.
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 getStyleField()
throws org.melati.poem.AccessPoemException
Style value as a Field
from this Page Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||