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

Class ReadCatalogGroupDescriptionMediator

    • Constructor Detail

      • ReadCatalogGroupDescriptionMediator

        public ReadCatalogGroupDescriptionMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        Creates the Catalog Group Description segment in Logical Entity by copying data from physical entity.
        Parameters:
        aNoun - an Object for holding the Logial enity which is of type CatalogGroup, to be populated by copying data from physical entity
        aPhysicalEntity - an Object to hold the physical entity of type CatalogGroup which contains the data that has to be populated in Logical Entity.
        Throws:
        AbstractApplicationException - throws an exception of type BusinessObjectMediatorException
        See Also:
        ReadBusinessObjectPartMediator.buildNounPart(java.lang.Object, java.lang.Object)