public class ReadMarketingSpotMediator extends AbstractReadBusinessObjectMediatorImpl
Constructor and Description |
---|
ReadMarketingSpotMediator() |
Modifier and Type | Method and Description |
---|---|
void |
buildNoun(java.lang.Object aLogicalEntityType,
java.lang.Object aPhysicalEntityType)
This method builds the main Marketing Spot noun.
|
void |
buildUserData(MarketingSpotType aLogicalEntityType,
Emspot aPhysicalEntity)
This method populates the marketing spot noun level configurable user data.
|
java.lang.Object |
createNounType()
This method creates a noun type that corresponds to the root physical entity.
|
buildNounParts, getNouns, getPhysicalDataContainer, getSelectionCriteria, initialize
getUpdateAccessProfile, setUpdateAccessProfile
initializeConfig
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeConfig
public void buildNoun(java.lang.Object aLogicalEntityType, java.lang.Object aPhysicalEntityType) throws AbstractApplicationException
aLogicalEntityType
- The logical noun.aPhysicalEntityType
- The physical data object.AbstractApplicationException
public java.lang.Object createNounType() throws AbstractApplicationException
AbstractApplicationException
public void buildUserData(MarketingSpotType aLogicalEntityType, Emspot aPhysicalEntity) throws AbstractApplicationException
aLogicalEntityType
- The logical noun.aPhysicalEntity
- The physical data object.AbstractApplicationException