public class StrategyController
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected StrategyService |
strategyService |
| Constructor and Description |
|---|
StrategyController() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<DropdownElement>> |
getStrategies(java.lang.Integer currentPage,
java.lang.Integer pageSize)
Retrieves a list of configured
Strategy objects from Strategy
service. |
DropdownElement |
getStrategy(java.lang.String id) |
protected StrategyService strategyService
public java.util.Map<java.lang.String,java.util.List<DropdownElement>> getStrategies(java.lang.Integer currentPage, java.lang.Integer pageSize)
Strategy objects from Strategy
service.currentPage - - optional page number (e.g. 1).pageSize - - optional page size (e.g. 10).Strategy.public DropdownElement getStrategy(java.lang.String id)
Copyright © 2018 SAP SE. All Rights Reserved.