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

Class SolrReadFacetViewPartMediator

    • Field Detail

      • PROPERTY_NAME_DISPLAY_CHILD_CATEGORIES_ONLY

        public static final java.lang.String PROPERTY_NAME_DISPLAY_CHILD_CATEGORIES_ONLY
        Extended configuration constant - display child categories only for the category facet.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SolrReadFacetViewPartMediator

        public SolrReadFacetViewPartMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws BusinessObjectMediatorException,
                                  com.ibm.commerce.foundation.internal.common.exception.FoundationApplicationException
        Build the /CatalogNavigationView/FacetView portion of the CatalogNavigationView noun. If no FacetView data is found in the physical object, then the logical noun is unchanged by this operation.
        Parameters:
        aNoun - an Object for holding the Logial entity which is of type CatalogNavigationView, to be populated by copying data from physical entity
        aPhysicalEntity - An Object to hold the physical entity of type CatalogNavigationView which contains the data that has to be populated in Logical Entity.
        Throws:
        throws - an exception of type FoundationApplicationException
        throws - an exception of type BusinessObjectMediatorException
        BusinessObjectMediatorException
        com.ibm.commerce.foundation.internal.common.exception.FoundationApplicationException
        See Also:
        ReadBusinessObjectPartMediator.buildNounPart(java.lang.Object, java.lang.Object)