@Service
public class EventosContabeisLivresService
extends <any>
EventosContabeisLivres
Modifier and Type | Field and Description |
---|---|
private EventosContabeisLivresDao |
eventosContabeisLivresDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
EventosContabeisLivresService() |
Modifier and Type | Method and Description |
---|---|
<any> |
getDao() |
java.util.List<EventosContabeisLivres> |
recuperaEventoExercicioNumeroContrato(java.lang.String exercicio,
java.lang.Long numeroContrato) |
java.util.List<EventosContabeisLivres> |
recuperaEventoExercicioNumeroContratoEOperacaoP(java.lang.String exercicio,
java.lang.Long numeroContrato) |
java.util.List<EventosContabeisLivres> |
recuperaEventoLivre() |
java.util.List<EventosContabeisLivres> |
recuperaEventoOperacao() |
java.util.List<EventosContabeisLivres> |
recuperaEventoOperacaoOrdemPagamento() |
java.util.List<EventosContabeisLivres> |
recuperaEventoReceitaLancada() |
java.util.List<EventosContabeisLivres> |
recuperaFiltroEventoOperacao() |
java.util.List<EventosContabeisLivres> |
recuperaPorExercicioCodigoOrcamentario(java.lang.String exercicio,
java.lang.String codigoOrcamentario)
Recupera lista de Eventos Livres por exercicio e codigo orçamentario
|
java.util.List<EventosContabeisLivres> |
recuperaPorOperacao(java.lang.Long operacao)
Recupera lista de Eventos Livres por operação informada
|
java.util.List<EventosContabeisLivres> |
recuperaPorOperacaoFixa() |
java.util.List<EventosContabeisLivres> |
recuperarEventoManutencao(java.util.Map<java.lang.String,java.lang.Object> where) |
private static final long serialVersionUID
@Autowired private EventosContabeisLivresDao eventosContabeisLivresDao
public <any> getDao()
public java.util.List<EventosContabeisLivres> recuperaPorOperacao(java.lang.Long operacao) throws ErpServiceException
operacao
- ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaPorExercicioCodigoOrcamentario(java.lang.String exercicio, java.lang.String codigoOrcamentario) throws ErpServiceException
exercicio
- codigoOrcamentario
- ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaEventoExercicioNumeroContrato(java.lang.String exercicio, java.lang.Long numeroContrato) throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaPorOperacaoFixa() throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaEventoOperacao() throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaEventoExercicioNumeroContratoEOperacaoP(java.lang.String exercicio, java.lang.Long numeroContrato) throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaEventoOperacaoOrdemPagamento() throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaEventoReceitaLancada() throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaEventoLivre() throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperaFiltroEventoOperacao() throws ErpServiceException
ErpServiceException
public java.util.List<EventosContabeisLivres> recuperarEventoManutencao(java.util.Map<java.lang.String,java.lang.Object> where) throws ErpServiceException
ErpServiceException