Interface KeyMapper
- All Superinterfaces:
LexiconMapper<Key,KeyDTO>
- All Known Implementing Classes:
KeyMapperImpl
An interface Mapper for Key to map its object with its value
- Author:
- European Dynamics SA
-
Method Summary
Methods inherited from interface com.eurodyn.qlack.fuse.lexicon.mapper.LexiconMapper
mapToDTO, mapToDTO, mapToEntity, mapToEntity
-
Method Details
-
mapToDTO
Maps an entity Key to DTO- Parameters:
key- the Key entityaddTranslations- an addTranslations check value- Returns:
- a mapped DTO
-
mapGroup
Maps the Group value- Parameters:
group- the group of the key- Returns:
- the id of the Group
-
mapData
Maps tha Data- Parameters:
data- a list of lexicon dataaddTranslations- checking value- Returns:
- a new HashMap of data
-