Plumtree Portal UI  
 

UpdateSortOrderControl Members

UpdateSortOrderControl overview

Public Static Fields

ORDER_BY_DATA 
STR_MVC_CLASS_NAME 

Public Static Methods

makeURL Factory method to make a pagination link for some search results.

Public Instance Constructors

UpdateSortOrderControl Constructor Initializes a new instance of the UpdateSortOrderControl class.

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 Fields

_model (inherited from SearchResultControl) 
_parent (inherited from SearchResultControl) 

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

UpdateSortOrderControl Class | com.plumtree.portaluiinfrastructure.search Namespace