| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.map |
Generic Mapping layer between Notes documents and Java classes.
|
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.util |
Utility classes for domingo.
|
| Modifier and Type | Method and Description |
|---|---|
DDateRange |
DBaseDocument.getItemValueDateRange(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.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
DBaseDocument.replaceItemValue(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.
|
| Modifier and Type | Method and Description |
|---|---|
DDateRange |
BaseDocumentHttp.getItemValueDateRange(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.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
BaseDocumentHttp.replaceItemValue(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected DDateRange |
BaseDMapper.getValueDateRange(DDocument document,
String itemName)
Reads the DDateRange value of an item.
|
| Modifier and Type | Method and Description |
|---|---|
DDateRange |
MockDocument.getItemValueDateRange(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.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
MockDocument.replaceItemValue(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.
|
| Modifier and Type | Method and Description |
|---|---|
DDateRange |
BaseDocumentProxy.getItemValueDateRange(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.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
BaseDocumentProxy.replaceItemValue(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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GregorianDateRange
A Gregorian date range.
|
class |
GregorianDateTimeRange
A date/time range.
|
class |
GregorianTimeRange
A Gregorian time range.
|
Copyright © 2005–2020. All rights reserved.