Class TourService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.stats.TourService
- Direct Known Subclasses:
TourInfoService
,TourListService
,TourUpdateService
A Web Service to handle Flight Tours via API.
- Since:
- 10.3
- Version:
- 10.5
- Author:
- Luke
-
Constructor Details
-
TourService
TourService()
-
-
Method Details
-
serialize
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 classWebService
- Returns:
- TRUE if authentication is required, otherwise FALSE
-