Package org.dspace.scripts
Class ProcessQueryParameterContainer
java.lang.Object
org.dspace.scripts.ProcessQueryParameterContainer
This is a container class in which the variables can be stored that a
Process must adhere to when being
retrieved from the DB through the search methods-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToQueryParameterMap(String key, Object object) Generic getter for the queryParameterMapGeneric getter for the sortOrderGeneric getter for the sortPropertyvoidsetQueryParameterMap(Map<String, Object> queryParameterMap) Generic setter for the queryParameterMapvoidsetSortOrder(String sortOrder) Generic setter for the sortOrdervoidsetSortProperty(String sortProperty) Generic setter for the sortProperty
-
Constructor Details
-
ProcessQueryParameterContainer
public ProcessQueryParameterContainer()
-
-
Method Details
-
getQueryParameterMap
Generic getter for the queryParameterMap- Returns:
- the queryParameterMap value of this ProcessQueryParameterContainer
-
setQueryParameterMap
Generic setter for the queryParameterMap- Parameters:
queryParameterMap- The queryParameterMap to be set on this ProcessQueryParameterContainer
-
addToQueryParameterMap
-
getSortProperty
Generic getter for the sortProperty- Returns:
- the sortProperty value of this ProcessQueryParameterContainer
-
setSortProperty
Generic setter for the sortProperty- Parameters:
sortProperty- The sortProperty to be set on this ProcessQueryParameterContainer
-
getSortOrder
Generic getter for the sortOrder- Returns:
- the sortOrder value of this ProcessQueryParameterContainer
-
setSortOrder
Generic setter for the sortOrder- Parameters:
sortOrder- The sortOrder to be set on this ProcessQueryParameterContainer
-