Interface OfferResponseListView

    • Method Detail

      • showOfferResponseList

        void showOfferResponseList​(java.util.List<OfferResponse> offerResponse,
                                   int totalEntries)
        Notifies the view to show the OfferResponse list. This also means that the GET offer response API was successful
        Parameters:
        offerResponse - list of offer response
        totalEntries - total expected entries regardless of pagination
      • appendOfferResponseList

        void appendOfferResponseList​(java.util.List<OfferResponse> offerResponse,
                                     int totalEntries)
        Notifies the view to append the existing OfferResponse list. This also means that the GET offer response API with pagination was successful
        Parameters:
        offerResponse - list of the next set of offer response
        totalEntries - total expected entries regardless of pagination
      • refreshList

        void refreshList()
        Refresh the list by clearing the cache and recalling the GET offer response API