Class PRDAcquiringService
- java.lang.Object
-
- fi.tut.mei.matchmaking.dataproviders.PRDAcquiringService
-
public class PRDAcquiringService extends Object
-
-
Constructor Summary
Constructors Constructor Description PRDAcquiringService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,InputStream>
getAllPRDList(Properties properties)
Allowing to fetch all the PRD lists from the file system.Map<String,InputStream>
getPRDMapById(Set<String> prdIdSet, Properties properties, List<String> missingResList)
-
-
-
Method Detail
-
getPRDMapById
public Map<String,InputStream> getPRDMapById(Set<String> prdIdSet, Properties properties, List<String> missingResList)
-
getAllPRDList
public Map<String,InputStream> getAllPRDList(Properties properties)
Allowing to fetch all the PRD lists from the file system.- Parameters:
properties
-- Returns:
-
-