Class InQuerySupport<S,​T>

java.lang.Object
com.deniz.jira.worklog.services.attr.InQuerySupport<S,​T>

public class InQuerySupport<S,​T>
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static interface  InQuerySupport.Supplier<S,​T>  
    static interface  InQuerySupport.Supplier2<S,​T>  
  • Constructor Summary

    Constructors 
    Constructor Description
    InQuerySupport()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<S,​T> get​(S[] idList, InQuerySupport.Supplier<S,​T> supplier)  
    java.util.Set<T> get​(S[] idList, java.time.ZonedDateTime startDate, java.time.ZonedDateTime endDate, InQuerySupport.Supplier2<S,​T> supplier)  
    static java.lang.String nextChuck​(int start, int end)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • nextChuck

      @Nonnull public static java.lang.String nextChuck​(int start, int end)
    • get

      public java.util.Set<T> get​(@Nonnull S[] idList, java.time.ZonedDateTime startDate, java.time.ZonedDateTime endDate, @Nonnull InQuerySupport.Supplier2<S,​T> supplier)
    • get

      public java.util.Map<S,​T> get​(@Nonnull S[] idList, @Nonnull InQuerySupport.Supplier<S,​T> supplier)