public abstract class TableCategoryBase extends JdbcPersistent
Persistent
tableCategory Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Constructor and Description |
|---|
TableCategoryBase() |
| Modifier and Type | Method and Description |
|---|---|
List<TableInfo> |
getCategoryTableInfoList()
References to this TableCategory in the TableInfo table via its category field, as a List.
|
Enumeration<TableInfo> |
getCategoryTableInfos()
References to this TableCategory in the TableInfo table via its category field.
|
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this tableCategory Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
tableCategory Persistent. |
Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this tableCategory Persistent. |
String |
getName_unsafe()
Retrieves the
Name value, without locking,
for this tableCategory Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this
tableCategory Persistent. |
Field<String> |
getNameField()
Retrieves the
Name value as a Field
from this tableCategory Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object.
|
TableCategoryTable<TableCategory> |
getTableCategoryTable()
Retrieves the
TableCategoryTable table
which this Persistent is from. |
void |
setId_unsafe(Integer cooked)
Sets the
Id value directly, without checking,
for this tableCategory Persistent. |
void |
setId(int cooked)
Sets the
Id value, with checking, for this
tableCategory Persistent. |
void |
setId(Integer cooked)
Sets the
Id value, with checking, for this
tableCategory Persistent. |
void |
setName_unsafe(String cooked)
Sets the
Name value directly, without checking,
for this tableCategory Persistent. |
void |
setName(String cooked)
Sets the
Name value, with checking, for this
tableCategory Persistent. |
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, fieldsOfColumns, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troidmarkValidpublic PoemDatabaseTables getPoemDatabaseTables()
public TableCategoryTable<TableCategory> getTableCategoryTable()
TableCategoryTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this tableCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this tableCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws AccessPoemException
tableCategory Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
tableCategory PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws AccessPoemException, ValidationPoemException
Id value, with checking, for this
tableCategory Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
tableCategory Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Integer> getIdField() throws AccessPoemException
Id value as a Field
from this tableCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getName_unsafe()
Name value, without locking,
for this tableCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(String cooked)
Name value directly, without checking,
for this tableCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getName() throws AccessPoemException
tableCategory Persistent.
Field description:
A human-readable name for the category
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsgetName in interface TreeablegetName in class JdbcPersistentName for this
tableCategory PersistentAccessPoemException - if the current AccessToken
does not confer write access rightsTreeable.getName()public void setName(String cooked) throws AccessPoemException, ValidationPoemException
Name value, with checking, for this
tableCategory Persistent.
Field description:
A human-readable name for the category
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<String> getNameField() throws AccessPoemException
Name value as a Field
from this tableCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Enumeration<TableInfo> getCategoryTableInfos()
Copyright © 2000–2021 PanEris. All rights reserved.