Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.ResourcePoolCT
-
-
Uses of ResourcePoolCT in fi.tut.mei.matchmaking.dataproviders
Methods in fi.tut.mei.matchmaking.dataproviders with parameters of type ResourcePoolCT Modifier and Type Method Description ResourcePoolResp
ResourcePoolOntologyAcquiringService. createOntologyFromResourcePoolMsg(ResourcePoolCT resourcePoolCT, Properties properties)
-
Uses of ResourcePoolCT in fi.tut.mei.matchmaking.integration.rest.services
Methods in fi.tut.mei.matchmaking.integration.rest.services with parameters of type ResourcePoolCT Modifier and Type Method Description ResourcePoolResp
MatchmakingResourcePoolSubmissionService. submitResPoolRequest(ResourcePoolCT resourcePoolCT, Properties properties)
-
Uses of ResourcePoolCT in fi.tut.mei.matchmaking.mapper
Methods in fi.tut.mei.matchmaking.mapper that return ResourcePoolCT Modifier and Type Method Description static ResourcePoolCT
DataMapper. resourcePoolDaoToDtoMapper(ResourcePool resPool)
-
Uses of ResourcePoolCT in fi.tut.mei.matchmaking.matching_ws.rest.resources
Methods in fi.tut.mei.matchmaking.matching_ws.rest.resources with parameters of type ResourcePoolCT Modifier and Type Method Description ResourcePoolResp
MatchMakingResourcePoolResource. submitResourcePool(ResourcePoolCT resPool)
-
Uses of ResourcePoolCT in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type ResourcePoolCT Modifier and Type Field Description protected List<ResourcePoolCT>
MatchmakingInputMerged. resourcePool
protected List<ResourcePoolCT>
ResourcePoolData. resourcePools
Methods in fi.tut.mei.matchmaking.model.xml.msg that return ResourcePoolCT Modifier and Type Method Description ResourcePoolCT
ObjectFactory. createResourcePoolCT()
Create an instance ofResourcePoolCT
Methods in fi.tut.mei.matchmaking.model.xml.msg that return types with arguments of type ResourcePoolCT Modifier and Type Method Description JAXBElement<ResourcePoolCT>
ObjectFactory. createResourcePool(ResourcePoolCT value)
List<ResourcePoolCT>
MatchmakingInputMerged. getResourcePool()
Gets the value of the resourcePool property.List<ResourcePoolCT>
ResourcePoolData. getResourcePools()
Gets the value of the resourcePools property.Methods in fi.tut.mei.matchmaking.model.xml.msg with parameters of type ResourcePoolCT Modifier and Type Method Description JAXBElement<ResourcePoolCT>
ObjectFactory. createResourcePool(ResourcePoolCT value)
-