@Named @Dependent public class BeaconResponseServiceImpl extends Object implements com.dnastack.bob.service.api.BeaconResponseService, Serializable
| Constructor and Description |
|---|
BeaconResponseServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.dnastack.bob.service.dto.BeaconResponseDto> |
queryAll(String chrom,
Long pos,
String allele,
String ref,
com.dnastack.bob.service.dto.UserDto onBehalfOf) |
com.dnastack.bob.service.dto.BeaconResponseDto |
queryBeacon(String beaconId,
String chrom,
Long pos,
String allele,
String ref,
com.dnastack.bob.service.dto.UserDto onBehalfOf) |
Collection<com.dnastack.bob.service.dto.BeaconResponseDto> |
queryBeacons(Collection<String> beaconIds,
String chrom,
Long pos,
String allele,
String ref,
com.dnastack.bob.service.dto.UserDto onBehalfOf) |
public com.dnastack.bob.service.dto.BeaconResponseDto queryBeacon(String beaconId, String chrom, Long pos, String allele, String ref, com.dnastack.bob.service.dto.UserDto onBehalfOf) throws ClassNotFoundException
queryBeacon in interface com.dnastack.bob.service.api.BeaconResponseServiceClassNotFoundExceptionpublic Collection<com.dnastack.bob.service.dto.BeaconResponseDto> queryBeacons(Collection<String> beaconIds, String chrom, Long pos, String allele, String ref, com.dnastack.bob.service.dto.UserDto onBehalfOf) throws ClassNotFoundException
queryBeacons in interface com.dnastack.bob.service.api.BeaconResponseServiceClassNotFoundExceptionpublic Collection<com.dnastack.bob.service.dto.BeaconResponseDto> queryAll(String chrom, Long pos, String allele, String ref, com.dnastack.bob.service.dto.UserDto onBehalfOf) throws ClassNotFoundException
queryAll in interface com.dnastack.bob.service.api.BeaconResponseServiceClassNotFoundExceptionCopyright © 2016 DNAstack. All rights reserved.