4849505152535455565758
; if (cep.length() != 8) return CEPStatus.INEXISTENTE; if (this.factory != null) { GenericDAO dao = new GenericDAO(this.factory); Long count; // Buscando CEP de Localidade. count = this.countByCEP(cep, dao, Localidade.class); if (count > 0L)