public class ReadCampaignElementMediator extends AbstractReadBusinessObjectPartMediatorImpl
Constructor and Description |
---|
ReadCampaignElementMediator() |
Modifier and Type | Method and Description |
---|---|
void |
buildNounPart(java.lang.Object aNoun,
java.lang.Object aPhysicalEntity)
This method reads the logical campaign element noun part and adds it to the main Activity noun.
|
void |
buildUserData(CampaignElementType aLogicalEntityType,
Dmelement aPhysicalEntity)
This method populates the campaign element noun part level configurable user data.
|
void |
buildUserData(TestElementStatisticsType aLogicalEntityType,
Dmexpstats aPhysicalEntity)
This method populates the campaign element noun part level configurable user data.
|
getPhysicalDataContainer, getSelectionCriteria, setPhysicalDataContainer, setSelectionCriteria
getUpdateAccessProfile, setUpdateAccessProfile
initializeConfig
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeConfig
public void buildNounPart(java.lang.Object aNoun, java.lang.Object aPhysicalEntity) throws AbstractApplicationException
aNoun
- The root noun which will contain the noun part built through this mediator.aPhysicalEntity
- The root physical data object.AbstractApplicationException
public void buildUserData(TestElementStatisticsType aLogicalEntityType, Dmexpstats aPhysicalEntity) throws AbstractApplicationException
aLogicalEntityType
- The logical noun.aPhysicalEntity
- The physical data object.AbstractApplicationException
public void buildUserData(CampaignElementType aLogicalEntityType, Dmelement aPhysicalEntity) throws AbstractApplicationException
aLogicalEntityType
- The logical noun.aPhysicalEntity
- The physical data object.AbstractApplicationException