|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.map.BaseDMapper de.bea.domingo.map.MapperSet de.bea.domingo.map.BaseMapper de.bea.domingo.groupware.map.EmailMapper
public final class EmailMapper
Mapper for memos in a Notes mail database.
Email
,
EmailDigest
Field Summary |
---|
Fields inherited from class de.bea.domingo.map.BaseMapper |
---|
EMPTY_ARGS, EMPTY_PARAMS |
Constructor Summary | |
---|---|
EmailMapper()
Constructor. |
Method Summary | |
---|---|
void |
map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
java.lang.Object |
newDigest()
Creates a new digest instance of the business object. |
java.lang.Object |
newInstance()
Creates a new instance of the business object. |
Methods inherited from class de.bea.domingo.map.BaseMapper |
---|
getDigestClass, getInstanceClass |
Methods inherited from class de.bea.domingo.map.MapperSet |
---|
add, map, map |
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 |
Methods inherited from interface de.bea.domingo.map.Mapper |
---|
map, map |
Constructor Detail |
---|
public EmailMapper() throws MethodNotFoundException
MethodNotFoundException
- if the getter or setter method was not found for the attribute nameMethod Detail |
---|
public java.lang.Object newInstance()
DMapper.newInstance()
public java.lang.Object newDigest()
DMapper.newDigest()
public void map(DViewEntry viewEntry, java.lang.Object object) throws MappingException
viewEntry
- the domingo ViewEntryobject
- the business object
MappingException
- if an error occurred during mappingDMapper.map(de.bea.domingo.DViewEntry, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |