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) ContactContactInfo. contactMethods in info.ejava.examples.ejb.interceptor.bo that return Contact Modifier and Type Method Description ContactContactInfo. getContact()ContactContact. withName(String name)Methods in info.ejava.examples.ejb.interceptor.bo with parameters of type Contact Modifier and Type Method Description voidContactInfo. 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 ContactContactsEJB. createContact(Contact contact)ContactContactsRemote. createContact(Contact contact)ContactContactsEJB. createNormalizedContact(Contact contact)This method will explicitly attempt to normalize the contact within the body of the call.ContactContactsRemote. 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 ContactContactsEJB. createContact(Contact contact)ContactContactsRemote. createContact(Contact contact)ContactContactsEJB. createNormalizedContact(Contact contact)This method will explicitly attempt to normalize the contact within the body of the call.ContactContactsRemote. 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 ContactContactNormalizer. normalize(Contact contact)Methods in info.ejava.examples.ejb.interceptor.normalizer with parameters of type Contact Modifier and Type Method Description ContactContactNormalizer. normalize(Contact contact)
-