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

Class SolrReadCatalogNavigationViewMediator

    • Constructor Detail

      • SolrReadCatalogNavigationViewMediator

        public SolrReadCatalogNavigationViewMediator()
    • Method Detail

      • buildNoun

        public void buildNoun(java.lang.Object aLogicalEntityType,
                              java.lang.Object aPhysicalEntityType)
                       throws BusinessObjectMediatorException
        Build the CatalogNavigationView logical noun.
        Parameters:
        aLogicalEntityType - an Object for holding the Logial enity which is of type CatalogNavigationView, to be populated by copying data from physical entity
        aPhysicalEntityType - an Object to hold the physical entity of type CatalogNavigationView which contains the data that has to be populated in Logical Entity.
        Throws:
        BusinessObjectMediatorException - throws an exception of type BusinessObjectMediatorException
        See Also:
        com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator.ReadBusinessObjectMediator#buildNoun(java.lang.Object, java.lang.Object)
      • createNounType

        public java.lang.Object createNounType()
                                        throws BusinessObjectMediatorException
        This method will create an CatalogNavigationViewType logical object.
        Returns:
        Return the noun type object for this mediator
        Throws:
        BusinessObjectMediatorException
        See Also:
        com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator.ReadBusinessObjectMediator#createNounType()