Class TourService

java.lang.Object
org.deltava.service.WebService
org.deltava.service.stats.TourService
Direct Known Subclasses:
TourInfoService, TourListService, TourUpdateService

abstract class TourService extends WebService
A Web Service to handle Flight Tours via API.
Since:
10.3
Version:
10.5
Author:
Luke
  • Constructor Details

    • TourService

      TourService()
  • Method Details

    • serialize

      protected static org.json.JSONObject serialize(Tour t)
      Serializes a Tour to JSON.
      Parameters:
      t - the Tour
      Returns:
      a JSONObject
    • isSecure

      public final boolean isSecure()
      Description copied from class: WebService
      Returns whether this web service requires authentication.
      Overrides:
      isSecure in class WebService
      Returns:
      TRUE if authentication is required, otherwise FALSE