|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DView | |
---|---|
de.bea.domingo | Interfaces and factory for access to Lotus Notes databases. |
de.bea.domingo.http | Http implementation of the contract in package de.bea.domingo . |
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 DView in de.bea.domingo |
---|
Methods in de.bea.domingo that return DView | |
---|---|
DView |
DDocument.getParentView()
The view from which a document was retrieved, if any. |
DView |
DDatabase.getView(java.lang.String viewName)
Finds a view or folder in a database, given the name or alias of the view or folder. |
Uses of DView in de.bea.domingo.http |
---|
Classes in de.bea.domingo.http that implement DView | |
---|---|
class |
ViewHttp
Http implementation of a Domingo view. |
Methods in de.bea.domingo.http that return DView | |
---|---|
(package private) static DView |
ViewHttp.getInstance(NotesHttpFactory theFactory,
DBase theParent,
java.lang.String name,
DNotesMonitor monitor)
Factory method for instances of this class. |
DView |
DocumentHttp.getParentView()
The view from which a document was retrieved, if any. |
DView |
DatabaseHttp.getView(java.lang.String viewName)
Finds a view or folder in a database, given the name or alias of the view or folder. |
Uses of DView in de.bea.domingo.mock |
---|
Methods in de.bea.domingo.mock that return DView | |
---|---|
DView |
MockDocument.getParentView()
The view from which a document was retrieved, if any. |
Uses of DView in de.bea.domingo.proxy |
---|
Classes in de.bea.domingo.proxy that implement DView | |
---|---|
class |
ViewProxy
Represents the Domino-Class View . |
Methods in de.bea.domingo.proxy that return DView | |
---|---|
DView |
DocumentProxy.getParentView()
The view from which a document was retrieved, if any. |
DView |
DatabaseProxy.getView(java.lang.String viewName)
Finds a view or folder in a database, given the name or alias of the view or folder. |
Methods in de.bea.domingo.proxy with parameters of type DView | |
---|---|
(package private) static ViewColumnProxy |
ViewColumnProxy.getInstance(NotesProxyFactory theFactory,
DView view,
lotus.domino.ViewColumn viewColumn,
DNotesMonitor monitor)
Returns a view object. |
Constructors in de.bea.domingo.proxy with parameters of type DView | |
---|---|
BaseCollectionProxy.ViewIterator(DView theView)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |