|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingException | |
---|---|
de.bea.domingo.groupware.map | Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. |
de.bea.domingo.map | Generic Mapping layer between Notes documents and Java classes. |
Uses of MappingException in de.bea.domingo.groupware.map |
---|
Methods in de.bea.domingo.groupware.map that throw MappingException | |
---|---|
void |
EmailMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
void |
CalendarEntryMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
void |
BaseContactMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
Uses of MappingException in de.bea.domingo.map |
---|
Subclasses of MappingException in de.bea.domingo.map | |
---|---|
class |
MethodNotFoundException
Signals that an expected method wasn't found in a bean class. |
Methods in de.bea.domingo.map that throw MappingException | |
---|---|
protected java.util.List |
BaseDMapper.getValue(DDocument document,
java.lang.String itemName)
Reads the date value of an item. |
protected java.lang.Object |
BaseDMapper.getValue(java.lang.Object object,
java.lang.String getName)
Returns the value of an attribute given by its getter method from given object. |
protected java.util.Calendar |
BaseDMapper.getValueDate(DDocument document,
java.lang.String itemName)
Reads the date value of an item. |
protected DDateRange |
BaseDMapper.getValueDateRange(DDocument document,
java.lang.String itemName)
Reads the DDateRange value of an item. |
protected java.lang.Double |
BaseDMapper.getValueDouble(DDocument document,
java.lang.String itemName)
Reads the Double value of an item. |
protected java.lang.Integer |
BaseDMapper.getValueInteger(DDocument document,
java.lang.String itemName)
Reads the Integer value of an item. |
protected java.lang.String |
BaseDMapper.getValueString(DDocument document,
java.lang.String itemName)
Reads the String value of an item. |
void |
SubMapper.map(DDocument document,
java.lang.Object object)
Performs the mapping from a document to a business object. |
void |
MapperSet.map(DDocument document,
java.lang.Object object)
Maps a domingo document to a business object. |
void |
Mapper.map(DDocument document,
java.lang.Object object)
Maps a domingo document to a business object. |
void |
MapMapper.map(DDocument document,
java.lang.Object object)
Maps a domingo document to a business object. |
void |
ListMapper.map(DDocument document,
java.lang.Object object)
Maps a domingo document to a business object. |
void |
DirectMapper.map(DDocument document,
java.lang.Object object)
Performs the direct mapping from a document to a business object. |
void |
ConstantMapper.map(DDocument document,
java.lang.Object object)
Performs the direct mapping from a document to a business object. |
void |
BaseDatabase.map(DDocument document,
java.lang.Object object)
Maps a domingo document to a business object. |
void |
DMapper.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
void |
BaseDatabase.map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
void |
SubMapper.map(java.lang.Object object,
DDocument document)
Performs the mapping from a business object to a document. |
void |
MapperSet.map(java.lang.Object object,
DDocument document)
Maps a business object to a domingo document. |
void |
Mapper.map(java.lang.Object object,
DDocument document)
Maps a business object to a domingo document. |
void |
MapMapper.map(java.lang.Object object,
DDocument document)
Maps a business object to a domingo document. |
void |
ListMapper.map(java.lang.Object object,
DDocument document)
Maps a business object to a domingo document. |
void |
DirectMapper.map(java.lang.Object object,
DDocument document)
Performs the direct mapping from a business object to a document. |
void |
ConstantMapper.map(java.lang.Object object,
DDocument document)
Performs the direct mapping from a business object to a document. |
void |
BaseDatabase.map(java.lang.Object object,
DDocument document)
Maps a business object to a domingo document. |
protected void |
BaseDMapper.replaceItemValue(DDocument document,
java.lang.String itemName,
java.util.Calendar value)
Replaces the value of an item with a Calendar. |
protected void |
BaseDMapper.replaceItemValue(DDocument document,
java.lang.String itemName,
double value)
Replaces the value of an item with a double. |
protected void |
BaseDMapper.replaceItemValue(DDocument document,
java.lang.String itemName,
java.lang.Double value)
Replaces the value of an item with a Double. |
protected void |
BaseDMapper.replaceItemValue(DDocument document,
java.lang.String itemName,
int value)
Replaces the value of an item with an int. |
protected void |
BaseDMapper.replaceItemValue(DDocument document,
java.lang.String itemName,
java.lang.Integer value)
Replaces the value of an item with an Integer. |
protected void |
BaseDMapper.replaceItemValue(DDocument document,
java.lang.String itemName,
java.util.List value)
Replaces the value of an item with a List. |
protected void |
BaseDMapper.replaceItemValue(DDocument document,
java.lang.String itemName,
java.lang.String value)
Replaces the value of an item with a String. |
void |
BaseDatabase.save(java.lang.Object object)
Saves a business object. |
protected void |
BaseDMapper.setValue(java.lang.Object object,
java.lang.String setName,
java.lang.Object value,
java.lang.Class clazz)
Sets a value of an attribute given by its setter method in a given object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |