|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDateRange | |
|---|---|
| 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.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. |
| de.bea.domingo.util | Utility classes for domingo. |
| Uses of DDateRange in de.bea.domingo |
|---|
| Methods in de.bea.domingo that return DDateRange | |
|---|---|
DDateRange |
DBaseDocument.getItemValueDateRange(java.lang.String name)
Returns the value of an item with two Calendar value. |
DDateRange |
DItem.getValueDateRange()
Returns the value of an item with two Calendar value, a date range. |
| Methods in de.bea.domingo with parameters of type DDateRange | |
|---|---|
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. |
void |
DItem.setValueDateRange(DDateRange dateRange)
Sets the value of an item to a date range. |
| Uses of DDateRange in de.bea.domingo.http |
|---|
| Methods in de.bea.domingo.http that return DDateRange | |
|---|---|
DDateRange |
BaseDocumentHttp.getItemValueDateRange(java.lang.String name)
Returns the value of an item with two Calendar value. |
DDateRange |
ItemHttp.getValueDateRange()
Returns the value of an item with two Calendar value, a date range. |
| Methods in de.bea.domingo.http with parameters of type DDateRange | |
|---|---|
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. |
void |
ItemHttp.setValueDateRange(DDateRange dateRange)
Sets the value of an item to a date range. |
| Uses of DDateRange in de.bea.domingo.map |
|---|
| Methods in de.bea.domingo.map that return DDateRange | |
|---|---|
protected DDateRange |
BaseDMapper.getValueDateRange(DDocument document,
java.lang.String itemName)
Reads the DDateRange value of an item. |
| Uses of DDateRange in de.bea.domingo.mock |
|---|
| Methods in de.bea.domingo.mock that return DDateRange | |
|---|---|
DDateRange |
MockDocument.getItemValueDateRange(java.lang.String name)
Returns the value of an item with two Calendar value. |
DDateRange |
MockItem.getValueDateRange()
Returns the value of an item with two Calendar value, a date range. |
| Methods in de.bea.domingo.mock with parameters of type DDateRange | |
|---|---|
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. |
void |
MockItem.setValueDateRange(DDateRange dateRange)
Sets the value of an item to a date range. |
| Uses of DDateRange in de.bea.domingo.proxy |
|---|
| Methods in de.bea.domingo.proxy that return DDateRange | |
|---|---|
DDateRange |
BaseDocumentProxy.getItemValueDateRange(java.lang.String name)
Returns the value of an item with two Calendar value. |
DDateRange |
ItemProxy.getValueDateRange()
Returns the value of an item with two Calendar value, a date range. |
| Methods in de.bea.domingo.proxy with parameters of type DDateRange | |
|---|---|
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. |
void |
ItemProxy.setValueDateRange(DDateRange value)
Sets the value of an item to a date range. |
| Uses of DDateRange in de.bea.domingo.util |
|---|
| Classes in de.bea.domingo.util that implement DDateRange | |
|---|---|
class |
GregorianDateRange
A Gregorian date range. |
class |
GregorianDateTimeRange
A date/time range. |
class |
GregorianTimeRange
A Gregorian time range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||