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

Class ReadGiftListEventInformationPartMediator

    • Constructor Detail

      • ReadGiftListEventInformationPartMediator

        public ReadGiftListEventInformationPartMediator()
    • Method Detail

      • buildNounPart

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

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