Uses of Class
info.ejava.examples.ejb.interceptor.bo.ContactInfo
-
Packages that use ContactInfo Package Description info.ejava.examples.ejb.interceptor.bo info.ejava.examples.ejb.interceptor.ejb -
-
Uses of ContactInfo in info.ejava.examples.ejb.interceptor.bo
Subclasses of ContactInfo in info.ejava.examples.ejb.interceptor.bo Modifier and Type Class Description class
PhoneInfo
class
PostalInfo
Fields in info.ejava.examples.ejb.interceptor.bo with type parameters of type ContactInfo Modifier and Type Field Description private @Valid List<ContactInfo>
Contact. contactInfo
Methods in info.ejava.examples.ejb.interceptor.bo that return types with arguments of type ContactInfo Modifier and Type Method Description List<ContactInfo>
Contact. getContactInfo()
-
Uses of ContactInfo in info.ejava.examples.ejb.interceptor.ejb
Methods in info.ejava.examples.ejb.interceptor.ejb with parameters of type ContactInfo Modifier and Type Method Description void
ContactsEJB. addContactInfo(int contactId, ContactInfo contactInfo)
void
ContactsRemote. addContactInfo(int contactId, ContactInfo contactInfo)
-