|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entry | |
|---|---|
| eu.scape_project.watch.domain | |
| eu.scape_project.watch.utils | |
| Uses of Entry in eu.scape_project.watch.domain |
|---|
| Methods in eu.scape_project.watch.domain that return types with arguments of type Entry | |
|---|---|
Collection<Entry> |
Notification.getParameters()
|
| Method parameters in eu.scape_project.watch.domain with type arguments of type Entry | |
|---|---|
void |
Notification.setParameters(Collection<Entry> parameters)
|
| Constructor parameters in eu.scape_project.watch.domain with type arguments of type Entry | |
|---|---|
Notification(String type,
Collection<Entry> parameters)
Create a new notification. |
|
| Uses of Entry in eu.scape_project.watch.utils |
|---|
| Methods in eu.scape_project.watch.utils that return types with arguments of type Entry | |
|---|---|
static Collection<Entry> |
ModelUtils.mapToEntryList(Map<String,String> map)
Convert a map to a list of entries. |
| Method parameters in eu.scape_project.watch.utils with type arguments of type Entry | |
|---|---|
static Map<String,String> |
ModelUtils.entryListToMap(Collection<Entry> entryList)
Convert a list of entries to a map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||