@Service public class DocumentosApresentadosService extends br.inf.thema.erp.infra.service.ManutencaoService<DocumentosApresentadosVo>
Modifier and Type | Field and Description |
---|---|
private DocumentosApresentadosDao |
documentosApresentadosDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
DocumentosApresentadosService() |
Modifier and Type | Method and Description |
---|---|
void |
atualizarDataValidade(java.lang.Long sequencia,
java.sql.Date dataValidade) |
java.lang.Long |
documentosPorContrato(java.lang.Long sequenciaDocumentoContrato) |
br.inf.thema.erp.infra.dao.ManutencaoDao<DocumentosApresentadosVo> |
getDao() |
java.util.List<DocumentosApresentadosVo> |
recuperarPorAta(java.util.Map<java.lang.String,java.lang.Object> parametros) |
private static final long serialVersionUID
@Autowired private DocumentosApresentadosDao documentosApresentadosDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<DocumentosApresentadosVo> getDao()
public java.util.List<DocumentosApresentadosVo> recuperarPorAta(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.exception.ErpException
br.inf.thema.erp.infra.exception.ErpException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void atualizarDataValidade(java.lang.Long sequencia, java.sql.Date dataValidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long documentosPorContrato(java.lang.Long sequenciaDocumentoContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException