public class AbstractQuery extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
batchSize |
protected int |
iterationSize |
protected Long |
originSalesChannel |
protected Predicate<TicketInfo> |
pluginFilter |
protected List<ProductOrPerfIndex> |
prodAndPerfFilter |
protected List<CatalogIndex> |
seatCategories |
protected boolean |
settledFilesOnly |
protected CatalogIndex |
shipmentMode |
protected List<Long> |
subTargetGroups |
protected List<CatalogIndex> |
tariffs |
protected List<String> |
ticketProductionVariableNames |
Constructor and Description |
---|
AbstractQuery(AbstractQuery source) |
AbstractQuery(CatalogIndex shipmentMode,
List<ProductOrPerfIndex> prodAndPerfFilter,
List<CatalogIndex> tariffs,
List<CatalogIndex> seatCategories,
Long originSalesChannel,
List<Long> subTargetGroups,
Predicate<TicketInfo> pluginFilter,
boolean settledFilesOnly,
int iterationSize,
Integer batchSize) |
AbstractQuery(CatalogIndex shipmentMode,
List<ProductOrPerfIndex> prodAndPerfFilter,
List<CatalogIndex> tariffs,
List<CatalogIndex> seatCategories,
Long originSalesChannel,
List<Long> subTargetGroups,
Predicate<TicketInfo> pluginFilter,
boolean settledFilesOnly,
int iterationSize,
Integer batchSize,
List<String> ticketProductionVariableNames) |
Modifier and Type | Method and Description |
---|---|
Integer |
getBatchSize() |
int |
getIterationSize() |
Predicate<TicketInfo> |
getPluginFilter() |
List<ProductOrPerfIndex> |
getProdAndPerfFilter() |
CatalogIndex |
getShipmentMode() |
protected final CatalogIndex shipmentMode
protected final List<ProductOrPerfIndex> prodAndPerfFilter
protected final List<CatalogIndex> tariffs
protected final List<CatalogIndex> seatCategories
protected final Long originSalesChannel
protected final Predicate<TicketInfo> pluginFilter
protected final boolean settledFilesOnly
protected final int iterationSize
protected final Integer batchSize
public AbstractQuery(CatalogIndex shipmentMode, List<ProductOrPerfIndex> prodAndPerfFilter, List<CatalogIndex> tariffs, List<CatalogIndex> seatCategories, Long originSalesChannel, List<Long> subTargetGroups, Predicate<TicketInfo> pluginFilter, boolean settledFilesOnly, int iterationSize, Integer batchSize)
public AbstractQuery(CatalogIndex shipmentMode, List<ProductOrPerfIndex> prodAndPerfFilter, List<CatalogIndex> tariffs, List<CatalogIndex> seatCategories, Long originSalesChannel, List<Long> subTargetGroups, Predicate<TicketInfo> pluginFilter, boolean settledFilesOnly, int iterationSize, Integer batchSize, List<String> ticketProductionVariableNames)
public AbstractQuery(AbstractQuery source)
public CatalogIndex getShipmentMode()
public List<ProductOrPerfIndex> getProdAndPerfFilter()
public Predicate<TicketInfo> getPluginFilter()
public int getIterationSize()
public Integer getBatchSize()
Copyright © 2021. All rights reserved.