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 Details

    • PostalCodeServiceImpl

      public PostalCodeServiceImpl()
  • Method Details

    • getPostalCode

      public org.kuali.rice.location.api.postalcode.PostalCode getPostalCode(String countryCode, String code)
      Specified by:
      getPostalCode in interface org.kuali.rice.location.api.postalcode.PostalCodeService
    • findAllPostalCodesInCountry

      public List<org.kuali.rice.location.api.postalcode.PostalCode> findAllPostalCodesInCountry(String countryCode)
      Specified by:
      findAllPostalCodesInCountry in interface org.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:
      findPostalCodes in interface org.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)