@RequestScoped @Named public class BeaconResourceImpl extends Object implements com.dnastack.bob.rest.api.BeaconResource
| Constructor and Description |
|---|
BeaconResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(javax.ws.rs.core.UriInfo uriInfo,
com.dnastack.bob.service.dto.BeaconDto beacon) |
javax.ws.rs.core.Response |
delete(javax.ws.rs.core.UriInfo uriInfo,
String beaconId) |
Collection<com.dnastack.bob.service.dto.BeaconDto> |
show(String beaconIds) |
com.dnastack.bob.service.dto.BeaconDto |
showBeacon(String beaconId) |
javax.ws.rs.core.Response |
update(javax.ws.rs.core.UriInfo uriInfo,
String beaconId,
com.dnastack.bob.service.dto.BeaconDto beacon) |
public com.dnastack.bob.service.dto.BeaconDto showBeacon(String beaconId)
showBeacon in interface com.dnastack.bob.rest.api.BeaconResourcepublic Collection<com.dnastack.bob.service.dto.BeaconDto> show(String beaconIds)
show in interface com.dnastack.bob.rest.api.BeaconResourcepublic javax.ws.rs.core.Response create(javax.ws.rs.core.UriInfo uriInfo,
com.dnastack.bob.service.dto.BeaconDto beacon)
create in interface com.dnastack.bob.rest.api.BeaconResourcepublic javax.ws.rs.core.Response update(javax.ws.rs.core.UriInfo uriInfo,
String beaconId,
com.dnastack.bob.service.dto.BeaconDto beacon)
update in interface com.dnastack.bob.rest.api.BeaconResourcepublic javax.ws.rs.core.Response delete(javax.ws.rs.core.UriInfo uriInfo,
String beaconId)
delete in interface com.dnastack.bob.rest.api.BeaconResourceCopyright © 2016 DNAstack. All rights reserved.