Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.1.5)

E21908-01

oracle.ecsf.client.dataobject
Class SavedSearchDetails

java.lang.Object
  extended by BaseSearch
      extended by oracle.ecsf.client.dataobject.SavedSearchDetails
All Implemented Interfaces:
java.io.Serializable

public class SavedSearchDetails
extends BaseSearch
implements java.io.Serializable


Field Summary
static java.lang.String COL_QUERY_DETAILS
           
static java.lang.String COL_SVSEARCH_ID
           
static java.lang.String COL_VERSION
           
static java.lang.String TABLE_NAME
          Constants
 
Constructor Summary
SavedSearchDetails()
          Default constructor.
SavedSearchDetails(long rowId, java.lang.String createdBy, java.util.Date creationDate, java.lang.String updatedBy, java.util.Date updatedDate, long savedSearchID, QueryMetaData queryDetails, java.lang.String version)
          Constructor.
 
Method Summary
 QueryMetaData getQueryDetails()
          Retrieve the query details for this saved search
 long getSavedSearchID()
          Retrieve the saved search ID
 java.lang.String getVersion()
          Retrieve the version for the saved search details
 void setQueryDetails(QueryMetaData queryDetails)
          Set the query details for this saved search.
 void setSavedSearchID(long savedSearchID)
          Set the saved search ID
 void setVersion(java.lang.String version)
          Set the version for the saved search details
 java.lang.String toString()
          Convert the Data Object into string value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
Constants

See Also:
Constant Field Values

COL_SVSEARCH_ID

public static final java.lang.String COL_SVSEARCH_ID
See Also:
Constant Field Values

COL_QUERY_DETAILS

public static final java.lang.String COL_QUERY_DETAILS
See Also:
Constant Field Values

COL_VERSION

public static final java.lang.String COL_VERSION
See Also:
Constant Field Values
Constructor Detail

SavedSearchDetails

public SavedSearchDetails(long rowId,
                          java.lang.String createdBy,
                          java.util.Date creationDate,
                          java.lang.String updatedBy,
                          java.util.Date updatedDate,
                          long savedSearchID,
                          QueryMetaData queryDetails,
                          java.lang.String version)
Constructor.

Parameters:
rowId - row identification number
createdBy - name of creator of the record
creationDate - time of record creation
updatedBy - name of the last updater
updatedDate - time of last update
savedSearchID - ID of the parent SavedSearch
queryDetails - query details
version - version number

SavedSearchDetails

public SavedSearchDetails()
Default constructor.

Method Detail

setSavedSearchID

public void setSavedSearchID(long savedSearchID)
Set the saved search ID

Parameters:
savedSearchID - parent saved search Id

getSavedSearchID

public long getSavedSearchID()
Retrieve the saved search ID

Returns:
id of the parent saved search

getQueryDetails

public QueryMetaData getQueryDetails()
Retrieve the query details for this saved search

Returns:
details of the saved search

setQueryDetails

public void setQueryDetails(QueryMetaData queryDetails)
Set the query details for this saved search.

Parameters:
queryDetails - search details

getVersion

public java.lang.String getVersion()
Retrieve the version for the saved search details

Returns:
version for the saved search details

setVersion

public void setVersion(java.lang.String version)
Set the version for the saved search details

Parameters:
version - version of the saved search details

toString

public java.lang.String toString()
Convert the Data Object into string value.

Returns:
String equivalent of the class.

Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.1.5)

E21908-01

Copyright © 2011 Oracle. All rights reserved.