|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DViewEntry | |
---|---|
de.bea.domingo | Interfaces and factory for access to Lotus Notes databases. |
de.bea.domingo.groupware.map | Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. |
de.bea.domingo.http | Http implementation of the contract in package de.bea.domingo . |
de.bea.domingo.map | Generic Mapping layer between Notes documents and Java classes. |
de.bea.domingo.mock | Implementations of some interfaces for temporary objects. |
de.bea.domingo.proxy | Proxy implementation of the contract in package de.bea.domingo . |
Uses of DViewEntry in de.bea.domingo |
---|
Methods in de.bea.domingo that return DViewEntry | |
---|---|
DViewEntry |
DView.getEntryByKey(java.util.List keys)
Finds a view entry based on its column values within a view. |
DViewEntry |
DView.getEntryByKey(java.util.List keys,
boolean exact)
Finds a view entry based on its column values within a view. |
DViewEntry |
DView.getEntryByKey(java.lang.String key)
Finds a view entry based on its column values within a view. |
DViewEntry |
DView.getEntryByKey(java.lang.String key,
boolean exact)
Finds a view entry based on its column values within a view. |
Methods in de.bea.domingo with parameters of type DViewEntry | |
---|---|
java.util.Iterator |
DView.getAllEntries(DViewEntry entry)
Iterator over all entries in a view in view order starting with a given entry. |
Uses of DViewEntry in de.bea.domingo.groupware.map |
---|
Methods in de.bea.domingo.groupware.map with parameters of type DViewEntry | |
---|---|
void |
EmailMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
void |
CalendarEntryMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
void |
BaseContactMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
Uses of DViewEntry in de.bea.domingo.http |
---|
Classes in de.bea.domingo.http that implement DViewEntry | |
---|---|
class |
ViewEntryHttp
|
Methods in de.bea.domingo.http that return DViewEntry | |
---|---|
DViewEntry |
ViewHttp.getEntryByKey(java.util.List keys)
Finds a view entry based on its column values within a view. |
DViewEntry |
ViewHttp.getEntryByKey(java.util.List keys,
boolean exact)
Finds a view entry based on its column values within a view. |
DViewEntry |
ViewHttp.getEntryByKey(java.lang.String key)
Finds a view entry based on its column values within a view. |
DViewEntry |
ViewHttp.getEntryByKey(java.lang.String key,
boolean exact)
Finds a view entry based on its column values within a view. |
(package private) static DViewEntry |
ViewEntryHttp.getInstance(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor)
Factory method for instances of this class. |
Methods in de.bea.domingo.http with parameters of type DViewEntry | |
---|---|
java.util.Iterator |
ViewHttp.getAllEntries(DViewEntry entry)
Iterator over all entries in a view in view order starting with a given entry. |
Uses of DViewEntry in de.bea.domingo.map |
---|
Methods in de.bea.domingo.map with parameters of type DViewEntry | |
---|---|
void |
DMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
void |
BaseDatabase.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
Uses of DViewEntry in de.bea.domingo.mock |
---|
Classes in de.bea.domingo.mock that implement DViewEntry | |
---|---|
class |
MockViewEntry
Transient mock implementation of interface DViewEntry. |
Constructors in de.bea.domingo.mock with parameters of type DViewEntry | |
---|---|
MockViewEntry(DViewEntry entry)
Constructor. |
Uses of DViewEntry in de.bea.domingo.proxy |
---|
Classes in de.bea.domingo.proxy that implement DViewEntry | |
---|---|
class |
ViewEntryProxy
Represents a view entry. |
Methods in de.bea.domingo.proxy that return DViewEntry | |
---|---|
DViewEntry |
ViewProxy.getEntryByKey(java.util.List keys)
Finds a view entry based on its column values within a view. |
DViewEntry |
ViewProxy.getEntryByKey(java.util.List keys,
boolean exact)
Finds a view entry based on its column values within a view. |
DViewEntry |
ViewProxy.getEntryByKey(java.lang.String key)
Finds a view entry based on its column values within a view. |
DViewEntry |
ViewProxy.getEntryByKey(java.lang.String key,
boolean exact)
Finds a view entry based on its column values within a view. |
Methods in de.bea.domingo.proxy with parameters of type DViewEntry | |
---|---|
java.util.Iterator |
ViewProxy.getAllEntries(DViewEntry entry)
Iterator over all entries in a view in view order starting with a given entry. |
Constructors in de.bea.domingo.proxy with parameters of type DViewEntry | |
---|---|
ViewProxy.ViewNavigatorIterator(lotus.domino.ViewNavigator theViewNavigator,
DViewEntry currentEntry)
Constructs an Iterator using a ViewNavigator and a current entry to start from. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |