Package | Description |
---|---|
info.ejava.examples.ejb.interceptor.bo | |
info.ejava.examples.ejb.interceptor.ejb | |
info.ejava.examples.ejb.interceptor.normalizer |
Modifier and Type | Field and Description |
---|---|
private Contact |
ContactInfo.contact |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactInfo.getContact() |
Contact |
Contact.withName(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ContactInfo.setContact(Contact contact) |
Constructor and Description |
---|
ContactInfo(Contact contact) |
ContactInfo(int id,
Contact contact) |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactsRemote.createContact(Contact contact) |
Contact |
ContactsEJB.createContact(Contact contact) |
Contact |
ContactsRemote.createNormalizedContact(Contact contact) |
Contact |
ContactsEJB.createNormalizedContact(Contact contact)
This method will explicitly attempt to normalize the contact within the
body of the call.
|
Modifier and Type | Method and Description |
---|---|
List<Contact> |
ContactsRemote.getContacts(String name,
int offset,
int limit) |
List<Contact> |
ContactsEJB.getContacts(String name,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactsRemote.createContact(Contact contact) |
Contact |
ContactsEJB.createContact(Contact contact) |
Contact |
ContactsRemote.createNormalizedContact(Contact contact) |
Contact |
ContactsEJB.createNormalizedContact(Contact contact)
This method will explicitly attempt to normalize the contact within the
body of the call.
|
Modifier and Type | Method and Description |
---|---|
Contact |
ContactNormalizer.normalize(Contact contact) |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactNormalizer.normalize(Contact contact) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.