| 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 |
ContactCategoryTable<T extends ContactCategory>
Melati POEM generated, programmer modifiable stub
for a
ContactCategoryTable object. |
| Modifier and Type | Method and Description |
|---|---|
ContactCategory |
ContactCategoryTable.ensure(Contact contact,
Category c) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactCategoryTableBase<T extends ContactCategory>
Melati POEM generated base class for
Table ContactCategory. |
| Modifier and Type | Method and Description |
|---|---|
ContactCategory |
ContactCategoryTableBase.getContactCategoryObject(int troid)
Retrieve the
ContactCategory
as a ContactCategory. |
ContactCategory |
ContactCategoryTableBase.getContactCategoryObject(Integer troid)
Retrieve the
ContactCategory as a ContactCategory. |
| Modifier and Type | Method and Description |
|---|---|
List<ContactCategory> |
CategoryBase.getCategoryContactCategoryList()
References to this Category in the ContactCategory table via its category field, as a List.
|
Enumeration<ContactCategory> |
CategoryBase.getCategoryContactCategorys()
References to this Category in the ContactCategory table via its category field.
|
ContactCategoryTable<ContactCategory> |
ContactCategoryBase.getContactCategoryTable()
Retrieves the
ContactCategoryTable table
which this Persistent is from. |
ContactCategoryTable<ContactCategory> |
ContactsDatabaseBase.getContactCategoryTable()
Retrieves the ContactCategoryTable table.
|
ContactCategoryTable<ContactCategory> |
ContactsDatabaseTablesBase.getContactCategoryTable()
Retrieves the ContactCategoryTable table.
|
List<ContactCategory> |
ContactBase.getContactContactCategoryList()
References to this Contact in the ContactCategory table via its contact field, as a List.
|
Enumeration<ContactCategory> |
ContactBase.getContactContactCategorys()
References to this Contact in the ContactCategory table via its contact field.
|
Copyright © 2000–2021 PanEris. All rights reserved.