|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mapper
Mapper interface for mappers between business objects and Notes documents.
Method Summary | |
---|---|
void |
map(DDocument document,
java.lang.Object object)
Maps a domingo document to a business object. |
void |
map(java.lang.Object object,
DDocument document)
Maps a business object to a domingo document. |
Method Detail |
---|
void map(DDocument document, java.lang.Object object) throws MappingException
document
- the domingo document to mapobject
- the business object
MappingException
- if an error occurred during mappingvoid map(java.lang.Object object, DDocument document) throws MappingException
object
- the business objectdocument
- the domingo document to map to
MappingException
- if an error occurred during mapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |