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

Class ReadGiftListRegistrantPartMediator

    • Constructor Detail

      • ReadGiftListRegistrantPartMediator

        public ReadGiftListRegistrantPartMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method builds the logical GiftListRegistrant noun parts and adds them to the main GiftList 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(GiftListRegistrantType aLogicalEntityType,
                                  com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grrgstrnt aPhysicalEntity)
                           throws AbstractApplicationException
        This method populates the GiftListRegistrant noun part level configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun part.
        aPhysicalEntity - The physical data object.
        Throws:
        AbstractApplicationException
      • buildContactInfoUserData

        public void buildContactInfoUserData(ContactInfoType aLogicalEntityType,
                                             com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grrgstrnt aPhysicalEntity)
                                      throws AbstractApplicationException
        This method populates the address level configurable user data.
        Parameters:
        aLogicalEntityType - The logical noun part.
        aPhysicalEntity - The physical data object.
        Throws:
        AbstractApplicationException