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

Class ReadSubscriptionPaymentInfoPartMediator

    • Constructor Detail

      • ReadSubscriptionPaymentInfoPartMediator

        public ReadSubscriptionPaymentInfoPartMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method builds the logical SubscriptionPaymentDetails noun part and adds it to the main Subscription 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(com.ibm.commerce.foundation.common.datatypes.SubscriptionPaymentInfoType aLogicalEntityType,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method populates the Subscription payment information configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun.
        aPhysicalEntity - The physical data object.
        Throws:
        AbstractApplicationException