public interface BaseLegalEmpenhoPublicService
Modifier and Type | Method and Description |
---|---|
java.util.List<BaseLegalEmpenho> |
getBaseLegalPorModalidade(java.lang.Long modalidade) |
BaseLegalEmpenho |
recuperarPorCodigo(java.lang.Long codigo)
Retorna um registro da GRP_CTB_BASE_LEGAL_EMPENHO
|
java.util.List<BaseLegalEmpenho> |
retornarTodos()
Retorna todos os registros da GRP_CTB_BASE_LEGAL_EMPENHO
|
java.util.List<BaseLegalEmpenho> retornarTodos() throws ErpServiceException
ErpServiceException
BaseLegalEmpenho recuperarPorCodigo(java.lang.Long codigo) throws ErpServiceException
ErpServiceException
java.util.List<BaseLegalEmpenho> getBaseLegalPorModalidade(java.lang.Long modalidade) throws ErpServiceException
ErpServiceException