| Package | Description |
|---|---|
| de.jakop.lotus.domingo.groupware.map |
Mapping implementation of the domingo groupware interface to Lotus Notes/Domino.
|
| de.jakop.lotus.domingo.map |
Generic Mapping layer between Notes documents and Java classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseContactMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
void |
CalendarEntryMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
void |
EmailMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodNotFoundException
Signals that an expected method wasn't found in a bean class.
|
| Modifier and Type | Method and Description |
|---|---|
protected List |
BaseDMapper.getValue(DDocument document,
String itemName)
Reads the date value of an item.
|
protected Object |
BaseDMapper.getValue(Object object,
String getName)
Returns the value of an attribute given by its getter method from given
object.
|
protected Calendar |
BaseDMapper.getValueDate(DDocument document,
String itemName)
Reads the date value of an item.
|
protected DDateRange |
BaseDMapper.getValueDateRange(DDocument document,
String itemName)
Reads the DDateRange value of an item.
|
protected Double |
BaseDMapper.getValueDouble(DDocument document,
String itemName)
Reads the Double value of an item.
|
protected Integer |
BaseDMapper.getValueInteger(DDocument document,
String itemName)
Reads the Integer value of an item.
|
protected String |
BaseDMapper.getValueString(DDocument document,
String itemName)
Reads the String value of an item.
|
void |
BaseDatabase.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
ConstantMapper.map(DDocument document,
Object object)
Performs the direct mapping from a document to a business object.
|
void |
DirectMapper.map(DDocument document,
Object object)
Performs the direct mapping from a document to a business object.
|
void |
ListMapper.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
MapMapper.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
Mapper.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
MapperSet.map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
SubMapper.map(DDocument document,
Object object)
Performs the mapping from a document to a business object.
|
void |
BaseDatabase.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
void |
DMapper.map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
void |
BaseDatabase.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
ConstantMapper.map(Object object,
DDocument document)
Performs the direct mapping from a business object to a document.
|
void |
DirectMapper.map(Object object,
DDocument document)
Performs the direct mapping from a business object to a document.
|
void |
ListMapper.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
MapMapper.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
Mapper.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
MapperSet.map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void |
SubMapper.map(Object object,
DDocument document)
Performs the mapping from a business object to a document.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
Calendar value)
Replaces the value of an item with a Calendar.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
double value)
Replaces the value of an item with a double.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
Double value)
Replaces the value of an item with a Double.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
int value)
Replaces the value of an item with an int.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
Integer value)
Replaces the value of an item with an Integer.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
List value)
Replaces the value of an item with a List.
|
protected void |
BaseDMapper.replaceItemValue(DDocument document,
String itemName,
String value)
Replaces the value of an item with a String.
|
void |
BaseDatabase.save(Object object)
Saves a business object.
|
protected void |
BaseDMapper.setValue(Object object,
String setName,
Object value,
Class clazz)
Sets a value of an attribute given by its setter method in a given
object.
|
Copyright © 2005–2020. All rights reserved.