| Modifier and Type | Method and Description |
|---|---|
ContactSet |
PushAdapter.getContacts(String id) |
ContactSet |
SearchAdapter.search(String searchText) |
ContactSet |
SearchAdapter.search(String searchText,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContactSet> |
PushAdapter.getContacts() |
| Modifier and Type | Method and Description |
|---|---|
ContactSet |
PushSearchAdapter.search(String searchText) |
ContactSet |
PushSearchAdapter.search(String searchText,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
ContactSet |
LdapSearchAdapter.search(String searchText) |
ContactSet |
LdapSearchAdapter.search(String searchText,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
ContactSet |
XMLContactAdapter.getContacts(String id) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContactSet> |
XMLContactAdapter.getContacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactDecorator.decorate(ContactSet contacts) |
| Modifier and Type | Method and Description |
|---|---|
void |
PassThroughContactDecorator.decorate(ContactSet contacts) |
void |
AgregateContactDecorator.decorate(ContactSet contacts) |
| Modifier and Type | Method and Description |
|---|---|
ContactSet |
ContactDomain.getContacts(String setId) |
ContactSet |
ContactDomain.search(String searchText) |
ContactSet |
ContactDomain.search(String searchText,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContactSet> |
ContactDomain.getContacts() |
| Modifier and Type | Method and Description |
|---|---|
ContactSet |
GenericContactDomain.getContacts(String setId) |
ContactSet |
GenericContactDomain.search(String searchText) |
ContactSet |
GenericContactDomain.search(String searchText,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContactSet> |
GenericContactDomain.getContacts() |
| Modifier and Type | Method and Description |
|---|---|
int |
ContactSet.compareTo(ContactSet o) |
| Modifier and Type | Method and Description |
|---|---|
int |
ContactSetComparator.compare(ContactSet o1,
ContactSet o2) |
Copyright © 2013 Jasig. All Rights Reserved.