|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBaseItem | |
---|---|
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 DBaseItem in de.bea.domingo |
---|
Subinterfaces of DBaseItem in de.bea.domingo | |
---|---|
interface |
DItem
Represents a discrete value or set of values in a document. |
interface |
DRichTextItem
Represents an item of type rich text. |
Methods in de.bea.domingo that return DBaseItem | |
---|---|
DBaseItem |
DBaseDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
DBaseDocument.copyItem(DBaseItem item,
java.lang.String name)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
DBaseDocument.getFirstItem(java.lang.String name)
Returns the first item of a specified name in a document. |
Methods in de.bea.domingo with parameters of type DBaseItem | |
---|---|
DBaseItem |
DBaseDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
DBaseDocument.copyItem(DBaseItem item,
java.lang.String name)
Copies an item into the current document and optionally assigns the copied item a new name. |
Uses of DBaseItem in de.bea.domingo.http |
---|
Classes in de.bea.domingo.http that implement DBaseItem | |
---|---|
class |
ItemHttp
Simple implementation of an item in a Notes document. |
Methods in de.bea.domingo.http that return DBaseItem | |
---|---|
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item,
java.lang.String s)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
BaseDocumentHttp.getFirstItem(java.lang.String name)
Returns the first item of a specified name in a document. |
Methods in de.bea.domingo.http with parameters of type DBaseItem | |
---|---|
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item,
java.lang.String s)
Copies an item into the current document and optionally assigns the copied item a new name. |
Uses of DBaseItem in de.bea.domingo.mock |
---|
Classes in de.bea.domingo.mock that implement DBaseItem | |
---|---|
class |
MockItem
Transient mock implementation of interface DItem. |
Methods in de.bea.domingo.mock that return DBaseItem | |
---|---|
DBaseItem |
MockDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
MockDocument.copyItem(DBaseItem item,
java.lang.String s)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
MockDocument.getFirstItem(java.lang.String name)
Returns the first item of a specified name in a document. |
Methods in de.bea.domingo.mock with parameters of type DBaseItem | |
---|---|
DBaseItem |
MockDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
MockDocument.copyItem(DBaseItem item,
java.lang.String s)
Copies an item into the current document and optionally assigns the copied item a new name. |
Uses of DBaseItem in de.bea.domingo.proxy |
---|
Classes in de.bea.domingo.proxy that implement DBaseItem | |
---|---|
class |
BaseItemProxy
This class represents the Domino-Class Item . |
class |
ItemProxy
This class represents the Domino-Class Item . |
class |
RichTextItemProxy
This class represents the Domino-Class RichTextItem . |
Methods in de.bea.domingo.proxy that return DBaseItem | |
---|---|
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item,
java.lang.String s)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
BaseDocumentProxy.getFirstItem(java.lang.String itemName)
Returns the first item of a specified name in a document. |
Methods in de.bea.domingo.proxy with parameters of type DBaseItem | |
---|---|
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the copied item a new name. |
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item,
java.lang.String s)
Copies an item into the current document and optionally assigns the copied item a new name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |