@Service
public class IdentificadorServicoService
extends <any>
Modifier and Type | Field and Description |
---|---|
private IdentificadorServicoDao |
identificadorServicoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
IdentificadorServicoService() |
Modifier and Type | Method and Description |
---|---|
java.sql.Date |
buscaContrato(java.lang.String exercicioContrato,
java.lang.Long numeroContrato,
java.lang.Long numeroAditivo,
java.lang.Long inscricao,
java.lang.String usaDemanda) |
java.util.Map<java.lang.String,java.lang.Object> |
buscaProduto(java.lang.Long produto) |
<any> |
getDao() |
void |
preSalvarExcluirIdentificador(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<IdentificadorServicoVo> |
recuperarSequenciaIdentificador(java.lang.Long produto,
java.lang.Long inscricao,
java.lang.Long localGestor,
java.lang.Long sequenciaLote) |
private static final long serialVersionUID
@Autowired private IdentificadorServicoDao identificadorServicoDao
public <any> getDao()
public java.util.Map<java.lang.String,java.lang.Object> buscaProduto(java.lang.Long produto) throws ErpServiceException
ErpServiceException
public java.sql.Date buscaContrato(java.lang.String exercicioContrato, java.lang.Long numeroContrato, java.lang.Long numeroAditivo, java.lang.Long inscricao, java.lang.String usaDemanda) throws ErpServiceException
ErpServiceException
public void preSalvarExcluirIdentificador(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpServiceException
ErpServiceException
public java.util.List<IdentificadorServicoVo> recuperarSequenciaIdentificador(java.lang.Long produto, java.lang.Long inscricao, java.lang.Long localGestor, java.lang.Long sequenciaLote) throws ErpDaoException
ErpDaoException