|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| org.melati.poem | Persistent Object Engine for Melati. |
| org.melati.poem.generated | The POEM-generated support classes for org.melati.poem. |
| Uses of Group in org.melati.poem |
|---|
| Methods in org.melati.poem that return Group | |
|---|---|
Group |
GroupTable.administratorsGroup()
|
Group |
GroupTable.ensure(String name)
Make sure that a record exists. |
| Methods in org.melati.poem with parameters of type Group | |
|---|---|
GroupCapability |
GroupCapabilityTable.ensure(Group group,
Capability capability)
Make sure that a record exists. |
| Constructors in org.melati.poem with parameters of type Group | |
|---|---|
GroupCapability(Group group,
Capability capability)
Constructor for a Persistent GroupCapability object. |
|
GroupMembership(User user,
Group group)
Constructor for a Persistent GroupMembership object. |
|
| Uses of Group in org.melati.poem.generated |
|---|
| Methods in org.melati.poem.generated that return Group | |
|---|---|
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. |
| Methods in org.melati.poem.generated with parameters of type Group | |
|---|---|
void |
GroupMembershipBase.setGroup(Group cooked)
Set the Group. |
void |
GroupCapabilityBase.setGroup(Group cooked)
Set the Group. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||