public static interface DatamartContext.DataSlice
Filter
s can be uses as well.
Inclusions and exclusions are all OR-ed together. They are then combined as (inclusions AND NOT exclusions).
When a TimePeriod is used, the slice also needs to know the name of the date dimension field to match to. This field is set in the constructor, and is common to all TimePeriod used.
Modifier and Type | Method and Description |
---|---|
void |
addFilter(Filter filter) |
void |
clear() |
void |
exclude(CalendarUtil.TimePeriod timePeriod) |
void |
exclude(CustomerGroup customerGroup) |
void |
exclude(ProductGroup productGroup) |
void |
include(CalendarUtil.TimePeriod timePeriod) |
void |
include(CustomerGroup customerGroup) |
void |
include(ProductGroup productGroup) |
void include(CustomerGroup customerGroup)
void include(ProductGroup productGroup)
void exclude(CustomerGroup customerGroup)
void exclude(ProductGroup productGroup)
void include(CalendarUtil.TimePeriod timePeriod)
void exclude(CalendarUtil.TimePeriod timePeriod)
void addFilter(Filter filter)
void clear()
Copyright © 2019. All rights reserved.