@Service public class AtesteContratoService extends br.inf.thema.erp.infra.service.ManutencaoService<AtesteVo>
Modifier and Type | Field and Description |
---|---|
private AtesteContratoDao |
atesteContratoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtesteContratoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<AtesteVo> |
getDao() |
AtesteVo |
recuperarFormaAtesteReajuste(java.lang.Long sequenciaAteste) |
void |
salvarAtesteUsuario(AtesteVo entidade) |
private static final long serialVersionUID
@Autowired private AtesteContratoDao atesteContratoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AtesteVo> getDao()
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}) public void salvarAtesteUsuario(AtesteVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public AtesteVo recuperarFormaAtesteReajuste(java.lang.Long sequenciaAteste) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException