| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.generated |
The POEM-generated support classes for org.melati.poem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupTable<T extends Group>
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupTable.administratorsGroup() |
Group |
GroupTable.ensure(String name)
Make sure that a record exists.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GroupTable<Group> |
Database.getGroupTable() |
| Modifier and Type | Method and Description |
|---|---|
GroupCapability |
GroupCapabilityTable.ensure(Group group,
Capability capability)
Make sure that a record exists.
|
GroupMembership |
GroupMembershipTable.ensure(Group group,
User user)
Make sure that a record exists.
|
| Constructor and Description |
|---|
GroupCapability(Group group,
Capability capability)
Constructor
for a
Persistent GroupCapability object. |
GroupMembership(User user,
Group group)
Constructor
for a
Persistent GroupMembership object. |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupTableBase<T extends Group>
Melati POEM generated base class for
Table group. |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupTableBase.ensure(String name) |
Group |
GroupMembershipBase.getGroup()
Retrieves the
Group object referred to. |
Group |
GroupCapabilityBase.getGroup()
Retrieves the
Group object referred to. |
Group |
GroupTableBase.getGroupObject(int troid)
Retrieve the
Group
as a Group. |
Group |
GroupTableBase.getGroupObject(Integer troid)
Retrieve the
Group as a Group. |
| Modifier and Type | Method and Description |
|---|---|
GroupTable<Group> |
PoemDatabaseTablesBase.getGroupTable()
Retrieves the GroupTable table.
|
GroupTable<Group> |
PoemDatabaseBase.getGroupTable()
Retrieves the GroupTable table.
|
GroupTable<Group> |
GroupBase.getGroupTable()
Retrieves the
GroupTable table
which this Persistent is from. |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupMembershipBase.setGroup(Group cooked)
Set the Group.
|
void |
GroupCapabilityBase.setGroup(Group cooked)
Set the Group.
|
Copyright © 2000–2021 PanEris. All rights reserved.