Uses of Class
com.hybris.merchandising.model.Strategy
Packages that use Strategy
-
Uses of Strategy in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service that return StrategyModifier and TypeMethodDescriptionMerchStrategyServiceClient.getStrategy(String id) getStrategy is an API for returning aStrategyentity with an idStrategyService.getStrategy(String id) getStrategy return theStrategyfor the idMethods in com.hybris.merchandising.service that return types with arguments of type StrategyModifier and TypeMethodDescriptionMerchStrategyServiceClient.getStrategies()getStrategies is an API for returning allStrategyentities configured without pagination.MerchStrategyServiceClient.getStrategies(Integer pageNumber, Integer pageSize) getStrategies is an API for returning a list of configuredStrategyentities.StrategyService.getStrategies(Integer pageNumber, 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 StrategyModifier and TypeMethodDescriptionprotected StrategyStrategyTest.getMockStrategy(int identifier) getMockStrategy is a method for creating a single mockStrategyobject.DefaultStrategyService.getStrategy(String id) getStrategy return theStrategyfor the idMethods in com.hybris.merchandising.service.impl that return types with arguments of type StrategyModifier and TypeMethodDescriptionStrategyTest.getMockStrategies(int numberToCreate) getMockStrategies is a method for generating a list of mockStrategyobjects.DefaultStrategyService.getStrategies(Integer pageNumber, Integer pageSize) getStrategies returns a list ofStrategyobjects for the configured tenant.Methods in com.hybris.merchandising.service.impl with parameters of type StrategyModifier and TypeMethodDescriptionprotected voidStrategyTest.verifyStrategy(int number, Strategy strategy)