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

Class ReadSubscriptionPaymentSchedulePartMediator

    • Constructor Detail

      • ReadSubscriptionPaymentSchedulePartMediator

        public ReadSubscriptionPaymentSchedulePartMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method builds the logical ScheduleInfoType 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.ScheduleInfoType aLogicalEntityType,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method populates the Subscription payment schedule configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun.
        aPhysicalEntity - The physical data object.
        Throws:
        AbstractApplicationException