Package ca.phon.query.report
Class ResultSetListingManager
java.lang.Object
ca.phon.query.report.ResultSetListingManager
Deprecated.
Handles storage of result listing formats
for result sets.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPathForResultListing
(Project project, Query query, ResultSet resultSet) Deprecated.Get path for the result listing xml file.getResultListing
(Project project, Query query, ResultSet resultSet) Deprecated.Get the result listing (if any) for the given result set.void
saveResultListing
(Project project, Query query, ResultSet resultSet, ResultListing listing) Deprecated.Save result listing for a given result set
-
Constructor Details
-
ResultSetListingManager
public ResultSetListingManager()Deprecated.
-
-
Method Details
-
getResultListing
public ResultListing getResultListing(Project project, Query query, ResultSet resultSet) throws IOException Deprecated.Get the result listing (if any) for the given result set.- Parameters:
project
-query
-resultset
-- Returns:
- the result list format for the
result set or
null
if not found. - Throws:
IOException
-
saveResultListing
public void saveResultListing(Project project, Query query, ResultSet resultSet, ResultListing listing) throws IOException Deprecated.Save result listing for a given result set- Parameters:
project
-query
-listing
-resultset
-- Throws:
IOException
-
getPathForResultListing
Deprecated.Get path for the result listing xml file.- Parameters:
project
-query
-resultset
-- Returns:
- the path to the result listing
-