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

Class ReadGeoNodeMediator

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReadGeoNodeMediator

        public ReadGeoNodeMediator()
    • Method Detail

      • buildNoun

        public void buildNoun(java.lang.Object aLogicalEntityType,
                              java.lang.Object aPhysicalEntityType)
                       throws BusinessObjectMediatorException
        Description copied from class: AbstractReadBusinessObjectMediatorImpl
        Builds the main noun. This method populates the attributes of the noun The noun parts are built by specific mediators if they are configured.
        Parameters:
        aLogicalEntityType - The noun
        aPhysicalEntityType - The physical entity
        Throws:
        BusinessObjectMediatorException
        See Also:
        com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator.ReadBusinessObjectMediator#buildNoun(java.lang.Object, java.lang.Object)