| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.groupware.map |
Mapping implementation of the domingo groupware interface to Lotus Notes/Domino.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.map |
Generic Mapping layer between Notes documents and Java classes.
|
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
DViewEntry |
DView.getEntryByKey(List keys)
Finds a view entry based on its column values within a view.
|
DViewEntry |
DView.getEntryByKey(List keys,
boolean exact)
Finds a view entry based on its column values within a view.
|
DViewEntry |
DView.getEntryByKey(String key)
Finds a view entry based on its column values within a view.
|
DViewEntry |
DView.getEntryByKey(String key,
boolean exact)
Finds a view entry based on its column values within a view.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
DView.getAllEntries(DViewEntry entry)
Iterator over all entries in a view in view order starting with a given
entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseContactMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
void |
CalendarEntryMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
void |
EmailMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewEntryHttp |
| Modifier and Type | Method and Description |
|---|---|
DViewEntry |
ViewHttp.getEntryByKey(List keys)
Finds a view entry based on its column values within a view.
|
DViewEntry |
ViewHttp.getEntryByKey(List keys,
boolean exact)
Finds a view entry based on its column values within a view.
|
DViewEntry |
ViewHttp.getEntryByKey(String key)
Finds a view entry based on its column values within a view.
|
DViewEntry |
ViewHttp.getEntryByKey(String key,
boolean exact)
Finds a view entry based on its column values within a view.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
ViewHttp.getAllEntries(DViewEntry entry)
Iterator over all entries in a view in view order starting with a given
entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDatabase.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
void |
DMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockViewEntry
Transient mock implementation of interface DViewEntry.
|
| Constructor and Description |
|---|
MockViewEntry(DViewEntry entry)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewEntryProxy
Represents a view entry.
|
| Modifier and Type | Method and Description |
|---|---|
DViewEntry |
ViewProxy.getEntryByKey(List keys)
Finds a view entry based on its column values within a view.
|
DViewEntry |
ViewProxy.getEntryByKey(List keys,
boolean exact)
Finds a view entry based on its column values within a view.
|
DViewEntry |
ViewProxy.getEntryByKey(String key)
Finds a view entry based on its column values within a view.
|
DViewEntry |
ViewProxy.getEntryByKey(String key,
boolean exact)
Finds a view entry based on its column values within a view.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
ViewProxy.getAllEntries(DViewEntry entry)
Iterator over all entries in a view in view order starting with a given
entry.
|
| Constructor and Description |
|---|
ViewNavigatorIterator(lotus.domino.ViewNavigator theViewNavigator,
DViewEntry currentEntry)
Constructs an Iterator using a ViewNavigator and a current entry to start from.
|
Copyright © 2005–2020. All rights reserved.