Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Class Search.ResultColumn

java.lang.Object
  extended by oracle.imaging.Search.ResultColumn

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Search

public static class Search.ResultColumn
extends java.lang.Object
implements java.io.Serializable

The Search.ResultColumn class provides the container that holds the results as part of an ordered column. The container has a column title that is used to identify the results for display. It also contains a List of Search.SelectedField entries.

Example:

ResultColumn A ResultColumn B ResultColumn C
SelectField AppA.F1 SelectField AppA.F2 SelectField AppA.F3
  SelectField AppB.F2  
SelectField AppC.F1    


This structure will result in the data from AppA.F1 and AppC.F1 will be merged into a single column named "A".
The data from AppA.F2 and AppB.F2 will be merged into a single column named "B".
The data from AppA.F3 will be returned in a single column named "C".

See Also:
Serialized Form

Nested Class Summary
static class Search.ResultColumn.ResultColumnPk
          FOR INTERNAL USE ONLY

 

Constructor Summary
Search.ResultColumn()
          The default constructor required to be explicitly declared for JAXB serialization.
Search.ResultColumn(java.lang.String columnTitle)
          Convenience constructor

 

Method Summary
 java.lang.String getColumnTitle()
          Gets the textual title of the column
 java.util.List<Search.SelectedField> getSelectedFields()
          Gets the List of Search.SelectedField entries.
protected  void prePersist()
          FOR INTERNAL USE ONLY
 void setColumnTitle(java.lang.String columnAlias)
          Sets the textual title of the column.
 void setSelectedFields(java.util.List<Search.SelectedField> selectedFields)
          Sets the list of Search.SelectedField entries.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Search.ResultColumn

public Search.ResultColumn()
The default constructor required to be explicitly declared for JAXB serialization.

Search.ResultColumn

public Search.ResultColumn(java.lang.String columnTitle)
Convenience constructor
Parameters:
columnTitle - The column title.

Method Detail

prePersist

protected void prePersist()
FOR INTERNAL USE ONLY

Internally called prior to persisting the entity bean in the database.

FOR INTERNAL USE ONLY


getColumnTitle

public java.lang.String getColumnTitle()
Gets the textual title of the column
Returns:
The column title.

setColumnTitle

public void setColumnTitle(java.lang.String columnAlias)
Sets the textual title of the column.
Parameters:
columnAlias - The column title.

getSelectedFields

public java.util.List<Search.SelectedField> getSelectedFields()
Gets the List of Search.SelectedField entries. May return null.
Returns:
The list of entries.

setSelectedFields

public void setSelectedFields(java.util.List<Search.SelectedField> selectedFields)
Sets the list of Search.SelectedField entries.
Parameters:
selectedFields - the list of 0 or more entries.

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.