Skip navigation links
B C D F O Q U 

B

BeaconResponseService - Interface in com.dnastack.bob.service.api
Service for managing beacon responses.
BeaconService - Interface in com.dnastack.bob.service.api
Service managing beacons.

C

com.dnastack.bob.service.api - package com.dnastack.bob.service.api
 
create(BeaconDto) - Method in interface com.dnastack.bob.service.api.BeaconService
Creates a new beacon.
create(OrganizationDto) - Method in interface com.dnastack.bob.service.api.OrganizationService
Creates a new organization.

D

delete(String) - Method in interface com.dnastack.bob.service.api.BeaconService
Removes a beacon.
delete(String) - Method in interface com.dnastack.bob.service.api.OrganizationService
Removes organization.

F

find(String) - Method in interface com.dnastack.bob.service.api.BeaconService
Retrieves beacon details.
find(Collection<String>) - Method in interface com.dnastack.bob.service.api.BeaconService
Retrieves beacons with specified IDs.
find(String) - Method in interface com.dnastack.bob.service.api.OrganizationService
Retrieves organization details.
find(Collection<String>) - Method in interface com.dnastack.bob.service.api.OrganizationService
Retrieves organizations with specified IDs.
findAll() - Method in interface com.dnastack.bob.service.api.BeaconService
Retrieves all the beacons.
findAll() - Method in interface com.dnastack.bob.service.api.OrganizationService
Retrieves all the organizations.
findVisible(String) - Method in interface com.dnastack.bob.service.api.BeaconService
Retrieves beacon details, if visible.
findVisible(Collection<String>) - Method in interface com.dnastack.bob.service.api.BeaconService
Retrieves visible beacons with specified IDs.
findVisible() - Method in interface com.dnastack.bob.service.api.BeaconService
Retrieves visible beacons.
findWithVisibleBeacons(String) - Method in interface com.dnastack.bob.service.api.OrganizationService
Retrieves organization details, provided it has visible beacons.
findWithVisibleBeacons(Collection<String>) - Method in interface com.dnastack.bob.service.api.OrganizationService
Retrieves organizations with specified IDs and visible beacons.
findWithVisibleBeacons() - Method in interface com.dnastack.bob.service.api.OrganizationService
Retrieves organizations with visible beacons.

O

OrganizationService - Interface in com.dnastack.bob.service.api
Service managing organizations.

Q

queryAll(String, Long, String, String, UserDto) - Method in interface com.dnastack.bob.service.api.BeaconResponseService
Queries all the beacons.
queryBeacon(String, String, Long, String, String, UserDto) - Method in interface com.dnastack.bob.service.api.BeaconResponseService
Queries a given beacon.
queryBeacons(Collection<String>, String, Long, String, String, UserDto) - Method in interface com.dnastack.bob.service.api.BeaconResponseService
Queries specified beacons.

U

update(String, BeaconDto) - Method in interface com.dnastack.bob.service.api.BeaconService
Updates a beacon.
update(String, OrganizationDto) - Method in interface com.dnastack.bob.service.api.OrganizationService
Updates an organization.
B C D F O Q U 
Skip navigation links

Copyright © 2016 DNAstack. All rights reserved.