org.kuali.kfs.sys.service
Interface PostalCodeValidationService

All Known Implementing Classes:
PostalCodeValidationServiceImpl

public interface PostalCodeValidationService

Defines methods that an PostalCodeValidationService service must provide


Method Summary
 boolean validateAddress(String postalCountryCode, String postalStateCode, String postalCode, String statePropertyConstant, String postalCodePropertyConstant)
           
 

Method Detail

validateAddress

boolean validateAddress(String postalCountryCode,
                        String postalStateCode,
                        String postalCode,
                        String statePropertyConstant,
                        String postalCodePropertyConstant)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.