@RequestScoped @Named public class BeaconResponseResourceImpl extends Object implements com.dnastack.bob.rest.api.BeaconResponseResource
| Constructor and Description |
|---|
BeaconResponseResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.dnastack.bob.service.dto.BeaconResponseDto> |
query(String beaconIds,
String chrom,
Long pos,
String allele,
String ref) |
com.dnastack.bob.service.dto.BeaconResponseDto |
queryBeacon(String beaconId,
String chrom,
Long pos,
String allele,
String ref) |
public com.dnastack.bob.service.dto.BeaconResponseDto queryBeacon(String beaconId, String chrom, Long pos, String allele, String ref) throws ClassNotFoundException
queryBeacon in interface com.dnastack.bob.rest.api.BeaconResponseResourceClassNotFoundExceptionpublic Collection<com.dnastack.bob.service.dto.BeaconResponseDto> query(String beaconIds, String chrom, Long pos, String allele, String ref) throws ClassNotFoundException
query in interface com.dnastack.bob.rest.api.BeaconResponseResourceClassNotFoundExceptionCopyright © 2016 DNAstack. All rights reserved.