|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.Search.ResultColumn
public static class Search.ResultColumn
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".
| Nested Class Summary | |
|---|---|
static class |
Search.ResultColumn.ResultColumnPkFOR 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 |
|---|
public Search.ResultColumn()
public Search.ResultColumn(java.lang.String columnTitle)
columnTitle - The column title.| Method Detail |
|---|
protected void prePersist()
Internally called prior to persisting the entity bean in the database.
FOR INTERNAL USE ONLY
public java.lang.String getColumnTitle()
public void setColumnTitle(java.lang.String columnAlias)
columnAlias - The column title.public java.util.List<Search.SelectedField> getSelectedFields()
Search.SelectedField entries. May return null.public void setSelectedFields(java.util.List<Search.SelectedField> selectedFields)
Search.SelectedField entries.selectedFields - the list of 0 or more entries.
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||