| Interface | Description |
|---|---|
| BusinessObjectMediator |
The interface for all the mediators
|
| ChangeBusinessObjectMediator |
The class processes changes on the logical noun.
|
| ChangeBusinessObjectPartMediator |
Update operation on the logical NounPart
|
| ChangeControlBusinessObjectMediator |
The Change Control Business Object Mediator is responsible for resolving
the current state of business objects and whether they can be modified or not.
|
| ReadBusinessObjectMediator |
The read mediator constructs the logical object based on the values in the corresponding physical entity.
|
| ReadBusinessObjectPartMediator |
The read part mediator constructs the logical object noun part based on the values in the corresponding physical entity.
|
| Class | Description |
|---|---|
| AbstractBusinessObjectMediatorImpl |
The abstract class for the business object mediators performs common operations
associated with the mediators.
|
| AbstractChangeBusinessObjectMediatorImpl |
The abstract class which performs common operations for the change mediators.
|
| AbstractChangeBusinessObjectPartMediatorImpl |
The abstract class that performs the common operations for the change mediators.
|
| AbstractReadBusinessObjectMediatorImpl |
Abstract class for mediators building the nouns.
|
| AbstractReadBusinessObjectPartMediatorImpl |
Abstract class for the read part mediators which builds the logical noun
parts from the physical entity.
|
| AbstractTransformBusinessObjectMediatorImpl |
The abstract transformation mediator class for the noun and noun part mediators
associated with change.
|