Uses of Class
info.ejava.examples.ejb.interceptor.bo.Contact
-
Packages that use Contact Package Description info.ejava.examples.ejb.interceptor.bo info.ejava.examples.ejb.interceptor.ejb info.ejava.examples.ejb.interceptor.normalizer -
-
Uses of Contact in info.ejava.examples.ejb.interceptor.bo
Fields in info.ejava.examples.ejb.interceptor.bo declared as Contact Modifier and Type Field Description private @NotNull(groups=PrePersistCheck.class) Contact
ContactInfo. contact
Methods in info.ejava.examples.ejb.interceptor.bo that return Contact Modifier and Type Method Description Contact
ContactInfo. getContact()
Contact
Contact. withName(String name)
Methods in info.ejava.examples.ejb.interceptor.bo with parameters of type Contact Modifier and Type Method Description void
ContactInfo. setContact(Contact contact)
Constructors in info.ejava.examples.ejb.interceptor.bo with parameters of type Contact Constructor Description ContactInfo(int id, Contact contact)
ContactInfo(Contact contact)
-
Uses of Contact in info.ejava.examples.ejb.interceptor.ejb
Methods in info.ejava.examples.ejb.interceptor.ejb that return Contact Modifier and Type Method Description Contact
ContactsEJB. createContact(Contact contact)
Contact
ContactsRemote. createContact(Contact contact)
Contact
ContactsEJB. createNormalizedContact(Contact contact)
This method will explicitly attempt to normalize the contact within the body of the call.Contact
ContactsRemote. createNormalizedContact(Contact contact)
Methods in info.ejava.examples.ejb.interceptor.ejb that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
ContactsEJB. getContacts(String name, int offset, int limit)
List<Contact>
ContactsRemote. getContacts(String name, int offset, int limit)
Methods in info.ejava.examples.ejb.interceptor.ejb with parameters of type Contact Modifier and Type Method Description Contact
ContactsEJB. createContact(Contact contact)
Contact
ContactsRemote. createContact(Contact contact)
Contact
ContactsEJB. createNormalizedContact(Contact contact)
This method will explicitly attempt to normalize the contact within the body of the call.Contact
ContactsRemote. createNormalizedContact(Contact contact)
-
Uses of Contact in info.ejava.examples.ejb.interceptor.normalizer
Methods in info.ejava.examples.ejb.interceptor.normalizer that return Contact Modifier and Type Method Description Contact
ContactNormalizer. normalize(Contact contact)
Methods in info.ejava.examples.ejb.interceptor.normalizer with parameters of type Contact Modifier and Type Method Description Contact
ContactNormalizer. normalize(Contact contact)
-