de.bea.domingo.groupware.map
Class PublicContactMapper

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.PublicContactMapper
All Implemented Interfaces:
DMapper, Mapper

public final class PublicContactMapper
extends BaseContactMapper

Mapper for Contact entries in a Notes personal 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
PublicContactMapper()
           
 
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

PublicContactMapper

public PublicContactMapper()
                    throws MethodNotFoundException
Throws:
MethodNotFoundException - if a getter or setter method was not found in the instance or digest class
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