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 SavedSearch

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

public class SavedSearch
extends BaseSearch
implements java.io.Serializable


Field Summary
static java.lang.String COL_CALLER_CTX
           
static java.lang.String COL_DESCRIPTION
           
static java.lang.String COL_IS_PUBLIC
           
static java.lang.String COL_KEYWORD_SRCHSTR
           
static java.lang.String COL_NAME
           
static java.lang.String COL_USERID
           
protected static java.util.logging.Logger sLogger
           
static java.lang.String TABLE_NAME
          Constants
 
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
 java.lang.String getCallerCtx()
          Retrieve the caller context of the saved search.
 java.lang.String getDescription()
          Retrieve the description for this saved search
 long getECSFComponentId()
          Retrieve the ECSFComponentId of the saved search.
 boolean getIsPublic()
          Retrieve the public status of this saved search.
 java.lang.String getKeywordSrchStr()
          Retrieve the keywordSrchStr for this saved search.
 java.lang.String getName()
          Retrieve the name of this saved search
 SavedSearchDetails getSavedSearchDetails()
          Retrieve the SavedSearchDetails for this saved search.
 java.lang.String getUserGUID()
          Retrieve the username for this saved search.
 void setDescription(java.lang.String description)
          Set the description for this saved search
 void setECSFComponentId(long componentId)
          Set the ECSFComponentId of the saved search.
 void setIsPublic(boolean isPublic)
          Set the public status of this saved search.
 void setKeywordSrchStr(java.lang.String keywordSrchStr)
          Set the KeywordSrchStr for this saved search.
 void setName(java.lang.String name)
          Set the name of this 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

TABLE_NAME

public static final java.lang.String TABLE_NAME
Constants

See Also:
Constant Field Values

COL_NAME

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

COL_DESCRIPTION

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

COL_USERID

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

COL_KEYWORD_SRCHSTR

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

COL_IS_PUBLIC

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

COL_CALLER_CTX

public static final java.lang.String COL_CALLER_CTX
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

setName

public void setName(java.lang.String name)
Set the name of this saved search

Parameters:
name - saved search name

getName

public java.lang.String getName()
Retrieve the name of this saved search

Returns:
name of the saved search

setDescription

public void setDescription(java.lang.String description)
Set the description for this saved search

Parameters:
description - saved search description

getDescription

public java.lang.String getDescription()
Retrieve the description for this saved search

Returns:
description of the saved search

getUserGUID

public java.lang.String getUserGUID()
Retrieve the username for this saved search.

Returns:
UserID for the saved search

setKeywordSrchStr

public void setKeywordSrchStr(java.lang.String keywordSrchStr)
Set the KeywordSrchStr for this saved search.

Parameters:
keywordSrchStr - saved search KeywordSrchStr

getKeywordSrchStr

public java.lang.String getKeywordSrchStr()
Retrieve the keywordSrchStr for this saved search.

Returns:
keywordSrchStr for the saved search

setIsPublic

public void setIsPublic(boolean isPublic)
Set the public status of this saved search.

Parameters:
isPublic - the public status

getCallerCtx

public java.lang.String getCallerCtx()
Retrieve the caller context of the saved search.

Returns:
caller context of the saved search

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

getIsPublic

public boolean getIsPublic()
Retrieve the public status of this saved search.

Returns:
public status 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.1.5)

E21908-01

Copyright © 2011 Oracle. All rights reserved.