@ApplicationScoped public class QueryMapperImpl extends Object implements com.dnastack.bob.service.mapper.api.QueryMapper
| Constructor and Description |
|---|
QueryMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<com.dnastack.bob.persistence.entity.Query> |
mapDtosToEntities(Collection<com.dnastack.bob.service.dto.QueryDto> qs) |
com.dnastack.bob.service.dto.QueryDto |
mapDtoToDto(com.dnastack.bob.service.dto.QueryDto q) |
com.dnastack.bob.persistence.entity.Query |
mapDtoToEntity(com.dnastack.bob.service.dto.QueryDto q) |
Set<com.dnastack.bob.service.dto.QueryDto> |
mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.entity.Query> qs,
boolean showInternal) |
com.dnastack.bob.service.dto.QueryDto |
mapEntityToDto(com.dnastack.bob.persistence.entity.Query q,
boolean showInternal) |
com.dnastack.bob.persistence.entity.Query |
mapEntityToEntity(com.dnastack.bob.persistence.entity.Query q) |
public com.dnastack.bob.service.dto.QueryDto mapEntityToDto(com.dnastack.bob.persistence.entity.Query q,
boolean showInternal)
mapEntityToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.Query,com.dnastack.bob.service.dto.QueryDto>public com.dnastack.bob.persistence.entity.Query mapDtoToEntity(com.dnastack.bob.service.dto.QueryDto q)
mapDtoToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.Query,com.dnastack.bob.service.dto.QueryDto>public Set<com.dnastack.bob.service.dto.QueryDto> mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.entity.Query> qs, boolean showInternal)
mapEntitiesToDtos in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.Query,com.dnastack.bob.service.dto.QueryDto>public Set<com.dnastack.bob.persistence.entity.Query> mapDtosToEntities(Collection<com.dnastack.bob.service.dto.QueryDto> qs)
mapDtosToEntities in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.Query,com.dnastack.bob.service.dto.QueryDto>public com.dnastack.bob.persistence.entity.Query mapEntityToEntity(com.dnastack.bob.persistence.entity.Query q)
mapEntityToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.Query,com.dnastack.bob.service.dto.QueryDto>public com.dnastack.bob.service.dto.QueryDto mapDtoToDto(com.dnastack.bob.service.dto.QueryDto q)
mapDtoToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.Query,com.dnastack.bob.service.dto.QueryDto>Copyright © 2016 DNAstack. All rights reserved.