public class SearchImpl extends AbstractImplItem implements SerializableXmlElement
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchImpl.SimpleConditionType |
| Constructor and Description |
|---|
SearchImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<SearchAttribImpl> |
getAttribConditions() |
String |
getName() |
String |
getNotes() |
Map<String,String> |
getParams() |
List<SearchEqualsImpl> |
getSimpleConditions(SearchImpl.SimpleConditionType type) |
boolean |
isEnabled() |
boolean |
isMatching(EstateImpl estate) |
void |
readFromXml(org.dom4j.Document doc) |
void |
readFromXml(org.dom4j.Element node) |
void |
serializeToXml(org.dom4j.Document doc) |
void |
serializeToXml(org.dom4j.Element node) |
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
void |
setNotes(String notes) |
getValue, getValue, getValues, merge, putValue, selectAttribute, selectAttribute, selectAttributeAsBigDecimal, selectAttributeAsBigDecimal, selectAttributeAsBigInteger, selectAttributeAsBigInteger, selectAttributeAsBoolean, selectAttributeAsBoolean, selectAttributeAsCurrency, selectAttributeAsCurrency, selectAttributeAsDate, selectAttributeAsDate, selectAttributeAsDateTime, selectAttributeAsDateTime, selectAttributeAsDouble, selectAttributeAsDouble, selectAttributeAsFloat, selectAttributeAsFloat, selectAttributeAsURI, selectAttributeAsURI, selectChildElementspublic List<SearchAttribImpl> getAttribConditions()
public String getName()
public String getNotes()
public List<SearchEqualsImpl> getSimpleConditions(SearchImpl.SimpleConditionType type)
public boolean isEnabled()
public boolean isMatching(EstateImpl estate)
public void readFromXml(org.dom4j.Document doc)
throws org.dom4j.DocumentException
readFromXml in interface SerializableXmlElementorg.dom4j.DocumentExceptionpublic void readFromXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
readFromXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionpublic void serializeToXml(org.dom4j.Document doc)
throws org.dom4j.DocumentException
serializeToXml in interface SerializableXmlElementorg.dom4j.DocumentExceptionpublic void serializeToXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
serializeToXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionpublic void setEnabled(boolean enabled)
public void setName(String name)
public void setNotes(String notes)
Copyright © 2019 OpenEstate. All rights reserved.