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 |
---|---|---|
Result.CategoryNode |
Result.CategoryNode.findDescendant(String categoryKey) |
Searches for the specified category key among this category and its descendants.
|
Result.CategoryNode |
Result.CategoryNode.getParent() |
Get the parent of this category.
|
Result.CategoryNode |
Result.CategoryNode.getSelectedSubcategory() |
Get the selected category among this category's subcategories.
|
static Result.CategoryNode |
Result.CategoryNode.mock(String key,
String ticket,
Result.CategoryNode parent,
String parentKey,
List<Result.Attribute> attributes,
List<Result.Attribute> specialAttributes) |
Creates a new leaf CategoryNode object for test purposes.
|
static Result.CategoryNode |
Result.CategoryNode.mock(String key,
String ticket,
Result.CategoryNode parent,
String parentKey,
List<Result.Attribute> attributes,
List<Result.Attribute> specialAttributes,
List<Result.CategoryNode> subcategories) |
Creates a new CategoryNode object with subcategories for test purposes.
|
Result.CategoryNode |
PanelContent.resultAsCategoryTree() |
Fetches the result as a
Result.CategoryNode object, representing the root of a (possibly partial) category tree. |
Modifier and Type | Method | Description |
---|---|---|
List<Result.CategoryNode> |
Result.CategoryNode.getSubcategories() |
Get a list of this category's subcategories, if they were included in the result.
|
Modifier and Type | Method | Description |
---|---|---|
static Result.CategoryNode |
Result.CategoryNode.mock(String key,
String ticket,
Result.CategoryNode parent,
String parentKey,
List<Result.Attribute> attributes,
List<Result.Attribute> specialAttributes) |
Creates a new leaf CategoryNode object for test purposes.
|
static Result.CategoryNode |
Result.CategoryNode.mock(String key,
String ticket,
Result.CategoryNode parent,
String parentKey,
List<Result.Attribute> attributes,
List<Result.Attribute> specialAttributes,
List<Result.CategoryNode> subcategories) |
Creates a new CategoryNode object with subcategories for test purposes.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.