public class SecurityErrataOverview extends ErrataOverview implements RowCallback
| Constructor and Description | 
|---|
| SecurityErrataOverview() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | callback(java.sql.ResultSet rs)Callback method which is invoked by DataSource for each row found
 in the ResultSet of an elaborator query. | 
| java.util.List<java.lang.String> | getCallBackColumns()A list of column names that are used in the callback In lower case. | 
addCve, addPackageName, getActionId, getAdvisory, getAdvisoryLastUpdated, getAdvisoryName, getAdvisoryRel, getAdvisorySynopsis, getAdvisoryType, getAffectedSystemCount, getAssociatedSystem, getCurrentStatusAndActionId, getCves, getDescription, getErrataAdvisoryType, getErrataFrom, getErrataStatus, getFromErrataId, getId, getIdAsLong, getIssueDate, getIssueDateObj, getLastModified, getLastModifiedObject, getPackageNames, getRelationship, getSeverityid, getStatus, getUpdateDate, getUpdateDateObj, isBugFix, isCloned, isProductEnhancement, isSecurityAdvisory, setActionId, setAdvisory, setAdvisoryLastUpdated, setAdvisoryName, setAdvisoryRel, setAdvisorySynopsis, setAdvisoryType, setAffectedSystemCount, setAssociatedSystem, setCves, setDescription, setErrataFrom, setFromErrataId, setId, setIssueDate, setIssueDate, setLastModified, setPackageNames, setRelationship, setSeverityid, setStatus, setUpdateDateaddToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic java.util.List<java.lang.String> getCallBackColumns()
getCallBackColumns in interface RowCallbackpublic void callback(java.sql.ResultSet rs)
              throws java.sql.SQLException
callback in interface RowCallbackrs - ResultSet containing current row returned by elaborator.java.sql.SQLException - thrown if there is a problem accessing the
 ResultSet.