| Package | Description |
|---|---|
| org.melati.example.contacts |
A very simple Contacts Management System.
|
| org.melati.example.contacts.generated |
The POEM-generated support classes for org.melati.example.contacts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContactTable<T extends Contact>
Melati POEM generated, programmer modifiable stub
for a
ContactTable object. |
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactTable.ensure(String name,
Contact owner,
String address) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactView.deleteCategories(ContactsDatabase db,
Contact contact)
Remove all categories associated with a Contact.
|
Contact |
ContactTable.ensure(String name,
Contact owner,
String address) |
void |
Contact.setOwner(Contact cooked) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactTableBase<T extends Contact>
Melati POEM generated base class for
Table Contact. |
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactCategoryBase.getContact()
Retrieves the
Contact object referred to. |
Contact |
ContactTableBase.getContactObject(int troid)
Retrieve the
Contact
as a Contact. |
Contact |
ContactTableBase.getContactObject(Integer troid)
Retrieve the
Contact as a Contact. |
Contact |
ContactBase.getOwner()
Retrieves the
Owner object referred to. |
| Modifier and Type | Method and Description |
|---|---|
ContactTable<Contact> |
ContactsDatabaseBase.getContactTable()
Retrieves the ContactTable table.
|
ContactTable<Contact> |
ContactsDatabaseTablesBase.getContactTable()
Retrieves the ContactTable table.
|
ContactTable<Contact> |
ContactBase.getContactTable()
Retrieves the
ContactTable table
which this Persistent is from. |
List<Contact> |
ContactBase.getOwnerContactList()
References to this Contact in the Contact table via its owner field, as a List.
|
Enumeration<Contact> |
ContactBase.getOwnerContacts()
References to this Contact in the Contact table via its owner field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactCategoryBase.setContact(Contact cooked)
Set the Contact.
|
void |
ContactBase.setOwner(Contact cooked)
Set the Owner.
|
Copyright © 2000–2015 PanEris. All rights reserved.