Class GetExternalCharts
java.lang.Object
org.deltava.dao.http.DAO
org.deltava.dao.http.GetExternalCharts
A Data Access Object to handle external chart redirects.
- Since:
- 4.0
- Version:
- 10.6
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Loads an external chart.void
Validates and determines the proper size for an external chart.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
-
GetExternalCharts
public GetExternalCharts()
-
-
Method Details
-
populate
Validates and determines the proper size for an external chart.- Parameters:
c
- an ExternalChart- Throws:
DAOException
- if an error occurs
-
load
Loads an external chart.- Parameters:
c
- an ExternalChart- Throws:
DAOException
- if an error occurs
-