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