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 |
---|---|---|
static Result.Product |
Result.Product.mock(String key,
String ticket,
List<Result.Variant> variants,
List<Result.Attribute> attributes) |
Creates a new Product object for test purposes.
|
static Result.Product |
Result.Product.mock(String key,
String ticket,
List<Result.Variant> variants,
List<Result.Attribute> attributes,
Map<String,List<Result.CategoryData>> categoryReferenceAttributes) |
Creates a new Product object with category references for test purposes.
|
Modifier and Type | Method | Description |
---|---|---|
List<Result.Product> |
Result.Products.getProducts() |
Get the list of products in this result.
|
Iterator<Result.Product> |
ProductStreamer.iterator() |
Closes any previous iterator associated with this ProductStreamer and creates a new iterator.
|
Iterator<Result.Product> |
Result.Products.iterator() |
|
List<Result.Product> |
ProductStreamer.toList() |
Iterates through all products and returns them as a list.
|
Modifier and Type | Method | Description |
---|---|---|
static Result.Products |
Result.Products.mock(List<Result.Product> products) |
Creates a new Products object for test purposes.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.