- 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.