Class PostalCodeServiceImpl
java.lang.Object
org.kuali.rice.location.impl.postalcode.PostalCodeServiceImpl
- All Implemented Interfaces:
org.kuali.rice.location.api.postalcode.PostalCodeService
public class PostalCodeServiceImpl
extends Object
implements org.kuali.rice.location.api.postalcode.PostalCodeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.kuali.rice.location.api.postalcode.PostalCode> findAllPostalCodesInCountry(String countryCode) org.kuali.rice.location.api.postalcode.PostalCodeQueryResultsfindPostalCodes(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) org.kuali.rice.krad.data.DataObjectServiceorg.kuali.rice.location.api.postalcode.PostalCodegetPostalCode(String countryCode, String code) voidsetDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
-
Constructor Details
-
PostalCodeServiceImpl
public PostalCodeServiceImpl()
-
-
Method Details
-
getPostalCode
public org.kuali.rice.location.api.postalcode.PostalCode getPostalCode(String countryCode, String code) - Specified by:
getPostalCodein interfaceorg.kuali.rice.location.api.postalcode.PostalCodeService
-
findAllPostalCodesInCountry
public List<org.kuali.rice.location.api.postalcode.PostalCode> findAllPostalCodesInCountry(String countryCode) - Specified by:
findAllPostalCodesInCountryin interfaceorg.kuali.rice.location.api.postalcode.PostalCodeService
-
findPostalCodes
public org.kuali.rice.location.api.postalcode.PostalCodeQueryResults findPostalCodes(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException - Specified by:
findPostalCodesin interfaceorg.kuali.rice.location.api.postalcode.PostalCodeService- Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException
-
getDataObjectService
public org.kuali.rice.krad.data.DataObjectService getDataObjectService() -
setDataObjectService
public void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
-