Class GetSimBrief
java.lang.Object
org.deltava.dao.http.DAO
org.deltava.dao.http.GetSimBrief
A Data Access Object to fetch SimBrief packages.
- Since:
- 10.3
- Version:
- 11.2
- Author:
- Luke
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
SimBrief error data encapsulation class. -
Constructor Summary
Constructors -
Method Summary
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
-
GetSimBrief
public GetSimBrief()
-
-
Method Details
-
load
Loads a SimBrief briefing package.- Parameters:
id
- the briefing ID- Returns:
- the raw XML string
- Throws:
DAOException
- if an I/O error occurs
-
refresh
Refreshes an existing SimBrief briefing package.- Parameters:
userID
- the SimBrief user ID that generated the packagestaticID
- the static ID- Returns:
- the raw XML string
- Throws:
DAOException
- if an I/O error occurs
-