Printable
, XmlSerializable
public final class SimpleSearchCriteria extends BaseSearchCriteria implements XmlSerializable, Printable
SUPRESSED
Constructor | Description |
---|---|
SimpleSearchCriteria() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getAttrName() |
The system name of a Contact Attribute as declared in Configuration Server (Tenant specific configuration).
Note: If the Restricted parameter was set to TRUE, then the value must be the system name of a sortable Contact Attribute. |
java.lang.String |
getAttrValue() |
The value type of this parameter depends on the Contact Attribute type declared in Config Server (settings/type).
|
Operators |
getOperator() |
Accepted values:
EQUAL
NOT_EQUAL
GREATER
GREATER_OR_EQUAL
LESSER
LESSER_OR_EQUAL
LIKE
|
int |
hashCode() |
|
void |
loadFromXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
saveToXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
setAttrName(java.lang.String value) |
The system name of a Contact Attribute as declared in Configuration Server (Tenant specific configuration).
Note: If the Restricted parameter was set to TRUE, then the value must be the system name of a sortable Contact Attribute. |
void |
setAttrValue(java.lang.String value) |
The value type of this parameter depends on the Contact Attribute type declared in Config Server (settings/type).
|
void |
setOperator(Operators value) |
Accepted values:
EQUAL
NOT_EQUAL
GREATER
GREATER_OR_EQUAL
LESSER
LESSER_OR_EQUAL
LIKE
|
java.lang.String |
toString(int indent,
boolean hideAllowed,
boolean truncateLargeData) |
createIndent, toString, toString, toString, toString
marshal, resolve
toString
public Operators getOperator()
public void setOperator(Operators value)
public java.lang.String getAttrName()
public void setAttrName(java.lang.String value)
public java.lang.String getAttrValue()
public void setAttrValue(java.lang.String value)
public void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
saveToXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
loadFromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public java.lang.String toString(int indent, boolean hideAllowed, boolean truncateLargeData)
toString
in class AbstractPrintable
public int hashCode()
hashCode
in class DataObject
public boolean equals(java.lang.Object obj)
equals
in class DataObject
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.