Interface VenueConfWebService

All Superinterfaces:
WebService
All Known Implementing Classes:
VenueConfRetrofitWebService

public interface VenueConfWebService extends WebService
Since:
8/5/23
  • Method Details

    • getVenueConf

      void getVenueConf(String token, WebServiceResponseHandler<VenueConf> handler)
      Method that will retrieve the venue config file for the current venue
      Parameters:
      token - the token to authenticate and get the Venue Config
      handler - the handler to manage the status of the request
    • updateVenueConf

      void updateVenueConf(String token, VenueConf venueConf, WebServiceResponseHandler<retrofit.client.Response> handler)
      Method that will update the venue config file for the current venue, represented by json structure
      Parameters:
      token - the token to authenticate and post the Unit Config
      venueConf - the venue object to update or create the Venue Config in the server
      handler - the handler to manage the request status