Class ResultFetchers


  • public class ResultFetchers
    extends java.lang.Object
    Fetches results from db by JOOQ queries into Java objects.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Activity>> ACTIVITY_FETCHER
      Fetches records from db results into list of Activity objects.
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Dashboard>> DASHBOARD_FETCHER  
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Integration>> INTEGRATION_FETCHER
      Fetches records from db results into list of Integration objects.
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Launch>> LAUNCH_FETCHER
      Fetches records from db results into list of Launch objects.
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Log>> LOG_FETCHER
      Fetches records from db results into list of Log objects.
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<NestedItem>> NESTED_ITEM_FETCHER  
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.Map<java.lang.Long,​PathName>> PATH_NAMES_FETCHER  
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Project>> PROJECT_FETCHER
      Fetches records from db results into list of Project objects.
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​ReportPortalUser> REPORTPORTAL_USER_FETCHER  
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<TestItem>> TEST_ITEM_FETCHER
      Fetches records from db results into list of TestItem objects.
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<User>> USER_FETCHER  
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<UserFilter>> USER_FILTER_FETCHER  
      static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Widget>> WIDGET_FETCHER  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PROJECT_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Project>> PROJECT_FETCHER
        Fetches records from db results into list of Project objects.
      • LAUNCH_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Launch>> LAUNCH_FETCHER
        Fetches records from db results into list of Launch objects.
      • TEST_ITEM_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<TestItem>> TEST_ITEM_FETCHER
        Fetches records from db results into list of TestItem objects.
      • PATH_NAMES_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.Map<java.lang.Long,​PathName>> PATH_NAMES_FETCHER
      • LOG_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Log>> LOG_FETCHER
        Fetches records from db results into list of Log objects.
      • ACTIVITY_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Activity>> ACTIVITY_FETCHER
        Fetches records from db results into list of Activity objects.
      • INTEGRATION_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Integration>> INTEGRATION_FETCHER
        Fetches records from db results into list of Integration objects.
      • USER_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<User>> USER_FETCHER
      • USER_FILTER_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<UserFilter>> USER_FILTER_FETCHER
      • DASHBOARD_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Dashboard>> DASHBOARD_FETCHER
      • WIDGET_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<Widget>> WIDGET_FETCHER
      • NESTED_ITEM_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​java.util.List<NestedItem>> NESTED_ITEM_FETCHER
      • REPORTPORTAL_USER_FETCHER

        public static final java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,​ReportPortalUser> REPORTPORTAL_USER_FETCHER