Package | Description |
---|---|
com.apptus.esales.connector |
This package provides utilities for communication with an eSales cluster
and this package documentation contains information on how to get started.
|
Modifier and Type | Method | Description |
---|---|---|
Facets |
Facets.add(String attribute,
String... values) |
Return a new Facets with the given attribute and values added.
|
Facets |
Facets.add(String attribute,
List<String> values) |
Return a new Facets with the given attribute and values added.
|
Facets |
Facets.addRange(String attribute,
String min,
String max) |
Return a new Facets with the given attribute range added.
|
static Facets |
Facets.parse(String source) |
Create a Facets object from the source string.
|
Facets |
Facets.remove(String attribute) |
Return a new Facets where the given attribute is removed.
|
Facets |
Facets.toggle(String attribute,
String value) |
Toggle the given attribute and value.
|
Modifier and Type | Method | Description |
---|---|---|
ProductSalesByAttributeReport |
Reporter.productSalesByAttribute(String attribute,
Filter filter,
Facets facets,
String sortBy) |
Fetches a
ProductSalesByAttributeReport . |
ProductSalesByTimeReport |
Reporter.productSalesByTime(TimelineType<?> timelineType,
Filter filter,
Facets facets) |
Fetches a
ProductSalesByTimeReport . |
ProductTopSellersReport |
Reporter.productTopSellers(Filter filter,
Facets facets,
String sortBy,
int windowFirst,
int windowLast) |
Fetches a
ProductTopSellersReport . |
TopSellingSearchesReport |
Reporter.topSellingSearches(Filter filter,
Facets facets,
int windowFirst,
int windowLast) |
Fetches a
TopSellingSearchesReport . |
Copyright © 2020 Apptus Technologies AB. All rights reserved.