|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.map.BaseDMapper
de.bea.domingo.map.MapperSet
public abstract class MapperSet
A set of mappers which itself is a mapper.
| Constructor Summary | |
|---|---|
MapperSet()
|
|
| Method Summary | |
|---|---|
boolean |
add(Mapper mapper)
Adds the specified element to this set if it is not already present. |
void |
map(DDocument document,
java.lang.Object object)
Maps a domingo document to a business object. |
void |
map(java.lang.Object object,
DDocument document)
Maps a business object to a domingo document. |
| Methods inherited from class de.bea.domingo.map.BaseDMapper |
|---|
getCalendar, getValue, getValue, getValueDate, getValueDateRange, getValueDouble, getValueInteger, getValueString, hasMethod, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapperSet()
| Method Detail |
|---|
public final boolean add(Mapper mapper)
mapper - mapper to be added to the mapper set
Set.add(java.lang.Object)
public final void map(DDocument document,
java.lang.Object object)
throws MappingException
document - the domingo document to mapobject - the business object
MappingException - if an error occurred during mappingMapper.map(de.bea.domingo.DDocument,
java.lang.Object)
public final void map(java.lang.Object object,
DDocument document)
throws MappingException
object - the business objectdocument - the domingo document to map to
MappingException - if an error occurred during mappingMapper.map(java.lang.Object,
de.bea.domingo.DDocument)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||