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

Class ReadGiftListUtilityMediator

  • java.lang.Object
    • com.ibm.commerce.giftcenter.facade.server.services.dataaccess.bom.mediator.ReadGiftListUtilityMediator
  • Direct Known Subclasses:
    ReadGiftListUtilityMediatorImpl


    public abstract class ReadGiftListUtilityMediator
    extends java.lang.Object
    This is an abstract utility class used to transform information in the GiftList noun from a physical data object to a logical data object.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract void populateGiftListAddress(ContactInfoType giftListAddress, com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Graddr grAddress)
      This method populates the gift list address from the physical to the logical SDO.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReadGiftListUtilityMediator

        public ReadGiftListUtilityMediator()
    • Method Detail

      • populateGiftListAddress

        public abstract void populateGiftListAddress(ContactInfoType giftListAddress,
                                                     com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Graddr grAddress)
                                              throws AbstractApplicationException
        This method populates the gift list address from the physical to the logical SDO.
        Parameters:
        giftListAddress - The gift list address logical SDO.
        grAddress - The gift list address physical SDO.
        Throws:
        AbstractApplicationException