com.ibm.commerce.marketing.facade.server.services.dataaccess.bom.mediator

Class ReadMarketingContentDescriptionMediator

  • All Implemented Interfaces:
    BusinessObjectMediator, ReadBusinessObjectPartMediator


    public class ReadMarketingContentDescriptionMediator
    extends AbstractReadBusinessObjectPartMediatorImpl
    The Marketing Content Description read mediator transforms the physical data object into the logical data object for marketing content descriptions. For the marketing text, if there is data in the LONGMKTGTXT column in the COLLDESC database table, then that data is returned. Otherwise, the data in the MARKETINGTEXT column in the COLLDESC database table is returned.
    • Constructor Detail

      • ReadMarketingContentDescriptionMediator

        public ReadMarketingContentDescriptionMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method reads the logical marketing content description noun part and adds it to the main marketing content noun.
        Parameters:
        aNoun - The root noun which will contain the noun part built through this mediator.
        aPhysicalEntity - The root physical data object.
        Throws:
        AbstractApplicationException