Ejemplo n.º 1
0
  /**
   * Retorna uma lista de recursos ativos
   *
   * @return
   * @throws ECARException
   */
  public List getAtivos() throws ECARException {

    RecursoRec recursoRec = new RecursoRec();
    recursoRec.setIndAtivoRec("S");
    return super.pesquisar(recursoRec, new String[] {"nomeRec", "asc"});
  }