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 classPhoneInfoclassPostalInfoFields in info.ejava.examples.ejb.interceptor.bo with type parameters of type ContactInfo Modifier and Type Field Description private @Valid List<ContactInfo>Contact. contactInfoMethods 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 voidContactsEJB. addContactInfo(int contactId, ContactInfo contactInfo)voidContactsRemote. addContactInfo(int contactId, ContactInfo contactInfo)
-