public abstract class BaseContactMapper extends BaseMapper
Contact,
ContactDigest,
PublicContactMapper,
PrivateContactMapperEMPTY_ARGS, EMPTY_PARAMS| Constructor and Description |
|---|
BaseContactMapper()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
protected abstract void |
mapColumnValues(List columnValues,
ContactDigest digest)
Maps the column values a contact digest.
|
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 BaseContactMapper()
throws MethodNotFoundException
MethodNotFoundException - if a getter or setter method was not
found in the instance or digest classpublic final void map(DViewEntry viewEntry, Object object) throws MappingException
viewEntry - the domingo ViewEntryobject - the business objectMappingException - if an error occurred during mappingmap(DViewEntry, java.lang.Object)protected abstract void mapColumnValues(List columnValues, ContactDigest digest)
columnValues - column values of a view entry.digest - the digest to map the column values intopublic final Object newDigest()
DMapper.newDigest()public final Object newInstance()
DMapper.newInstance()Copyright © 2005–2020. All rights reserved.