public class SearchProperties extends Object implements Serializable
Constructor and Description |
---|
SearchProperties() |
public AdvancedSearchConfigElement getSearchConfigElement()
public void setSearchConfigElement(AdvancedSearchConfigElement searchConfigElement)
public String getSearchName()
public void setSearchName(String searchName)
public String getSearchDescription()
public void setSearchDescription(String searchDescription)
public Map<String,org.alfresco.service.cmr.dictionary.DataTypeDefinition> getCustomPropertyLookup()
public void setCustomPropertyLookup(Map<String,org.alfresco.service.cmr.dictionary.DataTypeDefinition> customPropertyLookup)
public List<SelectItem> getContentFormats()
public void setContentFormats(List<SelectItem> contentFormats)
public String getContentFormat()
public void setContentFormat(String contentFormat)
public String getContentType()
public void setContentType(String contentType)
public List<SelectItem> getContentTypes()
public void setContentTypes(List<SelectItem> contentTypes)
public String getFolderType()
public void setFolderType(String folderType)
public List<SelectItem> getFolderTypes()
public void setFolderTypes(List<SelectItem> folderTypes)
public String getText()
public void setText(String text)
public String getMode()
public void setMode(String mode)
public String getLookin()
public void setLookin(String lookin)
public org.alfresco.service.cmr.repository.NodeRef getLocation()
public void setLocation(org.alfresco.service.cmr.repository.NodeRef location)
public DataModel getCategoriesDataModel()
public void setCategoriesDataModel(DataModel categoriesDataModel)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public Date getCreatedDateFrom()
public void setCreatedDateFrom(Date createdDateFrom)
public Date getCreatedDateTo()
public void setCreatedDateTo(Date createdDateTo)
public Date getModifiedDateFrom()
public void setModifiedDateFrom(Date modifiedDateFrom)
public Date getModifiedDateTo()
public void setModifiedDateTo(Date modifiedDateTo)
public boolean isLocationChildren()
public void setLocationChildren(boolean locationChildren)
public String getAuthor()
public void setAuthor(String author)
public boolean isModifiedDateChecked()
public void setModifiedDateChecked(boolean modifiedDateChecked)
public boolean isCreatedDateChecked()
public void setCreatedDateChecked(boolean createdDateChecked)
public org.alfresco.service.cmr.repository.NodeRef getGlobalSearchesRef()
public void setGlobalSearchesRef(org.alfresco.service.cmr.repository.NodeRef globalSearchesRef)
public org.alfresco.service.cmr.repository.NodeRef getUserSearchesRef()
public void setUserSearchesRef(org.alfresco.service.cmr.repository.NodeRef userSearchesRef)
public String getSavedSearch()
public void setSavedSearch(String savedSearch)
public String getSavedSearchMode()
public void setSavedSearchMode(String savedSearchMode)
public String getEditSearchName()
public void setEditSearchName(String editSearchName)
public boolean isSearchSaveGlobal()
public void setSearchSaveGlobal(boolean searchSaveGlobal)
public org.alfresco.util.ExpiringValueCache<List<SelectItem>> getCachedSavedSearches()
public void setCachedSavedSearches(org.alfresco.util.ExpiringValueCache<List<SelectItem>> cachedSavedSearches)
Copyright © 2005–2017 Alfresco Software. All rights reserved.