|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.search.CmsSearchWorkplaceBean
public class CmsSearchWorkplaceBean
Bean to handle search parameters in the workplace.
Constructor Summary | |
---|---|
CmsSearchWorkplaceBean(java.lang.String currentFolder)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getFields()
Returns the fields parameter value. |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsSearchWorkplaceBean(java.lang.String currentFolder)
currentFolder
- the current folderMethod Detail |
---|
public java.lang.String getFields()
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 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
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |