@Service public class LiberacaoService extends br.inf.thema.erp.infra.service.ManutencaoService<LiberacaoVo>
Modifier and Type | Field and Description |
---|---|
private LiberacaoDao |
liberacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
LiberacaoService() |
Modifier and Type | Method and Description |
---|---|
void |
autorizaLiberacao(java.lang.Long sequencia) |
void |
cancelaLiberacao(java.lang.Long sequencia) |
br.inf.thema.erp.infra.dao.ManutencaoDao<LiberacaoVo> |
getDao() |
java.lang.Long |
recuperarPorExercicioNumero(java.lang.String exercicioLiberacao,
java.lang.Long numeroLiberacao) |
void |
validaLiberacao(java.sql.Date data,
java.lang.String liberaVencidos) |
private static final long serialVersionUID
@Autowired private LiberacaoDao liberacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<LiberacaoVo> getDao()
public java.lang.Long recuperarPorExercicioNumero(java.lang.String exercicioLiberacao, java.lang.Long numeroLiberacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void validaLiberacao(java.sql.Date data, java.lang.String liberaVencidos) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void autorizaLiberacao(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void cancelaLiberacao(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException