com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator

Interface ReadBusinessObjectPartMediator

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Field Detail

      • COPYRIGHT

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

      • buildNounPart

        void buildNounPart(java.lang.Object aNoun,
                           java.lang.Object aPhysicalEntity)
                    throws AbstractApplicationException
        Builds the logical noun part. The logical noun parts are built and added to the noun.
        Parameters:
        aNoun - The root noun which contains the noun part built through this mediator
        aPhysicalEntity - The root physical entity
        Throws:
        AbstractApplicationException