public class ReservaPublicServiceImpl extends java.lang.Object implements ReservaPublicService
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ReservaPublicServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Reserva |
consultaReservaPorExercicoNumero(java.lang.String exercico,
java.lang.Long numeroReserva)
Retorna uma Reserva
|
java.util.List<ReservaVo> |
filtrar(java.util.Map<java.lang.String,java.lang.Object> parametroFiltro) |
java.util.List<ReservaVo> |
filtrarReservaFiltroCampo(java.util.Map<java.lang.String,java.lang.Object> parametroFiltro) |
java.util.List<ReservaVo> |
retornaNotaReserva(java.lang.String exercico,
java.lang.Long numeroReserva,
java.lang.Long administracaoDotacao)
Retorna lista de
ReservaVo |
java.util.List<Reserva> |
retornarTodos()
Retorna todas as Reservas
|
private static final long serialVersionUID
public java.util.List<Reserva> retornarTodos() throws ErpServiceException
ReservaPublicService
retornarTodos
in interface ReservaPublicService
ErpServiceException
public Reserva consultaReservaPorExercicoNumero(java.lang.String exercico, java.lang.Long numeroReserva) throws ErpServiceException
ReservaPublicService
consultaReservaPorExercicoNumero
in interface ReservaPublicService
ErpServiceException
public java.util.List<ReservaVo> retornaNotaReserva(java.lang.String exercico, java.lang.Long numeroReserva, java.lang.Long administracaoDotacao) throws ErpServiceException
ReservaPublicService
ReservaVo
retornaNotaReserva
in interface ReservaPublicService
ErpServiceException
public java.util.List<ReservaVo> filtrar(java.util.Map<java.lang.String,java.lang.Object> parametroFiltro) throws ErpServiceException
filtrar
in interface ReservaPublicService
ErpServiceException
public java.util.List<ReservaVo> filtrarReservaFiltroCampo(java.util.Map<java.lang.String,java.lang.Object> parametroFiltro) throws ErpServiceException
filtrarReservaFiltroCampo
in interface ReservaPublicService
ErpServiceException