Class PostalCodeServiceImpl
java.lang.Object
org.kuali.rice.location.impl.postalcode.PostalCodeServiceImpl
- All Implemented Interfaces:
PostalCodeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllPostalCodesInCountry(String countryCode) findPostalCodes(QueryByCriteria queryByCriteria) getPostalCode(String countryCode, String code) voidsetDataObjectService(DataObjectService dataObjectService)
-
Constructor Details
-
PostalCodeServiceImpl
public PostalCodeServiceImpl()
-
-
Method Details
-
getPostalCode
- Specified by:
getPostalCodein interfacePostalCodeService
-
findAllPostalCodesInCountry
- Specified by:
findAllPostalCodesInCountryin interfacePostalCodeService
-
findPostalCodes
public PostalCodeQueryResults findPostalCodes(QueryByCriteria queryByCriteria) throws RiceIllegalArgumentException - Specified by:
findPostalCodesin interfacePostalCodeService- Throws:
RiceIllegalArgumentException
-
getDataObjectService
-
setDataObjectService
-