@Service public class GestorAtaService extends br.inf.thema.erp.infra.service.ManutencaoService<GestorAtaVo>
Modifier and Type | Field and Description |
---|---|
private GestorAtaDao |
gestorAtaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
GestorAtaService() |
Modifier and Type | Method and Description |
---|---|
void |
alterarVigencia(java.lang.Long sequencia,
java.sql.Date inicio,
java.sql.Date fim) |
br.inf.thema.erp.infra.dao.ManutencaoDao<GestorAtaVo> |
getDao() |
int |
verificaGestorPrincipal(java.lang.Long ata) |
private static final long serialVersionUID
@Autowired private GestorAtaDao gestorAtaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<GestorAtaVo> getDao()
public int verificaGestorPrincipal(java.lang.Long ata) 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 alterarVigencia(java.lang.Long sequencia, java.sql.Date inicio, java.sql.Date fim) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException