|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchCriteriaCollection | |
---|---|
com.genesyslab.platform.contacts.protocol.contactserver | This package contains the Protocol classes that your applications
can use to set up communication with Universal Contact Server. |
com.genesyslab.platform.contacts.protocol.contactserver.requests |
Uses of SearchCriteriaCollection in com.genesyslab.platform.contacts.protocol.contactserver |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver that return SearchCriteriaCollection | |
---|---|
static SearchCriteriaCollection |
SearchCriteriaBuilder.build(Prefixes prefix,
SearchCriteriaCollection... criterias)
Creates SearchCriteriaCollection based on one or more search criteria collections. |
static SearchCriteriaCollection |
SearchCriteriaBuilder.build(java.lang.String name,
Operators operator,
java.lang.String value)
Creates SearchCriteriaCollection based on one simple search criterias. |
SearchCriteriaCollection |
ComplexSearchCriteria.getCriterias()
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type SearchCriteriaCollection | |
---|---|
static SearchCriteriaCollection |
SearchCriteriaBuilder.build(Prefixes prefix,
SearchCriteriaCollection... criterias)
Creates SearchCriteriaCollection based on one or more search criteria collections. |
void |
ComplexSearchCriteria.setCriterias(SearchCriteriaCollection value)
|
Uses of SearchCriteriaCollection in com.genesyslab.platform.contacts.protocol.contactserver.requests |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return SearchCriteriaCollection | |
---|---|
SearchCriteriaCollection |
RequestInteractionListGet.getSearchCriteria()
No filtering if not present. |
SearchCriteriaCollection |
RequestGetInteractionsForContact.getSearchCriteria()
No filtering if not present. |
SearchCriteriaCollection |
RequestGetContacts.getSearchCriteria()
|
SearchCriteriaCollection |
RequestCountInteractions.getSearchCriteria()
Filters the Interactions that should be returned. |
SearchCriteriaCollection |
RequestContactListGet.getSearchCriteria()
No filtering if not present. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type SearchCriteriaCollection | |
---|---|
void |
RequestInteractionListGet.setSearchCriteria(SearchCriteriaCollection value)
No filtering if not present. |
void |
RequestGetInteractionsForContact.setSearchCriteria(SearchCriteriaCollection value)
No filtering if not present. |
void |
RequestGetContacts.setSearchCriteria(SearchCriteriaCollection value)
|
void |
RequestCountInteractions.setSearchCriteria(SearchCriteriaCollection value)
Filters the Interactions that should be returned. |
void |
RequestContactListGet.setSearchCriteria(SearchCriteriaCollection value)
No filtering if not present. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |