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

Class ReadGiftListItemPartMediator

    • Constructor Detail

      • ReadGiftListItemPartMediator

        public ReadGiftListItemPartMediator()
    • Method Detail

      • buildNounPart

        public void buildNounPart(java.lang.Object aNoun,
                                  java.lang.Object aPhysicalEntity)
                           throws AbstractApplicationException
        This method builds the logical GiftListItem 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(GiftListItemType giftListItem,
                                  com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grgftitm grItem)
                           throws AbstractApplicationException
        This method populates the GiftListItem noun part level configurable user data.
        Parameters:
        giftListItem - The logical noun part.
        grItem - The physical data object.
        Throws:
        AbstractApplicationException