| Modifier and Type | Method and Description |
|---|---|
Contact |
SearchAdapter.getByURN(String URN) |
Contact |
PushAdapter.getByURN(String URN) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoveAdapter.delete(Contact contact) |
boolean |
PersistAdapter.save(Contact contact) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
PushSearchAdapter.getByURN(String URN) |
Contact |
AbstractPushAdapter.getByURN(String URN) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
LdapSearchAdapter.getByURN(String urn) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Contact> |
LdapSearchAdapter.getSearchResults(String search) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
XMLContactAdapter.getByURN(String URN) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactDecorator.decorate(Contact contact) |
| Modifier and Type | Method and Description |
|---|---|
void |
PassThroughContactDecorator.decorate(Contact contact) |
void |
AgregateContactDecorator.decorate(Contact contact) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactDomain.getContact(String URN) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContactDomain.delete(Contact contact) |
boolean |
ContactDomain.save(Contact contact) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
GenericContactDomain.getContact(String URN) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericContactDomain.delete(Contact contact) |
boolean |
GenericContactDomain.save(Contact contact) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactPojo |
| Modifier and Type | Method and Description |
|---|---|
int |
ContactComparator.compare(Contact t,
Contact t1) |
void |
ContactMapper.mapFromContact(Contact contact,
T userObj) |
void |
ContactMapper.mapToContact(T userObj,
Contact contact) |
Copyright © 2013 Jasig. All Rights Reserved.