package br.com.elotech.social;

public interface Social {
  void resumoGeral(Object filter) throws Exception;

  void certidaoLiberatoria(Object filter) throws Exception;

  void ataReuniao(Object filter) throws Exception;

  void atividadeColetivaInscricaoAberta(Object filter) throws Exception;

  void atendimentoRealizadoAosMunicipes(Object filter) throws Exception;

  void prontuarioSuas(Object filter) throws Exception;

  void beneficiosPorAtendente(Object filter) throws Exception;

  void cidadaosCadastrados(Object filter) throws Exception;

  void atividadeColetivaProfissional(Object filter) throws Exception;

  void atendimentoBasico(Object filter) throws Exception;

  void termoAdesaoFamiliaAcolhedora(Object filter) throws Exception;

  void desligamentoFamiliaAcolhedora(Object filter) throws Exception;

  void termoAcolhimentoFamiliaAcolhedora(Object filter) throws Exception;

  void declaracao(Object filter) throws Exception;

  void atendimentoMensalCentroPop (Object filter) throws Exception;

  void reciboBolsaAuxilio (Object filter) throws Exception;

  void planoIndividualAtendimento (Object filter) throws Exception;
}
