Uses of Class
org.kuali.rice.location.api.postalcode.PostalCode

Packages that use PostalCode
org.kuali.rice.location.api.postalcode Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.location.impl.postalcode   
 

Uses of PostalCode in org.kuali.rice.location.api.postalcode
 

Methods in org.kuali.rice.location.api.postalcode that return PostalCode
 PostalCode PostalCode.Builder.build()
           
 PostalCode PostalCodeService.getPostalCode(String countryCode, String code)
          Gets a PostalCode from a postal country code and postal code value.
 

Methods in org.kuali.rice.location.api.postalcode that return types with arguments of type PostalCode
 List<PostalCode> PostalCodeService.findAllPostalCodesInCountry(String countryCode)
          Gets all the PostalCode for postal country code.
 List<PostalCode> PostalCodeQueryResults.getResults()
           
 

Uses of PostalCode in org.kuali.rice.location.impl.postalcode
 

Methods in org.kuali.rice.location.impl.postalcode that return PostalCode
 PostalCode PostalCodeServiceImpl.getPostalCode(String countryCode, String code)
           
 

Methods in org.kuali.rice.location.impl.postalcode that return types with arguments of type PostalCode
 List<PostalCode> PostalCodeServiceImpl.findAllPostalCodesInCountry(String countryCode)
           
 



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