org.kuali.kfs.sys.service.impl
Class PostalCodeValidationServiceImpl
java.lang.Object
org.kuali.kfs.sys.service.impl.PostalCodeValidationServiceImpl
- All Implemented Interfaces:
- PostalCodeValidationService
public class PostalCodeValidationServiceImpl
- extends Object
- implements PostalCodeValidationService
Service implementation for the PostalCodeBase structure. This is the default implementation, that is delivered with Kuali.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostalCodeValidationServiceImpl
public PostalCodeValidationServiceImpl()
validateAddress
public boolean validateAddress(String postalCountryCode,
String postalStateCode,
String postalCode,
String statePropertyConstant,
String postalCodePropertyConstant)
- Specified by:
validateAddress
in interface PostalCodeValidationService
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.