Package com.hybris.merchandising.service
Interface StrategyService
- All Known Implementing Classes:
DefaultStrategyService
public interface StrategyService
StrategyService is a service for retrieving a list of configured
Strategy entities to be rendered within
SmartEdit.-
Method Summary
Modifier and TypeMethodDescriptiongetStrategies(Integer pageNumber, Integer pageSize) getStrategies returns a list ofStrategyobjects for the configured tenant.getStrategy(String id) getStrategy return theStrategyfor the id
-
Method Details
-
getStrategies
getStrategies returns a list ofStrategyobjects for the configured tenant.- Parameters:
pageNumber- - number of pages to include in the responsepageSize- - number of data in a single page- Returns:
- List of
Strategy- list of strategy
-
getStrategy
getStrategy return theStrategyfor the id- Parameters:
id- - identifier of the strategy- Returns:
- Strategy - a Strategy for the id provided
-