Interface IVcInfoWithTitleComparatorFactory


  • public interface IVcInfoWithTitleComparatorFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle> getAscending​(String p_strLanguage)
      Get a comparator for RtCache objects with title that sorts in ascending order.
      Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle> getDescending​(String p_strLanguage)
      Get a comparator for RtCache objects with title that sorts in descending order.
    • Method Detail

      • getAscending

        Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle> getAscending​(String p_strLanguage)
        Get a comparator for RtCache objects with title that sorts in ascending order.
        Parameters:
        p_strLanguage - The language to be used for sorting.
        Returns:
        The comparator.
      • getDescending

        Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle> getDescending​(String p_strLanguage)
        Get a comparator for RtCache objects with title that sorts in descending order.
        Parameters:
        p_strLanguage - The language to be used for sorting.
        Returns:
        The comparator.