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

Class ReadCatalogGroupNavigationRelationshipMediator

    • Constructor Detail

      • ReadCatalogGroupNavigationRelationshipMediator

        public ReadCatalogGroupNavigationRelationshipMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws BusinessObjectMediatorException
        Build the /CatalogGroup/NavigationRelations portion of the CatalogGroup noun, based on data contained in the result graph. If no child catalog group or child catalog entry data is found in the physical graph, then the logical noun is unchanged by this operation.
        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:
        throws - an exception of type BusinessObjectMediatorException
        BusinessObjectMediatorException
        See Also:
        ReadBusinessObjectPartMediator.buildNounPart(java.lang.Object, java.lang.Object)