org.paneris.melati.site.model.generated
Class PageBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.melati.site.model.generated.PageBase
All Implemented Interfaces:
Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable
Direct Known Subclasses:
Page

public abstract class PageBase
extends org.melati.poem.JdbcPersistent

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

id

protected Integer id
id


name

protected String name
name - A file system name, no spaces or special characters


displayname

protected String displayname
Display Name - The full name used in the TITLE.


displayorder

protected Integer displayorder
Display order - A rank determining where the page appears in a list


display

protected Boolean display
display - Whether to display this page


deleted

protected Boolean deleted
deleted - Soft delete


lastencached

protected Timestamp lastencached
Last encached - When the page was encached; cleared when the page is updated


parent

protected Integer parent
parent - The parent page (empty for Home).


template

protected Integer template
template - The name of the layout for this page


style

protected Integer style
style - The name of the CSS class for this page

Constructor Detail

PageBase

public PageBase()
Method Detail

getSiteDatabaseTables

public SiteDatabaseTables getSiteDatabaseTables()
Retrieves the Database object. see org.melati.poem.prepro.TableDef#generatePersistentBaseJava

Returns:
the database

getPageTable

public PageTable getPageTable()
Retrieves the PageTable table which this Persistent is from. see org.melati.poem.prepro.TableDef#generatePersistentBaseJava

Returns:
the PageTable

getId_unsafe

public Integer getId_unsafe()
Retrieves the Id value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Integer id

setId_unsafe

public void setId_unsafe(Integer cooked)
Sets the Id value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getId

public Integer getId()
              throws org.melati.poem.AccessPoemException
Retrieves the Id value, with locking, for this Page Persistent. Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Returns:
the value of the field Id for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setId

public void setId(Integer cooked)
           throws org.melati.poem.AccessPoemException,
                  org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this Page Persistent. Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

setId

public final void setId(int cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this Page Persistent. Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getIdField

public org.melati.poem.Field<Integer> getIdField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the Id value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Integer id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getName_unsafe

public String getName_unsafe()
Retrieves the Name value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the String name

setName_unsafe

public void setName_unsafe(String cooked)
Sets the Name value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getName

public String getName()
               throws org.melati.poem.AccessPoemException
Retrieves the Name value, with locking, for this Page Persistent. Field description: A file system name, no spaces or special characters Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Specified by:
getName in interface org.melati.poem.Treeable
Overrides:
getName in class org.melati.poem.JdbcPersistent
Returns:
the value of the field Name for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setName

public void setName(String cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Sets the 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

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getNameField

public org.melati.poem.Field<String> getNameField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Name value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the String name
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getDisplayname_unsafe

public String getDisplayname_unsafe()
Retrieves the Displayname value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the String displayname

setDisplayname_unsafe

public void setDisplayname_unsafe(String cooked)
Sets the Displayname value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getDisplayname

public String getDisplayname()
                      throws org.melati.poem.AccessPoemException
Retrieves the Displayname value, with locking, for this Page Persistent. Field description: The full name used in the TITLE. Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Returns:
the value of the field Displayname for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDisplayname

public void setDisplayname(String cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the 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

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getDisplaynameField

public org.melati.poem.Field<String> getDisplaynameField()
                                                  throws org.melati.poem.AccessPoemException
Retrieves the Displayname value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the String displayname
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getDisplayorder_unsafe

public Integer getDisplayorder_unsafe()
Retrieves the Displayorder value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Integer displayorder

setDisplayorder_unsafe

public void setDisplayorder_unsafe(Integer cooked)
Sets the Displayorder value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getDisplayorder

public Integer getDisplayorder()
                        throws org.melati.poem.AccessPoemException
Retrieves the Displayorder value, with locking, for this Page Persistent. Field description: A rank determining where the page appears in a list Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Returns:
the value of the field Displayorder for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDisplayorder

public void setDisplayorder(Integer cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the 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

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

setDisplayorder

public final void setDisplayorder(int cooked)
                           throws org.melati.poem.AccessPoemException,
                                  org.melati.poem.ValidationPoemException
Sets the 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

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getDisplayorderField

public org.melati.poem.Field<Integer> getDisplayorderField()
                                                    throws org.melati.poem.AccessPoemException
Retrieves the Displayorder value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Integer displayorder
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getDisplay_unsafe

public Boolean getDisplay_unsafe()
Retrieves the Display value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Boolean display

setDisplay_unsafe

public void setDisplay_unsafe(Boolean cooked)
Sets the Display value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getDisplay

public Boolean getDisplay()
                   throws org.melati.poem.AccessPoemException
Retrieves the Display value, with locking, for this Page Persistent. Field description: Whether to display this page Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Returns:
the value of the field Display for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDisplay

public void setDisplay(Boolean cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Display value, with checking, for this Page Persistent. Field description: Whether to display this page Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

setDisplay

public final void setDisplay(boolean cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the 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

Parameters:
cooked - a boolean
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getDisplayField

public org.melati.poem.Field<Boolean> getDisplayField()
                                               throws org.melati.poem.AccessPoemException
Retrieves the Display value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Boolean display
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getDeleted_unsafe

public Boolean getDeleted_unsafe()
Retrieves the Deleted value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Boolean deleted

setDeleted_unsafe

public void setDeleted_unsafe(Boolean cooked)
Sets the Deleted value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getDeleted

public Boolean getDeleted()
                   throws org.melati.poem.AccessPoemException
Retrieves the Deleted value, with locking, for this Page Persistent. Field description: Soft delete Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Returns:
the value of the field Deleted for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDeleted

public void setDeleted(Boolean cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Deleted value, with checking, for this Page Persistent. Field description: Soft delete Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

setDeleted

public final void setDeleted(boolean cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the Deleted value, with checking, from a boolean, for this Page Persistent. Field description: Soft delete Generated by org.melati.poem.prepro.BooleanFieldDef#generateBaseMethods

Parameters:
cooked - a boolean
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getDeletedField

public org.melati.poem.Field<Boolean> getDeletedField()
                                               throws org.melati.poem.AccessPoemException
Retrieves the Deleted value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Boolean deleted
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getLastencached_unsafe

public Timestamp getLastencached_unsafe()
Retrieves the Lastencached value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Timestamp lastencached

setLastencached_unsafe

public void setLastencached_unsafe(Timestamp cooked)
Sets the Lastencached value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getLastencached

public Timestamp getLastencached()
                          throws org.melati.poem.AccessPoemException
Retrieves the Lastencached value, with locking, 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

Returns:
the value of the field Lastencached for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setLastencached

public void setLastencached(Timestamp cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the 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

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getLastencachedField

public org.melati.poem.Field<Timestamp> getLastencachedField()
                                                      throws org.melati.poem.AccessPoemException
Retrieves the Lastencached value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Timestamp lastencached
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getParent_unsafe

public Integer getParent_unsafe()
Retrieves the Parent value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Integer parent

setParent_unsafe

public void setParent_unsafe(Integer cooked)
Sets the Parent value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getParentTroid

public Integer getParentTroid()
                       throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights

setParentTroid

public void setParentTroid(Integer raw)
                    throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getParent

public Page getParent()
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.NoSuchRowPoemException
Retrieves the Parent object referred to. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Returns:
the Parent as a Page
Throws:
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

setParent

public void setParent(Page cooked)
               throws org.melati.poem.AccessPoemException
Set the Parent. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Parameters:
cooked - a validated Page
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getParentField

public org.melati.poem.Field<Integer> getParentField()
                                              throws org.melati.poem.AccessPoemException
Retrieves the Parent value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Integer parent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getTemplate_unsafe

public Integer getTemplate_unsafe()
Retrieves the Template value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Integer template

setTemplate_unsafe

public void setTemplate_unsafe(Integer cooked)
Sets the Template value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getTemplateTroid

public Integer getTemplateTroid()
                         throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights

setTemplateTroid

public void setTemplateTroid(Integer raw)
                      throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getTemplate

public Template getTemplate()
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.NoSuchRowPoemException
Retrieves the Template object referred to. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Returns:
the Template as a Template
Throws:
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

setTemplate

public void setTemplate(Template cooked)
                 throws org.melati.poem.AccessPoemException
Set the Template. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Parameters:
cooked - a validated Template
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getTemplateField

public org.melati.poem.Field<Integer> getTemplateField()
                                                throws org.melati.poem.AccessPoemException
Retrieves the Template value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Integer template
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getStyle_unsafe

public Integer getStyle_unsafe()
Retrieves the Style value, without locking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Returns:
the Integer style

setStyle_unsafe

public void setStyle_unsafe(Integer cooked)
Sets the Style value directly, without checking, for this Page Persistent. see org.melati.poem.prepro.FieldDef#generateBaseMethods

Parameters:
cooked - the pre-validated value to set

getStyleTroid

public Integer getStyleTroid()
                      throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights

setStyleTroid

public void setStyleTroid(Integer raw)
                   throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getStyle

public Style getStyle()
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.NoSuchRowPoemException
Retrieves the Style object referred to. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Returns:
the Style as a Style
Throws:
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

setStyle

public void setStyle(Style cooked)
              throws org.melati.poem.AccessPoemException
Set the Style. Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

Parameters:
cooked - a validated Style
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getStyleField

public org.melati.poem.Field<Integer> getStyleField()
                                             throws org.melati.poem.AccessPoemException
Retrieves the Style value as a Field from this Page Persistent. see org.melati.poem.prepro.FieldDef#generateFieldCreator

Returns:
the Integer style
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getParentPages

public Enumeration<Page> getParentPages()
References to this Page in the Page table via its parent field.


getParentPageList

public List<Page> getParentPageList()
References to this Page in the Page table via its parent field, as a List.


getPageDivs

public Enumeration<Div> getPageDivs()
References to this Page in the Div table via its page field.


getPageDivList

public List<Div> getPageDivList()
References to this Page in the Div table via its page field, as a List.


getPageLinks

public Enumeration<Link> getPageLinks()
References to this Page in the Link table via its page field.


getPageLinkList

public List<Link> getPageLinkList()
References to this Page in the Link table via its page field, as a List.



Copyright © 1997-2012 PanEris. All Rights Reserved.