public final class EmailMapper extends BaseMapper
Email,
EmailDigestEMPTY_ARGS, EMPTY_PARAMS| Constructor and Description |
|---|
EmailMapper()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
Object |
newDigest()
Creates a new digest instance of the business object.
|
Object |
newInstance()
Creates a new instance of the business object.
|
getDigestClass, getInstanceClassgetCalendar, getValue, getValue, getValueDate, getValueDateRange, getValueDouble, getValueInteger, getValueString, hasMethod, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, setValuepublic EmailMapper()
throws MethodNotFoundException
MethodNotFoundException - if the getter or setter method was not found for the attribute namepublic Object newInstance()
DMapper.newInstance()public Object newDigest()
DMapper.newDigest()public void map(DViewEntry viewEntry, Object object) throws MappingException
viewEntry - the domingo ViewEntryobject - the business objectMappingException - if an error occurred during mappingDMapper.map(DViewEntry, java.lang.Object)Copyright © 2005–2020. All rights reserved.