public class ReadMarketingContentMediator extends AbstractReadBusinessObjectMediatorImpl
Constructor and Description |
---|
ReadMarketingContentMediator() |
Modifier and Type | Method and Description |
---|---|
void |
buildNoun(java.lang.Object aLogicalEntityType,
java.lang.Object aPhysicalEntityType)
This method builds the main Marketing Content noun.
|
void |
buildUserData(MarketingContentType aLogicalEntityType,
Collateral aPhysicalEntity)
This method populates the marketing content 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(MarketingContentType aLogicalEntityType, Collateral aPhysicalEntity) throws AbstractApplicationException
aLogicalEntityType
- The logical noun.aPhysicalEntity
- The physical data object.AbstractApplicationException