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.Variant |
Result.Variant.mock(String key,
String ticket,
List<Result.Attribute> attributes) |
Creates a new Variant object for test purposes.
|
static Result.Variant |
Result.Variant.mock(String key,
String ticket,
List<Result.Attribute> attributes,
Map<String,List<Result.CategoryData>> categoryReferenceAttributes) |
Creates a new Variant object with category references for test purposes.
|
Modifier and Type | Method | Description |
---|---|---|
List<Result.Variant> |
Result.Product.getVariants() |
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.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.