| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShippingAddrValidator
Object that implement this interface know how to validate a shipping address of type atg.core.util.Address or any of its subclasses.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  void | validateShippingAddress(Address pAddr,
                        java.lang.String pId,
                        PipelineResult pResult,
                        java.util.Locale pLocale)Verify that all required properties are present in a shipping address. | 
|  void | validateShippingAddress(Address pAddr,
                        java.lang.String pId,
                        PipelineResult pResult,
                        java.util.ResourceBundle pResources)Verify that all required properties are present in a shipping address. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
void validateShippingAddress(Address pAddr,
                             java.lang.String pId,
                             PipelineResult pResult,
                             java.util.Locale pLocale)
pAddr - The shipping address being examined.pId - The id of the object that owns the shipping address, used in
    constructing error messages.  For example, when validating the
    address in a shipping group, the caller might provide the shipping
    group id here.pResult - A PipelineResult object in which to store error messages if any
    required values are missing from the address.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.
void validateShippingAddress(Address pAddr,
                             java.lang.String pId,
                             PipelineResult pResult,
                             java.util.ResourceBundle pResources)
pAddr - The shipping address being examined.pId - The id of the object that owns the shipping address, used in
    constructing error messages.  For example, when validating the
    address in a shipping group, the caller might provide the shipping
    group id here.pResult - A PipelineResult object in which to store error messages if any
    required values are missing from the address.pResources - The resource bundle from which to retrieve error messages.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||