public interface ReadBusinessObjectPartMediator extends BusinessObjectMediator
The read part mediator constructs the logical object noun part based on the values in the corresponding physical entity. The logical nouns parts defined by various components are built by this mediator. The default mediator can be extended to fetch data from additional entities and populate any overlays that are defined.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
void |
buildNounPart(java.lang.Object aNoun,
java.lang.Object aPhysicalEntity)
Builds the logical noun part.
|
initializeConfig
static final java.lang.String COPYRIGHT
void buildNounPart(java.lang.Object aNoun, java.lang.Object aPhysicalEntity) throws AbstractApplicationException
aNoun
- The root noun which contains the noun part built through this mediatoraPhysicalEntity
- The root physical entityAbstractApplicationException