Class ResourceUtil


  • public class ResourceUtil
    extends Object
    User: Yohann Chastagnier Date: 04/04/13
    • Constructor Detail

      • ResourceUtil

        public ResourceUtil()
    • Method Detail

      • toIdList

        public static List<Long> toIdList​(List<Resource> resources)
        Get a list of resource identifiers from a list of resource.
        Parameters:
        resources -
        Returns:
      • toIdList

        public static List<Long> toIdList​(String stringOfIds)
        Get a list of resource identifiers from a string containing resource identifiers separated by comma.
        Parameters:
        stringOfIds -
        Returns: