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

E21908-02

oracle.ecsf.client.dataobject
Class SavedSearch

java.lang.Object
  extended by UserSearch
      extended by oracle.ecsf.client.dataobject.SavedSearch

public class SavedSearch
extends UserSearch


Field Summary
static java.lang.String SAVED_SEARCH_TYPE_STR
          Constants
protected static java.util.logging.Logger sLogger
           
 
Constructor Summary
SavedSearch()
          Default constructor.
SavedSearch(long rowId, java.lang.String createdBy, java.util.Date creationDate, java.lang.String updatedBy, java.util.Date updatedDate, java.lang.String name, java.lang.String description, java.lang.String userGUID, java.lang.String keywordSrchStr, boolean isPublic, java.lang.String callerCtx)
          Constructor.
 
Method Summary
 long getECSFComponentId()
          Retrieve the ECSFComponentId of the saved search.
 SavedSearchDetails getSavedSearchDetails()
          Retrieve the SavedSearchDetails for this saved search.
 void setECSFComponentId(long componentId)
          Set the ECSFComponentId of the saved search.
 void setSavedSearchDetails(SavedSearchDetails savedSrchDetails)
          This API is not meant for public consumption Set the saved search details for this saved search.
 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

SAVED_SEARCH_TYPE_STR

public static final java.lang.String SAVED_SEARCH_TYPE_STR
Constants

See Also:
Constant Field Values

sLogger

protected static java.util.logging.Logger sLogger
Constructor Detail

SavedSearch

public SavedSearch(long rowId,
                   java.lang.String createdBy,
                   java.util.Date creationDate,
                   java.lang.String updatedBy,
                   java.util.Date updatedDate,
                   java.lang.String name,
                   java.lang.String description,
                   java.lang.String userGUID,
                   java.lang.String keywordSrchStr,
                   boolean isPublic,
                   java.lang.String callerCtx)
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
name - saved search name
description - description of the saved search
userGUID - ID of user who owns the saved search
keywordSrchStr - keyword search string
isPublic - is saved search public
callerCtx - the caller context used to filter the saved searches

SavedSearch

public SavedSearch()
Default constructor.

Method Detail

getECSFComponentId

public long getECSFComponentId()
Retrieve the ECSFComponentId of the saved search.

Returns:
caller context of the saved search

setECSFComponentId

public void setECSFComponentId(long componentId)
Set the ECSFComponentId of the saved search.

Parameters:
componentId - Component Id of the saved search

getSavedSearchDetails

public SavedSearchDetails getSavedSearchDetails()
Retrieve the SavedSearchDetails for this saved search.

Returns:
saved search details

setSavedSearchDetails

public void setSavedSearchDetails(SavedSearchDetails savedSrchDetails)
This API is not meant for public consumption Set the saved search details for this saved search. All existing saved search details will be deleted.

Parameters:
savedSrchDetails - savedSearchDetails to set

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.2)

E21908-02

Copyright © 2011 Oracle. All rights reserved.