Class SetVATSIMData
java.lang.Object
org.deltava.dao.http.DAO
org.deltava.dao.http.SetVATSIMData
A Data Access Object to write VATSIM user data.
- Since:
- 7.2
- Version:
- 7.3
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRating
(PilotRating pr) Assigns a VATSIM Pilot Rating to a user.Methods inherited from class org.deltava.dao.http.DAO
getCompression, getHeaderField, getIn, getOut, getResponseCode, init, reset, setAuthentication, setCompression, setConnectTimeout, setMethod, setReadTimeout, setRequestHeader, setReturnErrorStream
-
Constructor Details
-
SetVATSIMData
public SetVATSIMData()
-
-
Method Details
-
addRating
Assigns a VATSIM Pilot Rating to a user.- Parameters:
pr
- the PilotRating bean- Throws:
DAOException
- if an error occurs
-