Interface IBeaconsController
- All Known Implementing Classes:
BeaconsController
public interface IBeaconsController
-
Method Summary
Modifier and TypeMethodDescriptioncalculatePosition(String correlationId, String siteId, List<String> udis) org.pipservices3.beacons.data.version1.BeaconV1createBeacon(String correlationId, org.pipservices3.beacons.data.version1.BeaconV1 beacon) org.pipservices3.beacons.data.version1.BeaconV1deleteBeaconById(String correlationId, String beaconId) org.pipservices3.beacons.data.version1.BeaconV1getBeaconById(String correlationId, String beaconId) org.pipservices3.beacons.data.version1.BeaconV1getBeaconByUdi(String correlationId, String beaconId) org.pipservices3.commons.data.DataPage<org.pipservices3.beacons.data.version1.BeaconV1>getBeacons(String correlationId, org.pipservices3.commons.data.FilterParams filter, org.pipservices3.commons.data.PagingParams paging) org.pipservices3.beacons.data.version1.BeaconV1updateBeacon(String correlationId, org.pipservices3.beacons.data.version1.BeaconV1 beacon)
-
Method Details
-
getBeacons
org.pipservices3.commons.data.DataPage<org.pipservices3.beacons.data.version1.BeaconV1> getBeacons(String correlationId, org.pipservices3.commons.data.FilterParams filter, org.pipservices3.commons.data.PagingParams paging) -
getBeaconById
-
getBeaconByUdi
-
calculatePosition
-
createBeacon
org.pipservices3.beacons.data.version1.BeaconV1 createBeacon(String correlationId, org.pipservices3.beacons.data.version1.BeaconV1 beacon) -
updateBeacon
org.pipservices3.beacons.data.version1.BeaconV1 updateBeacon(String correlationId, org.pipservices3.beacons.data.version1.BeaconV1 beacon) -
deleteBeaconById
-