Class ResultFetchers
- java.lang.Object
-
- com.epam.ta.reportportal.dao.util.ResultFetchers
-
public class ResultFetchers extends java.lang.ObjectFetches 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_FETCHERFetches records from db results into list ofActivityobjects.static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<Dashboard>>DASHBOARD_FETCHERstatic java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<Integration>>INTEGRATION_FETCHERFetches records from db results into list ofIntegrationobjects.static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<Launch>>LAUNCH_FETCHERFetches records from db results into list ofLaunchobjects.static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<Log>>LOG_FETCHERFetches records from db results into list ofLogobjects.static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<NestedItem>>NESTED_ITEM_FETCHERstatic java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.Map<java.lang.Long,PathName>>PATH_NAMES_FETCHERstatic java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<Project>>PROJECT_FETCHERFetches records from db results into list ofProjectobjects.static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,ReportPortalUser>REPORTPORTAL_USER_FETCHERstatic java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<TestItem>>TEST_ITEM_FETCHERFetches records from db results into list ofTestItemobjects.static java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<User>>USER_FETCHERstatic java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<UserFilter>>USER_FILTER_FETCHERstatic java.util.function.Function<org.jooq.Result<? extends org.jooq.Record>,java.util.List<Widget>>WIDGET_FETCHER
-
-
-
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 ofProjectobjects.
-
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 ofLaunchobjects.
-
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 ofTestItemobjects.
-
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 ofLogobjects.
-
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 ofActivityobjects.
-
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 ofIntegrationobjects.
-
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
-
-