|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DMapper
Interface for mappers from business objects to domingo and vice versa.
Method Summary | |
---|---|
java.lang.Class |
getDigestClass()
Returns the class of digests of business objects handled by this mapper. |
java.lang.Class |
getInstanceClass()
Returns the class of business objects handled by this mapper. |
void |
map(DViewEntry viewEntry,
java.lang.Object object)
Maps a Domingo ViewEntry to a business object. |
java.lang.Object |
newDigest()
Creates a new digest instance of the business object. |
java.lang.Object |
newInstance()
Creates a new instance of the business object. |
Methods inherited from interface de.bea.domingo.map.Mapper |
---|
map, map |
Method Detail |
---|
java.lang.Class getInstanceClass()
java.lang.Class getDigestClass()
java.lang.Object newInstance()
java.lang.Object newDigest()
void map(DViewEntry viewEntry, java.lang.Object object) throws MappingException
viewEntry
- the domingo ViewEntryobject
- the business object
MappingException
- if an error occurred during mapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |