public class ReadMarketingEmailTemplateMediator extends AbstractReadBusinessObjectMediatorImpl
Constructor and Description |
---|
ReadMarketingEmailTemplateMediator() |
Modifier and Type | Method and Description |
---|---|
void |
buildNoun(java.lang.Object aLogicalEntityType,
java.lang.Object aPhysicalEntityType)
This method builds the main MarketingEmailTemplate noun.
|
void |
buildUserData(MarketingEmailTemplateType aLogicalEntityType,
Emlmsg aPhysicalEntity)
This method populates the marketing email template 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(MarketingEmailTemplateType aLogicalEntityType, Emlmsg aPhysicalEntity) throws AbstractApplicationException
aLogicalEntityType
- The logical noun.aPhysicalEntity
- The physical data object.AbstractApplicationException