public class PostalCodeServiceImpl extends Object implements PostalCodeService
| Constructor and Description |
|---|
PostalCodeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<PostalCode> |
findAllPostalCodesInCountry(String countryCode) |
PostalCodeQueryResults |
findPostalCodes(QueryByCriteria queryByCriteria) |
DataObjectService |
getDataObjectService() |
PostalCode |
getPostalCode(String countryCode,
String code) |
void |
setDataObjectService(DataObjectService dataObjectService) |
public PostalCodeServiceImpl()
public PostalCode getPostalCode(String countryCode, String code)
getPostalCode in interface PostalCodeServicepublic List<PostalCode> findAllPostalCodesInCountry(String countryCode)
findAllPostalCodesInCountry in interface PostalCodeServicepublic PostalCodeQueryResults findPostalCodes(QueryByCriteria queryByCriteria) throws RiceIllegalArgumentException
findPostalCodes in interface PostalCodeServiceRiceIllegalArgumentExceptionpublic DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.