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