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

Class ReadCatalogFilterDescriptionPartMediator

    • Constructor Detail

      • ReadCatalogFilterDescriptionPartMediator

        public ReadCatalogFilterDescriptionPartMediator()
    • Method Detail

      • buildNounPart

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

        public void buildUserData(DescriptionType aLogicalEntityType,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method populates the Description noun part level configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun part.
        aPhysicalEntity - The physical data object.
        Throws:
        AbstractApplicationException