A B C D E G H I L M N O P R S T V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addContactInfo(int, ContactInfo) - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- addContactInfo(int, ContactInfo) - Method in interface info.ejava.examples.ejb.interceptor.ejb.ContactsRemote
- address - Variable in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- ADDRESS - info.ejava.examples.ejb.interceptor.bo.ContactType
- AddressType - Enum in info.ejava.examples.ejb.interceptor.bo
- AddressType() - Constructor for enum info.ejava.examples.ejb.interceptor.bo.AddressType
B
- BILLING - info.ejava.examples.ejb.interceptor.bo.AddressType
C
- city - Variable in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- cleanup() - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- cleanup() - Method in interface info.ejava.examples.ejb.interceptor.ejb.ContactsRemote
- contact - Variable in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- Contact - Class in info.ejava.examples.ejb.interceptor.bo
- Contact() - Constructor for class info.ejava.examples.ejb.interceptor.bo.Contact
- contactId - Variable in exception info.ejava.examples.ejb.interceptor.ejb.ContactNotFound
- contactInfo - Variable in class info.ejava.examples.ejb.interceptor.bo.Contact
- ContactInfo - Class in info.ejava.examples.ejb.interceptor.bo
- ContactInfo() - Constructor for class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- ContactInfo(int, Contact) - Constructor for class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- ContactInfo(Contact) - Constructor for class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- contactNormalizer - Variable in class info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor
- ContactNormalizer - Class in info.ejava.examples.ejb.interceptor.normalizer
- ContactNormalizer() - Constructor for class info.ejava.examples.ejb.interceptor.normalizer.ContactNormalizer
- ContactNotFound - Exception in info.ejava.examples.ejb.interceptor.ejb
- ContactNotFound(int) - Constructor for exception info.ejava.examples.ejb.interceptor.ejb.ContactNotFound
- ContactRole - Enum in info.ejava.examples.ejb.interceptor.bo
- ContactRole() - Constructor for enum info.ejava.examples.ejb.interceptor.bo.ContactRole
- ContactsEJB - Class in info.ejava.examples.ejb.interceptor.ejb
- ContactsEJB() - Constructor for class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- ContactsNormalizerInterceptor - Class in info.ejava.examples.ejb.interceptor.interceptors
- ContactsNormalizerInterceptor() - Constructor for class info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor
- ContactsRemote - Interface in info.ejava.examples.ejb.interceptor.ejb
- ContactType - Enum in info.ejava.examples.ejb.interceptor.bo
- ContactType() - Constructor for enum info.ejava.examples.ejb.interceptor.bo.ContactType
- createContact(Contact) - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- createContact(Contact) - Method in interface info.ejava.examples.ejb.interceptor.ejb.ContactsRemote
- createNormalizedContact(Contact) - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
-
This method will explicitly attempt to normalize the contact within the body of the call.
- createNormalizedContact(Contact) - Method in interface info.ejava.examples.ejb.interceptor.ejb.ContactsRemote
- ctor(InvocationContext) - Method in class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
D
- destory(InvocationContext) - Method in class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
- destroy() - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- destroy() - Method in class info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor
- destroy() - Method in class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
E
- ejbCtx - Variable in class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
- em - Variable in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- errors - Variable in exception info.ejava.examples.ejb.interceptor.ejb.InvalidParam
- extension - Variable in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
G
- getAddress() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- getCity() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- getContact() - Method in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- getContactInfo() - Method in class info.ejava.examples.ejb.interceptor.bo.Contact
- getContacts(String, int, int) - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- getContacts(String, int, int) - Method in interface info.ejava.examples.ejb.interceptor.ejb.ContactsRemote
- getContactType() - Method in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- getContactType() - Method in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- getContactType() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- getErrors(Set<ConstraintViolation<Object>>) - Method in class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
- getExtension() - Method in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- getId() - Method in class info.ejava.examples.ejb.interceptor.bo.Contact
- getId() - Method in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- getMessage() - Method in exception info.ejava.examples.ejb.interceptor.ejb.InvalidParam
- getName() - Method in class info.ejava.examples.ejb.interceptor.bo.Contact
- getPhoneNumber() - Method in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- getRole() - Method in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- getState() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- getStreet1() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- getStreet2() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- getType() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- getZip() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- groups - Variable in class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
H
- HOME - info.ejava.examples.ejb.interceptor.bo.ContactRole
I
- id - Variable in class info.ejava.examples.ejb.interceptor.bo.Contact
- id - Variable in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- info.ejava.examples.ejb.interceptor.bo - package info.ejava.examples.ejb.interceptor.bo
- info.ejava.examples.ejb.interceptor.ejb - package info.ejava.examples.ejb.interceptor.ejb
- info.ejava.examples.ejb.interceptor.interceptors - package info.ejava.examples.ejb.interceptor.interceptors
- info.ejava.examples.ejb.interceptor.normalizer - package info.ejava.examples.ejb.interceptor.normalizer
- init() - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- init() - Method in class info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor
- init() - Method in class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
- init(InvocationContext) - Method in class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
- InvalidParam - Exception in info.ejava.examples.ejb.interceptor.ejb
- InvalidParam(String, List<String>) - Constructor for exception info.ejava.examples.ejb.interceptor.ejb.InvalidParam
- invoke(InvocationContext) - Method in class info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor
- invoke(InvocationContext) - Method in class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
- invoke(InvocationContext) - Method in class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
L
- LifecycleInterceptor - Class in info.ejava.examples.ejb.interceptor.interceptors
- LifecycleInterceptor() - Constructor for class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
- logger - Static variable in class info.ejava.examples.ejb.interceptor.bo.Contact
- logger - Static variable in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- logger - Static variable in class info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor
- logger - Static variable in class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
- logger - Static variable in class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
M
- MAILING - info.ejava.examples.ejb.interceptor.bo.AddressType
N
- name - Variable in class info.ejava.examples.ejb.interceptor.bo.Contact
- normalize(Contact) - Method in class info.ejava.examples.ejb.interceptor.normalizer.ContactNormalizer
- normalize(PhoneInfo) - Method in class info.ejava.examples.ejb.interceptor.normalizer.ContactNormalizer
- normalize(PostalAddress) - Method in class info.ejava.examples.ejb.interceptor.normalizer.ContactNormalizer
- normalize(PostalInfo) - Method in class info.ejava.examples.ejb.interceptor.normalizer.ContactNormalizer
- normalizedName - Variable in class info.ejava.examples.ejb.interceptor.bo.Contact
- normalizeName() - Method in class info.ejava.examples.ejb.interceptor.bo.Contact
- normalizeName(String) - Method in class info.ejava.examples.ejb.interceptor.normalizer.NormalizerBase
-
This method formats a string such that the leading character of each work is in a capital letter followed by lower-case letters.
- NormalizerBase - Class in info.ejava.examples.ejb.interceptor.normalizer
- NormalizerBase() - Constructor for class info.ejava.examples.ejb.interceptor.normalizer.NormalizerBase
O
- OTHER - info.ejava.examples.ejb.interceptor.bo.ContactRole
P
- param - Variable in exception info.ejava.examples.ejb.interceptor.ejb.InvalidParam
- PHONE - info.ejava.examples.ejb.interceptor.bo.ContactType
- PhoneInfo - Class in info.ejava.examples.ejb.interceptor.bo
- PhoneInfo() - Constructor for class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- phoneNumber - Variable in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- PHYSICAL - info.ejava.examples.ejb.interceptor.bo.AddressType
- PostalAddress - Class in info.ejava.examples.ejb.interceptor.bo
- PostalAddress() - Constructor for class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- PostalInfo - Class in info.ejava.examples.ejb.interceptor.bo
- PostalInfo() - Constructor for class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- PostNormalizedCheck - Interface in info.ejava.examples.ejb.interceptor.bo
-
Defines a group of validation that can be done after data normalization complete.
- PostNormizedInterceptor - Class in info.ejava.examples.ejb.interceptor.interceptors
- PostNormizedInterceptor() - Constructor for class info.ejava.examples.ejb.interceptor.interceptors.PostNormizedInterceptor
- PreNormalizedCheck - Interface in info.ejava.examples.ejb.interceptor.bo
-
Defines a group of validation that can be done prior to data normalization.
- PreNormizedInterceptor - Class in info.ejava.examples.ejb.interceptor.interceptors
- PreNormizedInterceptor() - Constructor for class info.ejava.examples.ejb.interceptor.interceptors.PreNormizedInterceptor
- PrePersistCheck - Interface in info.ejava.examples.ejb.interceptor.bo
-
This group identifies validation to occur when inserting/creating new entities
R
- role - Variable in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
S
- setAddress(PostalAddress) - Method in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- setCity(String) - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- setContact(Contact) - Method in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- setExtension(Integer) - Method in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- setName(String) - Method in class info.ejava.examples.ejb.interceptor.bo.Contact
- setPhoneNumber(String) - Method in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- setRole(ContactRole) - Method in class info.ejava.examples.ejb.interceptor.bo.ContactInfo
- setState(String) - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- setStreet1(String) - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- setStreet2(String) - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- setType(AddressType) - Method in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- setZip(String) - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- state - Variable in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- street1 - Variable in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- street2 - Variable in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
T
- timeout(Timer) - Method in class info.ejava.examples.ejb.interceptor.ejb.ContactsEJB
- timeout(InvocationContext) - Method in class info.ejava.examples.ejb.interceptor.interceptors.LifecycleInterceptor
- toLower(String) - Method in class info.ejava.examples.ejb.interceptor.normalizer.NormalizerBase
- toString() - Method in class info.ejava.examples.ejb.interceptor.bo.Contact
- toString() - Method in class info.ejava.examples.ejb.interceptor.bo.PhoneInfo
- toString() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
- toString() - Method in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
- toUpper(String) - Method in class info.ejava.examples.ejb.interceptor.normalizer.NormalizerBase
- type - Variable in class info.ejava.examples.ejb.interceptor.bo.PostalInfo
V
- Validation - Annotation Type in info.ejava.examples.ejb.interceptor.interceptors
- validator - Variable in class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
- ValidatorInterceptor - Class in info.ejava.examples.ejb.interceptor.interceptors
- ValidatorInterceptor() - Constructor for class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
- ValidatorInterceptor(Class<?>[]) - Constructor for class info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor
- valueOf(String) - Static method in enum info.ejava.examples.ejb.interceptor.bo.AddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.ejava.examples.ejb.interceptor.bo.ContactRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.ejava.examples.ejb.interceptor.bo.ContactType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum info.ejava.examples.ejb.interceptor.bo.AddressType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum info.ejava.examples.ejb.interceptor.bo.ContactRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum info.ejava.examples.ejb.interceptor.bo.ContactType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withName(String) - Method in class info.ejava.examples.ejb.interceptor.bo.Contact
- WORK - info.ejava.examples.ejb.interceptor.bo.ContactRole
Z
- zip - Variable in class info.ejava.examples.ejb.interceptor.bo.PostalAddress
All Classes All Packages