public class PostalCodeServiceImpl extends Object implements PostalCodeService
| Constructor and Description |
|---|
PostalCodeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<PostalCode> |
findAllPostalCodesInCountry(String countryCode) |
PostalCodeQueryResults |
findPostalCodes(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) |
PostalCode |
getPostalCode(String countryCode,
String code) |
void |
setBusinessObjectService(BusinessObjectService businessObjectService) |
void |
setCriteriaLookupService(org.kuali.rice.core.api.criteria.CriteriaLookupService criteriaLookupService)
Sets the criteriaLookupService attribute value.
|
public PostalCodeServiceImpl()
public PostalCode getPostalCode(String countryCode, String code)
getPostalCode in interface PostalCodeServicepublic List<PostalCode> findAllPostalCodesInCountry(String countryCode)
findAllPostalCodesInCountry in interface PostalCodeServicepublic PostalCodeQueryResults findPostalCodes(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
findPostalCodes in interface PostalCodeServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void setBusinessObjectService(BusinessObjectService businessObjectService)
public void setCriteriaLookupService(org.kuali.rice.core.api.criteria.CriteriaLookupService criteriaLookupService)
criteriaLookupService - The criteriaLookupService to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.