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

Class ReadCatalogMediator

    • Constructor Detail

      • ReadCatalogMediator

        public ReadCatalogMediator()
    • Method Detail

      • buildNoun

        public void buildNoun(java.lang.Object aLogicalEntityType,
                              java.lang.Object aPhysicalEntityType)
                       throws AbstractApplicationException
        Build the Catalog logical noun
        Parameters:
        aLogicalEntityType - an Object for holding the Logial enity which is of type Catalog, to be populated by copying data from physical entity
        aPhysicalEntityType - an Object to hold the physical entity of type Catalog which contains the data that has to be populated in Logical Entity.
        Throws:
        AbstractApplicationException - 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 AbstractApplicationException
        Create Catalog logical type which acts the base logical noun
        Returns:
        Return the noun type object for this mediator
        Throws:
        AbstractApplicationException
        See Also:
        com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator.ReadBusinessObjectMediator#createNounType()