Interface AgendamentoFeriadoDao

All Known Implementing Classes:
AgendamentoFeriadoDaoImpl

public interface AgendamentoFeriadoDao
  • Method Details

    • getSchedulesPorFeriadoId

      Set<String> getSchedulesPorFeriadoId(Long feriadoId)
    • getFeriadosPorScheduleId

      List<Long> getFeriadosPorScheduleId(String scheduleId)