de.bea.domingo.groupware.map
Class PrivateContactMapper

java.lang.Object
  extended by de.bea.domingo.map.BaseDMapper
      extended by de.bea.domingo.map.MapperSet
          extended by de.bea.domingo.map.BaseMapper
              extended by de.bea.domingo.groupware.map.BaseContactMapper
                  extended by de.bea.domingo.groupware.map.PrivateContactMapper
All Implemented Interfaces:
DMapper, Mapper

public final class PrivateContactMapper
extends BaseContactMapper

Mapper for Person entries in a Notes public address book.

Author:
Daniel Schwarz
See Also:
Contact, ContactDigest, BaseContactMapper, PrivateContactMapper

Field Summary
 
Fields inherited from class de.bea.domingo.map.BaseMapper
EMPTY_ARGS, EMPTY_PARAMS
 
Constructor Summary
PrivateContactMapper()
           
 
Method Summary
protected  void mapColumnValues(java.util.List columnValues, ContactDigest digest)
          Maps the column values a contact digest.
 
Methods inherited from class de.bea.domingo.groupware.map.BaseContactMapper
map, newDigest, newInstance
 
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

PrivateContactMapper

public PrivateContactMapper()
                     throws MethodNotFoundException
Throws:
MethodNotFoundException - this should never happen
Method Detail

mapColumnValues

protected void mapColumnValues(java.util.List columnValues,
                               ContactDigest digest)
Maps the column values a contact digest. Implemented by database/view-specific subclasses.

Specified by:
mapColumnValues in class BaseContactMapper
Parameters:
columnValues - column values of a view entry.
digest - the digest to map the column values into
See Also:
BaseContactMapper.mapColumnValues(java.util.List, de.bea.domingo.groupware.ContactDigest)


Domingo Java-API