Uses of Class
com.hybris.merchandising.dto.DropdownElement
-
Packages that use DropdownElement Package Description com.hybris.merchandising.controller com.hybris.merchandising.service.impl -
-
Uses of DropdownElement in com.hybris.merchandising.controller
Methods in com.hybris.merchandising.controller that return DropdownElement Modifier and Type Method Description DropdownElementStrategyController. getStrategy(java.lang.String id)Methods in com.hybris.merchandising.controller that return types with arguments of type DropdownElement Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<DropdownElement>>StrategyController. getStrategies(java.lang.Integer currentPage, java.lang.Integer pageSize)Retrieves a list of configuredStrategyobjects from Strategy service. -
Uses of DropdownElement in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl with parameters of type DropdownElement Modifier and Type Method Description protected voidStrategyTest. verifyDropDown(int number, DropdownElement element)verifyStrategy is a method for verifying that the returnedStrategyis as expected.
-