class: ItemContainerSearchResult

public class: ItemContainerSearchResult
Author: endres
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:44; Modified: 16.07.2009 15:19:44;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {086AC72B-4708-4595-957D-33B9E9EC9F0A}
Search result for a standard search query. The result consist of ItemContainerSearchResultVOs which is the ADT type of ItemResultVO and ContainerResultVO, and it consists of the corresponding cql query.
 

Goto: Custom Properties, Fields, Methods

Extends: SearchResult

See also: ExportSearchResult, SearchResult

Appears in: query

Connections
 
Custom Properties
 
ItemContainerSearchResult Attributes
Attribute Details
private List
  resultList
Initial: null
Notes: Result list.
private static const long
  serialVersionUID
Initial: 1L
Notes: Serial identifier.
 
ItemContainerSearchResult Methods
Operation Details
public
extractItemsOfSearchResult():ArrayList
Sequential
Notes: extracts items out of the search result list.
@return list of items
public
getResultList():List
Sequential
Notes: Getter for the results.
@return list of results
public
ItemContainerSearchResult(
   List results,
   String cqlQuery,
   NonNegativeInteger totalNumberOfResults):
Sequential
Notes: Create a result.