|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DItem | |
---|---|
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 DItem in de.bea.domingo |
---|
Methods in de.bea.domingo that return DItem | |
---|---|
DItem |
DBaseDocument.appendItemValue(java.lang.String name)
Creates a new empty item in a document. |
DItem |
DBaseDocument.appendItemValue(java.lang.String name,
java.util.Calendar value)
Creates a new item in a document and sets the item value. |
DItem |
DBaseDocument.appendItemValue(java.lang.String name,
double value)
Creates a new item in a document and sets the item value. |
DItem |
DBaseDocument.appendItemValue(java.lang.String name,
int value)
Creates a new item in a document and sets the item value. |
DItem |
DBaseDocument.appendItemValue(java.lang.String name,
java.util.List values)
Creates a new item in a document and sets the item value. |
DItem |
DBaseDocument.appendItemValue(java.lang.String name,
java.lang.String value)
Creates a new item in a document and sets the item value. |
DItem |
DItem.copyItemToDocument(DDocument document)
Copies an item to a specified document. |
DItem |
DItem.copyItemToDocument(DDocument document,
java.lang.String newName)
Copies an item to a specified document. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
java.util.Calendar value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
java.util.Calendar calendar1,
java.util.Calendar calendar2)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
java.lang.Double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
int value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
java.lang.Integer value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
java.util.List values)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
java.lang.String value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValue(java.lang.String name,
java.util.TimeZone value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
DBaseDocument.replaceItemValueCustomData(java.lang.String name,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
DBaseDocument.replaceItemValueCustomData(java.lang.String name,
java.lang.String type,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
DBaseDocument.replaceItemValueCustomDataBytes(java.lang.String name,
java.lang.String type,
byte[] bytes)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
Uses of DItem in de.bea.domingo.http |
---|
Classes in de.bea.domingo.http that implement DItem | |
---|---|
class |
ItemHttp
Simple implementation of an item in a Notes document. |
Methods in de.bea.domingo.http that return DItem | |
---|---|
DItem |
BaseDocumentHttp.appendItemValue(java.lang.String name)
Creates a new empty item in a document. |
DItem |
BaseDocumentHttp.appendItemValue(java.lang.String name,
java.util.Calendar value)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentHttp.appendItemValue(java.lang.String name,
double value)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentHttp.appendItemValue(java.lang.String name,
int value)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentHttp.appendItemValue(java.lang.String name,
java.util.List values)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentHttp.appendItemValue(java.lang.String name,
java.lang.String value)
Creates a new item in a document and sets the item value. |
DItem |
ItemHttp.copyItemToDocument(DDocument document)
Copies an item to a specified document. |
DItem |
ItemHttp.copyItemToDocument(DDocument document,
java.lang.String newName)
Copies an item to a specified document. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
java.util.Calendar value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
java.util.Calendar calendar1,
java.util.Calendar calendar2)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
java.lang.Double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
int value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
java.lang.Integer value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
java.util.List values)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
java.lang.String value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValue(java.lang.String name,
java.util.TimeZone value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentHttp.replaceItemValueCustomData(java.lang.String s,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
BaseDocumentHttp.replaceItemValueCustomData(java.lang.String s,
java.lang.String s1,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
BaseDocumentHttp.replaceItemValueCustomDataBytes(java.lang.String s,
java.lang.String s1,
byte[] abyte0)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
Uses of DItem in de.bea.domingo.mock |
---|
Classes in de.bea.domingo.mock that implement DItem | |
---|---|
class |
MockItem
Transient mock implementation of interface DItem. |
Methods in de.bea.domingo.mock that return DItem | |
---|---|
DItem |
MockDocument.appendItemValue(java.lang.String name)
Creates a new empty item in a document. |
DItem |
MockDocument.appendItemValue(java.lang.String name,
java.util.Calendar value)
Creates a new item in a document and sets the item value. |
DItem |
MockDocument.appendItemValue(java.lang.String name,
double value)
Creates a new item in a document and sets the item value. |
DItem |
MockDocument.appendItemValue(java.lang.String name,
int value)
Creates a new item in a document and sets the item value. |
DItem |
MockDocument.appendItemValue(java.lang.String name,
java.util.List values)
Creates a new item in a document and sets the item value. |
DItem |
MockDocument.appendItemValue(java.lang.String name,
java.lang.String value)
Creates a new item in a document and sets the item value. |
DItem |
MockItem.copyItemToDocument(DDocument document)
Copies an item to a specified document. |
DItem |
MockItem.copyItemToDocument(DDocument document,
java.lang.String newName)
Copies an item to a specified document. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
java.util.Calendar value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
java.util.Calendar calendar1,
java.util.Calendar calendar2)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
java.lang.Double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
int value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
java.lang.Integer value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
java.util.List values)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
java.lang.String value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValue(java.lang.String name,
java.util.TimeZone value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
MockDocument.replaceItemValueCustomData(java.lang.String s,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
MockDocument.replaceItemValueCustomData(java.lang.String s,
java.lang.String s1,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
MockDocument.replaceItemValueCustomDataBytes(java.lang.String s,
java.lang.String s1,
byte[] abyte0)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
Uses of DItem in de.bea.domingo.proxy |
---|
Classes in de.bea.domingo.proxy that implement DItem | |
---|---|
class |
ItemProxy
This class represents the Domino-Class Item . |
Methods in de.bea.domingo.proxy that return DItem | |
---|---|
DItem |
BaseDocumentProxy.appendItemValue(java.lang.String name)
Creates a new empty item in a document. |
DItem |
BaseDocumentProxy.appendItemValue(java.lang.String name,
java.util.Calendar value)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentProxy.appendItemValue(java.lang.String name,
double value)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentProxy.appendItemValue(java.lang.String name,
int value)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentProxy.appendItemValue(java.lang.String name,
java.util.List values)
Creates a new item in a document and sets the item value. |
DItem |
BaseDocumentProxy.appendItemValue(java.lang.String name,
java.lang.String value)
Creates a new item in a document and sets the item value. |
DItem |
ItemProxy.copyItemToDocument(DDocument document)
Copies an item to a specified document. |
DItem |
ItemProxy.copyItemToDocument(DDocument document,
java.lang.String newName)
Copies an item to a specified document. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
java.util.Calendar value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
java.util.Calendar calendar1,
java.util.Calendar calendar2)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
java.lang.Double value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
int value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
java.lang.Integer value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
java.util.List values)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
java.lang.String value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValue(java.lang.String name,
java.util.TimeZone value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
DItem |
BaseDocumentProxy.replaceItemValueCustomData(java.lang.String name,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
BaseDocumentProxy.replaceItemValueCustomData(java.lang.String name,
java.lang.String type,
java.lang.Object obj)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
DItem |
BaseDocumentProxy.replaceItemValueCustomDataBytes(java.lang.String s,
java.lang.String s1,
byte[] abyte0)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |