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

Class ReadCatalogFilterMediator

    • Constructor Detail

      • ReadCatalogFilterMediator

        public ReadCatalogFilterMediator()
    • Method Detail

      • buildNoun

        public void buildNoun(java.lang.Object aLogicalEntityType,
                              java.lang.Object aPhysicalEntityType)
                       throws AbstractApplicationException
        This method builds the main CatalogFilter noun.
        Parameters:
        aLogicalEntityType - The logical noun.
        aPhysicalEntityType - The physical data object.
        Throws:
        AbstractApplicationException
      • buildUserData

        public void buildUserData(com.ibm.commerce.catalog.facade.datatypes.CatalogFilterType aLogicalEntityType,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method populates the CatalogFilter noun level configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun.
        aPhysicalEntity - The physical data object.
        Throws:
        AbstractApplicationException