Interface IBeaconsController

All Known Implementing Classes:
BeaconsController

public interface IBeaconsController
  • Method Summary

    Modifier and Type
    Method
    Description
    calculatePosition(String correlationId, String siteId, List<String> udis)
     
    org.pipservices3.beacons.data.version1.BeaconV1
    createBeacon(String correlationId, org.pipservices3.beacons.data.version1.BeaconV1 beacon)
     
    org.pipservices3.beacons.data.version1.BeaconV1
    deleteBeaconById(String correlationId, String beaconId)
     
    org.pipservices3.beacons.data.version1.BeaconV1
    getBeaconById(String correlationId, String beaconId)
     
    org.pipservices3.beacons.data.version1.BeaconV1
    getBeaconByUdi(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.BeaconV1
    updateBeacon(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

      org.pipservices3.beacons.data.version1.BeaconV1 getBeaconById(String correlationId, String beaconId)
    • getBeaconByUdi

      org.pipservices3.beacons.data.version1.BeaconV1 getBeaconByUdi(String correlationId, String beaconId)
    • calculatePosition

      Map<String,?> calculatePosition(String correlationId, String siteId, List<String> udis)
    • 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

      org.pipservices3.beacons.data.version1.BeaconV1 deleteBeaconById(String correlationId, String beaconId)