com.plumtree.portalpages.browsing.search.network
Class NetworkSearchArguments

java.lang.Object
  extended by com.plumtree.portalpages.browsing.search.network.NetworkSearchArguments

public class NetworkSearchArguments
extends java.lang.Object

This object will allow for the retrieval and setting of two objects that are used when processing a network search. This object has primarily been defined to be used when implementing a INetworkActions interface. Created: April 27, 2003

Author:
Brian C. Harrison

Constructor Summary
NetworkSearchArguments()
           
 
Method Summary
 java.lang.String GetNetworkSearch()
          Retrieve the Network Search String that will be used for processing.
 IXPList GetNetworkSources()
          Retrieve the Network Search sources that will be used for processing.
 void SetNetworkSearch(java.lang.String _strSearchString)
          Set the Search String of the NetworkSearchArguments.
 void SetNetworkSources(IXPList _xplSearchSources)
          Set the XPList value for the NetworkSearchArguments object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkSearchArguments

public NetworkSearchArguments()
Method Detail

GetNetworkSearch

public java.lang.String GetNetworkSearch()
Retrieve the Network Search String that will be used for processing.

Returns:
- String variable containing the Search parameter that can be returned to the Network Search process.

GetNetworkSources

public IXPList GetNetworkSources()
Retrieve the Network Search sources that will be used for processing.

Returns:
- XPList variable containing the list of Network Search Sources that can be returned to the Network Search process.

SetNetworkSearch

public void SetNetworkSearch(java.lang.String _strSearchString)
Set the Search String of the NetworkSearchArguments.

Parameters:
_strSearchString - - String variable that will contain the value of the String used to perform a valid Network Search.

SetNetworkSources

public void SetNetworkSources(IXPList _xplSearchSources)
Set the XPList value for the NetworkSearchArguments object.

Parameters:
_xplSearchSources - - XPList variable that will contain the list of valid Network Search sources that will be used when processing a valid Network Search.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.