public class BaseLegalEmpenhoPublicServiceImpl extends java.lang.Object implements BaseLegalEmpenhoPublicService
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BaseLegalEmpenhoPublicServiceImpl() |
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
|
private static final long serialVersionUID
public java.util.List<BaseLegalEmpenho> retornarTodos() throws ErpServiceException
BaseLegalEmpenhoPublicService
retornarTodos
in interface BaseLegalEmpenhoPublicService
ErpServiceException
public BaseLegalEmpenho recuperarPorCodigo(java.lang.Long codigo) throws ErpServiceException
BaseLegalEmpenhoPublicService
recuperarPorCodigo
in interface BaseLegalEmpenhoPublicService
ErpServiceException
public java.util.List<BaseLegalEmpenho> getBaseLegalPorModalidade(java.lang.Long modalidade) throws ErpServiceException
getBaseLegalPorModalidade
in interface BaseLegalEmpenhoPublicService
ErpServiceException