| Package | Description |
|---|---|
| com.hybris.merchandising.service | |
| com.hybris.merchandising.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Strategy |
MerchStrategyServiceClient.getStrategy(java.lang.String id)
getStrategy is an API for returning a
Strategy entity with an id |
Strategy |
StrategyService.getStrategy(java.lang.String id)
getStrategy return the
Strategy for the id |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Strategy> |
MerchStrategyServiceClient.getStrategies()
getStrategies is an API for returning all
Strategy entities configured without pagination. |
java.util.List<Strategy> |
MerchStrategyServiceClient.getStrategies(java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getStrategies is an API for returning a list of configured
Strategy entities. |
java.util.List<Strategy> |
StrategyService.getStrategies(java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getStrategies returns a list of
Strategy objects for the configured tenant. |
| Modifier and Type | Method and Description |
|---|---|
protected Strategy |
StrategyTest.getMockStrategy(int identifier)
getMockStrategy is a method for creating a single mock
Strategy object. |
Strategy |
DefaultStrategyService.getStrategy(java.lang.String id)
getStrategy return the
Strategy for the id |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Strategy> |
StrategyTest.getMockStrategies(int numberToCreate)
getMockStrategies is a method for generating a list of mock
Strategy objects. |
java.util.List<Strategy> |
DefaultStrategyService.getStrategies(java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getStrategies returns a list of
Strategy objects for the configured tenant. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StrategyTest.verifyStrategy(int number,
Strategy strategy) |
Copyright © 2018 SAP SE. All Rights Reserved.