Uses of Class
fi.tut.mei.matchmaking.dao.ResourcePool
-
Packages that use ResourcePool Package Description fi.tut.mei.matchmaking.data.temp fi.tut.mei.matchmaking.dataproviders fi.tut.mei.matchmaking.mapper -
-
Uses of ResourcePool in fi.tut.mei.matchmaking.data.temp
Methods in fi.tut.mei.matchmaking.data.temp that return types with arguments of type ResourcePool Modifier and Type Method Description static List<ResourcePool>
MockDataProvider. getmockedResourcePools()
-
Uses of ResourcePool in fi.tut.mei.matchmaking.dataproviders
Methods in fi.tut.mei.matchmaking.dataproviders that return types with arguments of type ResourcePool Modifier and Type Method Description List<ResourcePool>
DataManager. persistedResourcePoolsList()
Utility method to get all the resource pools stored in the databaseMethod parameters in fi.tut.mei.matchmaking.dataproviders with type arguments of type ResourcePool Modifier and Type Method Description void
DataManager. saveResourcePoolsList(List<ResourcePool> resourcePoolList)
Utility function to save list of resource pools -
Uses of ResourcePool in fi.tut.mei.matchmaking.mapper
Methods in fi.tut.mei.matchmaking.mapper with parameters of type ResourcePool Modifier and Type Method Description static fi.tut.mei.matchmaking.model.xml.msg.ResourcePoolCT
DataMapper. resourcePoolDaoToDtoMapper(ResourcePool resPool)
-