Uses of Class
com.hybris.merchandising.model.Strategy
-
Packages that use Strategy Package Description com.hybris.merchandising.service com.hybris.merchandising.service.impl -
-
Uses of Strategy in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service that return Strategy Modifier and Type Method Description StrategyMerchStrategyServiceClient. getStrategy(java.lang.String id)getStrategy is an API for returning aStrategyentity with an idStrategyStrategyService. getStrategy(java.lang.String id)getStrategy return theStrategyfor the idMethods in com.hybris.merchandising.service that return types with arguments of type Strategy Modifier and Type Method Description java.util.List<Strategy>MerchStrategyServiceClient. getStrategies()getStrategies is an API for returning allStrategyentities 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 configuredStrategyentities.java.util.List<Strategy>StrategyService. getStrategies(java.lang.Integer pageNumber, java.lang.Integer pageSize)getStrategies returns a list ofStrategyobjects for the configured tenant. -
Uses of Strategy in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that return Strategy Modifier and Type Method Description protected StrategyStrategyTest. getMockStrategy(int identifier)getMockStrategy is a method for creating a single mockStrategyobject.StrategyDefaultStrategyService. getStrategy(java.lang.String id)getStrategy return theStrategyfor the idMethods in com.hybris.merchandising.service.impl that return types with arguments of type Strategy Modifier and Type Method Description protected java.util.List<Strategy>StrategyTest. getMockStrategies(int numberToCreate)getMockStrategies is a method for generating a list of mockStrategyobjects.java.util.List<Strategy>DefaultStrategyService. getStrategies(java.lang.Integer pageNumber, java.lang.Integer pageSize)getStrategies returns a list ofStrategyobjects for the configured tenant.Methods in com.hybris.merchandising.service.impl with parameters of type Strategy Modifier and Type Method Description protected voidStrategyTest. verifyStrategy(int number, Strategy strategy)
-