com.retek.component.customerorder.impl
Class OrderSetCustomerAttributeValidator
java.lang.Object
com.retek.component.customerorder.impl.OrderSetCustomerAttributeValidator
- public class OrderSetCustomerAttributeValidator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderSetCustomerAttributeValidator
public OrderSetCustomerAttributeValidator()
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