Package 

Object ItemsListUtil

  • All Implemented Interfaces:

    
    public class ItemsListUtil
    
                        

    Utility class to help displaying items lists

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String dataProcessingsListToString(Collection<DataProcessing> dataProcessings) Display data processings / purposes in a list
      final String stringListToString(List<String> list, String prefix) Convert a list of strings to a displayable String, without sorting, with a line for each element
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • stringListToString

         final String stringListToString(List<String> list, String prefix)

        Convert a list of strings to a displayable String, without sorting, with a line for each element

        Parameters:
        list - the list of elements to display
        prefix - prefix to add before each element, or null