Class OfferLogHelper


  • public final class OfferLogHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OfferLogHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Iterator<OfferLog> getListing​(StorageClientFactory storageClientFactory, java.lang.String strategy, java.lang.String offerId, DataCategory dataCategory, java.lang.Long offset, Order order, int chunkSize, java.lang.Integer limit)  
      • Methods inherited from class java.lang.Object

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

      • OfferLogHelper

        public OfferLogHelper()
    • Method Detail

      • getListing

        public static java.util.Iterator<OfferLog> getListing​(StorageClientFactory storageClientFactory,
                                                              java.lang.String strategy,
                                                              java.lang.String offerId,
                                                              DataCategory dataCategory,
                                                              java.lang.Long offset,
                                                              Order order,
                                                              int chunkSize,
                                                              java.lang.Integer limit)