@Service public class SuspensaoAdvertenciaService extends br.inf.thema.erp.infra.service.ManutencaoService<SuspensaoAdvertenciaVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private SuspensaoAdvertenciaDao |
suspensaoAdvertenciaDao |
Constructor and Description |
---|
SuspensaoAdvertenciaService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<SuspensaoAdvertenciaVo> |
getDao() |
void |
salvaAlteracao(java.sql.Date dataReativacao,
java.lang.String motivoReativacao,
java.lang.Long situacao,
java.lang.Long sequencia) |
java.util.List<SuspensaoAdvertenciaVo> |
situacaoAdvertencia(java.lang.Long advertencia,
java.lang.Long cadastroGeral) |
private static final long serialVersionUID
@Autowired private SuspensaoAdvertenciaDao suspensaoAdvertenciaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<SuspensaoAdvertenciaVo> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void salvaAlteracao(java.sql.Date dataReativacao, java.lang.String motivoReativacao, java.lang.Long situacao, java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<SuspensaoAdvertenciaVo> situacaoAdvertencia(java.lang.Long advertencia, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException