| 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 |
CategoryTable<T extends Category>
Melati POEM generated, programmer modifiable stub
for a
CategoryTable object. |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryTable.ensure(String name) |
| Modifier and Type | Method and Description |
|---|---|
ContactCategory |
ContactCategoryTable.ensure(Contact contact,
Category c) |
boolean |
Contact.isIn(Category category) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryTableBase<T extends Category>
Melati POEM generated base class for
Table Category. |
| Modifier and Type | Method and Description |
|---|---|
Category |
ContactCategoryBase.getCategory()
Retrieves the
Category object referred to. |
Category |
CategoryTableBase.getCategoryObject(int troid)
Retrieve the
Category
as a Category. |
Category |
CategoryTableBase.getCategoryObject(Integer troid)
Retrieve the
Category as a Category. |
| Modifier and Type | Method and Description |
|---|---|
CategoryTable<Category> |
CategoryBase.getCategoryTable()
Retrieves the
CategoryTable table
which this Persistent is from. |
CategoryTable<Category> |
ContactsDatabaseBase.getCategoryTable()
Retrieves the CategoryTable table.
|
CategoryTable<Category> |
ContactsDatabaseTablesBase.getCategoryTable()
Retrieves the CategoryTable table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactCategoryBase.setCategory(Category cooked)
Set the Category.
|
Copyright © 2000–2021 PanEris. All rights reserved.