org.kuali.kfs.sys.service.impl
Class PostalCodeValidationServiceImpl

java.lang.Object
  extended by 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.


Constructor Summary
PostalCodeValidationServiceImpl()
           
 
Method Summary
 boolean validateAddress(String postalCountryCode, String postalStateCode, String postalCode, String statePropertyConstant, String postalCodePropertyConstant)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostalCodeValidationServiceImpl

public PostalCodeValidationServiceImpl()
Method Detail

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.