|
||||||||||
| 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.melati.poem.generated.GroupCapabilityBase
public abstract class GroupCapabilityBase
Melati POEM generated abstract base class for a Persistent
GroupCapability Object.
TableDef.generatePersistentBaseJava(java.io.Writer)| Field Summary | |
|---|---|
protected Integer |
capability
capability - The capability |
protected Integer |
group
group - The Group which has the capability |
protected Integer |
id
id - The Table Row Object ID |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
GroupCapabilityBase()
|
|
| Method Summary | |
|---|---|
Integer |
getCapability_unsafe()
Retrieves the Capability value, without locking,
for this GroupCapability Persistent. |
Capability |
getCapability()
Retrieves the Capability object referred to. |
Field |
getCapabilityField()
Retrieves the Capability value as a Field
from this GroupCapability Persistent. |
Integer |
getCapabilityTroid()
Retrieves the Table Row Object ID. |
Integer |
getGroup_unsafe()
Retrieves the Group value, without locking,
for this GroupCapability Persistent. |
Group |
getGroup()
Retrieves the Group object referred to. |
GroupCapabilityTable |
getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table
which this Persistent is from. |
Field |
getGroupField()
Retrieves the Group value as a Field
from this GroupCapability Persistent. |
Integer |
getGroupTroid()
Retrieves the Table Row Object ID. |
Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this GroupCapability Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this GroupCapability Persistent. |
Field |
getIdField()
Retrieves the Id value as a Field
from this GroupCapability Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object. |
void |
setCapability_unsafe(Integer cooked)
Sets the Capability value directly, without checking,
for this GroupCapability Persistent. |
void |
setCapability(Capability cooked)
Set the Capability. |
void |
setCapabilityTroid(Integer raw)
Sets the Table Row Object ID. |
void |
setGroup_unsafe(Integer cooked)
Sets the Group value directly, without checking,
for this GroupCapability Persistent. |
void |
setGroup(Group cooked)
Set the Group. |
void |
setGroupTroid(Integer raw)
Sets the Table Row Object ID. |
void |
setId_unsafe(Integer cooked)
Sets the Id value directly, without checking,
for this GroupCapability Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
GroupCapability Persistent. |
void |
setId(Integer cooked)
Sets the Id value, with checking, for this
GroupCapability Persistent. |
| 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 Integer group
protected Integer capability
| Constructor Detail |
|---|
public GroupCapabilityBase()
| Method Detail |
|---|
public PoemDatabaseTables getPoemDatabaseTables()
TableDef.generatePersistentBaseJava(java.io.Writer)public GroupCapabilityTable getGroupCapabilityTable()
GroupCapabilityTable table
which this Persistent is from.
TableDef.generatePersistentBaseJava(java.io.Writer)public Integer getId_unsafe()
Id value, without locking,
for this GroupCapability Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this GroupCapability Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getId()
throws AccessPoemException
GroupCapability Persistent.
Field description:
The Table Row Object ID
Id for this
GroupCapability Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(Integer cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
GroupCapability Persistent.
Field description:
The Table Row Object ID
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
GroupCapability Persistent.
Field description:
The Table Row Object ID
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getIdField()
throws AccessPoemException
Id value as a Field
from this GroupCapability Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getGroup_unsafe()
Group value, without locking,
for this GroupCapability Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setGroup_unsafe(Integer cooked)
Group value directly, without checking,
for this GroupCapability Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getGroupTroid()
throws AccessPoemException
Integer
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setGroupTroid(Integer raw)
throws AccessPoemException
raw - a Table Row Object Id
AccessPoemException - if the current AccessToken
does not confer write access rights
public Group getGroup()
throws AccessPoemException,
NoSuchRowPoemException
Group object referred to.
Group as a Group
AccessPoemException - if the current AccessToken
does not confer read access rights
NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setGroup(Group cooked)
throws AccessPoemException
cooked - a validated Group
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getGroupField()
throws AccessPoemException
Group value as a Field
from this GroupCapability Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getCapability_unsafe()
Capability value, without locking,
for this GroupCapability Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setCapability_unsafe(Integer cooked)
Capability value directly, without checking,
for this GroupCapability Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getCapabilityTroid()
throws AccessPoemException
Integer
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setCapabilityTroid(Integer raw)
throws AccessPoemException
raw - a Table Row Object Id
AccessPoemException - if the current AccessToken
does not confer write access rights
public Capability getCapability()
throws AccessPoemException,
NoSuchRowPoemException
Capability object referred to.
Capability as a Capability
AccessPoemException - if the current AccessToken
does not confer read access rights
NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setCapability(Capability cooked)
throws AccessPoemException
cooked - a validated Capability
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getCapabilityField()
throws AccessPoemException
Capability value as a Field
from this GroupCapability Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||