public abstract class CapabilityBase extends JdbcPersistent
Persistent
capability Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Constructor and Description |
|---|
CapabilityBase() |
| Modifier and Type | Method and Description |
|---|---|
List<TableInfo> |
getCancreateTableInfoList()
References to this Capability in the TableInfo table via its cancreate field, as a List.
|
Enumeration<TableInfo> |
getCancreateTableInfos()
References to this Capability in the TableInfo table via its cancreate field.
|
List<GroupCapability> |
getCapabilityGroupCapabilityList()
References to this Capability in the GroupCapability table via its capability field, as a List.
|
Enumeration<GroupCapability> |
getCapabilityGroupCapabilitys()
References to this Capability in the GroupCapability table via its capability field.
|
CapabilityTable<Capability> |
getCapabilityTable()
Retrieves the
CapabilityTable table
which this Persistent is from. |
List<TableInfo> |
getDefaultcandeleteTableInfoList()
References to this Capability in the TableInfo table via its defaultcandelete field, as a List.
|
Enumeration<TableInfo> |
getDefaultcandeleteTableInfos()
References to this Capability in the TableInfo table via its defaultcandelete field.
|
List<TableInfo> |
getDefaultcanreadTableInfoList()
References to this Capability in the TableInfo table via its defaultcanread field, as a List.
|
Enumeration<TableInfo> |
getDefaultcanreadTableInfos()
References to this Capability in the TableInfo table via its defaultcanread field.
|
List<TableInfo> |
getDefaultcanwriteTableInfoList()
References to this Capability in the TableInfo table via its defaultcanwrite field, as a List.
|
Enumeration<TableInfo> |
getDefaultcanwriteTableInfos()
References to this Capability in the TableInfo table via its defaultcanwrite field.
|
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this capability Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
capability Persistent. |
Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this capability Persistent. |
String |
getName_unsafe()
Retrieves the
Name value, without locking,
for this capability Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this
capability Persistent. |
Field<String> |
getNameField()
Retrieves the
Name value as a Field
from this capability Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object.
|
void |
setId_unsafe(Integer cooked)
Sets the
Id value directly, without checking,
for this capability Persistent. |
void |
setId(int cooked)
Sets the
Id value, with checking, for this
capability Persistent. |
void |
setId(Integer cooked)
Sets the
Id value, with checking, for this
capability Persistent. |
void |
setName_unsafe(String cooked)
Sets the
Name value directly, without checking,
for this capability Persistent. |
void |
setName(String cooked)
Sets the
Name value, with checking, for this
capability 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 CapabilityTable<Capability> getCapabilityTable()
CapabilityTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this capability Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this capability Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws AccessPoemException
capability Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
capability PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws AccessPoemException, ValidationPoemException
Id value, with checking, for this
capability 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
capability 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 capability 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 capability Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(String cooked)
Name value directly, without checking,
for this capability Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getName() throws AccessPoemException
capability Persistent.
Field description:
A human-readable name for the Capability
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsgetName in interface TreeablegetName in class JdbcPersistentName for this
capability 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
capability Persistent.
Field description:
A human-readable name for the Capability
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 capability Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Enumeration<GroupCapability> getCapabilityGroupCapabilitys()
public List<GroupCapability> getCapabilityGroupCapabilityList()
public Enumeration<TableInfo> getDefaultcanreadTableInfos()
public List<TableInfo> getDefaultcanreadTableInfoList()
public Enumeration<TableInfo> getDefaultcanwriteTableInfos()
public List<TableInfo> getDefaultcanwriteTableInfoList()
public Enumeration<TableInfo> getDefaultcandeleteTableInfos()
public List<TableInfo> getDefaultcandeleteTableInfoList()
public Enumeration<TableInfo> getCancreateTableInfos()
Copyright © 2000–2021 PanEris. All rights reserved.