org.opencms.workplace.search
Class CmsSearchWorkplaceBean

java.lang.Object
  extended by org.opencms.workplace.search.CmsSearchWorkplaceBean

public class CmsSearchWorkplaceBean
extends java.lang.Object

Bean to handle search parameters in the workplace.

Since:
6.3.0
Version:
$Revision: 1.2 $
Author:
Michael Moossen

Constructor Summary
CmsSearchWorkplaceBean(java.lang.String currentFolder)
          Default constructor.
 
Method Summary
 java.lang.String getFields()
          Returns the fields parameter value.
 java.lang.String getQuery()
          Returns the query.
 java.lang.String getSearchPath()
          Returns the search path.
 java.lang.String getSortOrder()
          Returns the sort Order.
 boolean isRestrictSearch()
          Returns the restrict Search flag.
 void setFields(java.lang.String fields)
          Sets the fields parameter value.
 void setQuery(java.lang.String query)
          Sets the query.
 void setRestrictSearch(boolean restrictSearch)
          Sets the restrict Search flag.
 void setSortOrder(java.lang.String sortOrder)
          Sets the sort Order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsSearchWorkplaceBean

public CmsSearchWorkplaceBean(java.lang.String currentFolder)
Default constructor.

Parameters:
currentFolder - the current folder
Method Detail

getFields

public java.lang.String getFields()
Returns the fields parameter value.

Returns:
the fields parameter value

getQuery

public java.lang.String getQuery()
Returns the query.

Returns:
the query

getSearchPath

public java.lang.String getSearchPath()
Returns the search path.

Returns:
the search path

getSortOrder

public java.lang.String getSortOrder()
Returns the sort Order.

Returns:
the sort Order

isRestrictSearch

public boolean isRestrictSearch()
Returns the restrict Search flag.

Returns:
the restrict Search flag

setFields

public void setFields(java.lang.String fields)
Sets the fields parameter value.

Parameters:
fields - the fields parameter value to set

setQuery

public void setQuery(java.lang.String query)
Sets the query.

Parameters:
query - the query to set

setRestrictSearch

public void setRestrictSearch(boolean restrictSearch)
Sets the restrict Search flag.

Parameters:
restrictSearch - the restrict Search flag to set

setSortOrder

public void setSortOrder(java.lang.String sortOrder)
Sets the sort Order.

Parameters:
sortOrder - the sort Order to set