com.retek.component.customerorder.impl
Class OrderSetCustomerAttributeValidator

java.lang.Object
  extended bycom.retek.component.customerorder.impl.OrderSetCustomerAttributeValidator

public class OrderSetCustomerAttributeValidator
extends java.lang.Object


Constructor Summary
OrderSetCustomerAttributeValidator()
           
 
Method Summary
static void validateBillToAddress(CustomerOrder customerOrder, Customer customer, CustomerAddress billToAddress)
           
static void validateEmail(CustomerOrder customerOrder, Customer customer, CustomerEmailAddress newEmail)
           
static void validatePhone(CustomerOrder customerOrder, Customer customer, java.lang.String phoneFieldName, CustomerTelephone newPhone)
           
static void validateShipToAddress(CustomerOrder customerOrder, Customer customer, CustomerAddress shipToAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderSetCustomerAttributeValidator

public OrderSetCustomerAttributeValidator()
Method Detail

validatePhone

public static void validatePhone(CustomerOrder customerOrder,
                                 Customer customer,
                                 java.lang.String phoneFieldName,
                                 CustomerTelephone newPhone)
                          throws OrderCustomerAttributeException,
                                 SystemException
Throws:
OrderCustomerAttributeException
SystemException

validateEmail

public static void validateEmail(CustomerOrder customerOrder,
                                 Customer customer,
                                 CustomerEmailAddress newEmail)
                          throws OrderCustomerAttributeException,
                                 SystemException
Throws:
OrderCustomerAttributeException
SystemException

validateBillToAddress

public static void validateBillToAddress(CustomerOrder customerOrder,
                                         Customer customer,
                                         CustomerAddress billToAddress)
                                  throws OrderCustomerAttributeException,
                                         SystemException
Throws:
OrderCustomerAttributeException
SystemException

validateShipToAddress

public static void validateShipToAddress(CustomerOrder customerOrder,
                                         Customer customer,
                                         CustomerAddress shipToAddress)
                                  throws OrderCustomerAttributeException,
                                         SystemException
Throws:
OrderCustomerAttributeException
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28