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.CategoryData |
Result.CategoryData.mock(String key,
String ticket,
String parentKey,
String tree,
List<Result.Attribute> attributes,
List<Result.Attribute> specialAttributes) |
Creates a new CategoryData object for test purposes.
|
Modifier and Type | Method | Description |
---|---|---|
List<Result.CategoryData> |
Result.Product.getCategories(String categoryReferenceAttribute) |
Get the category objects of the given category reference attribute.
|
List<Result.CategoryData> |
Result.Variant.getCategories(String categoryReferenceAttribute) |
Get the Category objects of the given category reference attribute.
|
List<Result.CategoryData> |
PanelContent.resultAsCategoryList() |
Fetches the result as a list of
Result.CategoryData objects. |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.