Plumtree Portal UI  
 

NullSearchControl Methods

The methods of the NullSearchControl class are listed below. For a complete list of NullSearchControl class members, see the NullSearchControl Members topic.

Public Instance Methods

CheckActionSecurityAndExecute (inherited from SearchResultControl) 
Create 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetName 
GetType (inherited from Object)Gets the Type of the current instance.
Init (inherited from SearchResultControl) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

ExecuteSearchControl 
expectModelInitialized (inherited from SearchResultControl) Subclasses should override this method and return false if they don't mind the model being uninitialized on entry.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
parseQueryArgs (inherited from SearchResultControl) Helper method to grab query parameters out of the provided arguments and return them in a temporary QueryArguments structure. The argument names may be prepended with the provided prefix. If no args were found or the query could not be reconstructed, this method should return null.

See Also

NullSearchControl Class | com.plumtree.portaluiinfrastructure.search Namespace