Package fi.tut.mei.matchmaking.mapper
Class DataMapper
- java.lang.Object
-
- fi.tut.mei.matchmaking.mapper.DataMapper
-
public class DataMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DataMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static fi.tut.mei.matchmaking.model.xml.msg.PRDRefCT
pdDaoToDtoMapper(ProductDescription pdDao)
static fi.tut.mei.matchmaking.model.xml.msg.ProcessStepRefCT
processStepDaoToDtoMapper(fi.tuni.ens.atme.mei.prdquerylib.model.ProcessStep psDao)
static fi.tut.mei.matchmaking.model.xml.msg.ResourcePoolCT
resourcePoolDaoToDtoMapper(ResourcePool resPool)
static fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutCT
systemLayoutDaoToDtoMapper(SystemLayout sysLayout)
-
-
-
Method Detail
-
pdDaoToDtoMapper
public static fi.tut.mei.matchmaking.model.xml.msg.PRDRefCT pdDaoToDtoMapper(ProductDescription pdDao)
-
processStepDaoToDtoMapper
public static fi.tut.mei.matchmaking.model.xml.msg.ProcessStepRefCT processStepDaoToDtoMapper(fi.tuni.ens.atme.mei.prdquerylib.model.ProcessStep psDao)
-
systemLayoutDaoToDtoMapper
public static fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutCT systemLayoutDaoToDtoMapper(SystemLayout sysLayout)
-
resourcePoolDaoToDtoMapper
public static fi.tut.mei.matchmaking.model.xml.msg.ResourcePoolCT resourcePoolDaoToDtoMapper(ResourcePool resPool)
-
-