public class CmsSearchWorkplaceBean
extends java.lang.Object
构造器和说明 |
---|
CmsSearchWorkplaceBean(java.lang.String currentFolder)
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getFields()
Returns the fields parameter value.
|
java.lang.String |
getIndexName()
Returns the index name.
|
java.lang.String |
getMaxDateCreated()
Returns the creation date the resources have to have as maximum.
|
java.lang.String |
getMaxDateLastModified()
Returns the last modification date the resources have to have as maximum.
|
java.lang.String |
getMinDateCreated()
Returns the creation date the resources have to have as minimum.
|
java.lang.String |
getMinDateLastModified()
Returns the last modification date the resources have to have as minimum.
|
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 |
setIndexName(java.lang.String indexName)
Sets the index name.
|
void |
setMaxDateCreated(java.lang.String maxDateCreated)
Sets the creation date the resources have to have as maximum.
|
void |
setMaxDateLastModified(java.lang.String maxDateLastModified)
Sets the last modification date the resources have to have as maximum.
|
void |
setMinDateCreated(java.lang.String dateCreatedFrom)
Sets the creation date the resources have to have as minimum.
|
void |
setMinDateLastModified(java.lang.String minDateLastModified)
Sets the last modification date the resources have to have as minimum.
|
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.
|
public CmsSearchWorkplaceBean(java.lang.String currentFolder)
currentFolder
- the current folderpublic java.lang.String getFields()
public java.lang.String getIndexName()
public java.lang.String getMaxDateCreated()
public java.lang.String getMaxDateLastModified()
public java.lang.String getMinDateCreated()
public java.lang.String getMinDateLastModified()
public java.lang.String getQuery()
public java.lang.String getSearchPath()
public java.lang.String getSortOrder()
public boolean isRestrictSearch()
public void setFields(java.lang.String fields)
fields
- the fields parameter value to setpublic void setIndexName(java.lang.String indexName)
indexName
- the index namepublic void setMaxDateCreated(java.lang.String maxDateCreated)
maxDateCreated
- the creation date the resources have to have as maximum to setpublic void setMaxDateLastModified(java.lang.String maxDateLastModified)
maxDateLastModified
- the last modification date the resources have to have as maximum to setpublic void setMinDateCreated(java.lang.String dateCreatedFrom)
dateCreatedFrom
- the creation date the resources have to have as minimum to setpublic void setMinDateLastModified(java.lang.String minDateLastModified)
minDateLastModified
- the last modification date the resources have to have as minimum to setpublic void setQuery(java.lang.String query)
query
- the query to setpublic void setRestrictSearch(boolean restrictSearch)
restrictSearch
- the restrict Search flag to setpublic void setSortOrder(java.lang.String sortOrder)
sortOrder
- the sort Order to set