Interface Sorter

  • All Known Implementing Classes:
    SorterImpl

    public interface Sorter
    Provides sorting support for product search results and represents the data model for the product sorter UI.
    • Method Detail

      • getKeys

        List<SorterKey> getKeys()
        Returns:
        The list of all available sorter keys.
      • getCurrentKey

        SorterKey getCurrentKey()
        Returns:
        The current sorter key.