Uses of Interface
de.bea.domingo.map.Mapper

Packages that use Mapper
de.bea.domingo.groupware.map Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. 
de.bea.domingo.map Generic Mapping layer between Notes documents and Java classes. 
 

Uses of Mapper in de.bea.domingo.groupware.map
 

Classes in de.bea.domingo.groupware.map that implement Mapper
 class BaseContactMapper
          Mapper for Contact entries - common functonality between Public and Private address books.
 class CalendarEntryMapper
          Mapper for calendar entries, e.g. in a Notes mail database.
 class EmailMapper
          Mapper for memos in a Notes mail database.
 class PrivateContactMapper
          Mapper for Person entries in a Notes public address book.
 class PublicContactMapper
          Mapper for Contact entries in a Notes personal address book.
 

Uses of Mapper in de.bea.domingo.map
 

Subinterfaces of Mapper in de.bea.domingo.map
 interface DMapper
          Interface for mappers from business objects to domingo and vice versa.
 

Classes in de.bea.domingo.map that implement Mapper
 class BaseDMapper
          Abstract base class for domingo mappers providing useful methods to access Notes.
 class BaseMapper
          Abstract base class for domingo mappers.
 class ConstantMapper
          Class defining a constant value of an item value.
 class CustomMapper
          Abstract base class for custom mapping between a document and a business object.
 class DirectMapper
          Class defining and performing a direct mapping of a single attribute between a document and a business object.
 class ListMapper
          Class defining and performing a mapping of Lists of business objects from and to a document.
 class MapMapper
          Class defining and performing a mapping of a map of attributes to a document.
 class MapperSet
          A set of mappers which itself is a mapper.
 class SubMapper
          Class defining and performing a mapping of an attribute that itself is a complex sub object of a business object.
 

Methods in de.bea.domingo.map with parameters of type Mapper
 boolean MapperSet.add(Mapper mapper)
          Adds the specified element to this set if it is not already present.
 

Constructors in de.bea.domingo.map with parameters of type Mapper
SubMapper(Mapper mapper)
          Constructor.
 



Domingo Java-API