| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AddressValidator
Object that implement this interface know how to validate an address of type atg.core.util.Address or any of its subclasses.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  java.util.Collection | validateAddress(Address pAddress)Verify that all required properties are present in an address. | 
|  java.util.Collection | validateAddress(Address pAddress,
                java.util.Locale pLocale)Verify that all required properties are present in an address. | 
|  java.util.Collection | validateAddress(Address pAddress,
                java.util.ResourceBundle pResources)Verify that all required properties are present in an address. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.util.Collection validateAddress(Address pAddress,
                                     java.util.Locale pLocale)
pAddress - The address being examined.pLocale - The optional locale to use when looking up the resource bundle
    that contains error messages.  If null, the default server locale
    will be used.
java.util.Collection validateAddress(Address pAddress,
                                     java.util.ResourceBundle pResources)
pAddress - The address being examined.pResources - The resource bundle from which to retrieve error messages.java.util.Collection validateAddress(Address pAddress)
pAddress - The address being examined.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||