@Service public class AtesteItemService extends br.inf.thema.erp.infra.service.ManutencaoService<AtesteItemVo>
Modifier and Type | Field and Description |
---|---|
private AtesteItemDao |
atesteItemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtesteItemService() |
Modifier and Type | Method and Description |
---|---|
void |
dadosItemContrato(AtesteItemVo entidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<AtesteItemVo> |
getDao() |
void |
inserirSemCommit(AtesteItem entidade) |
java.lang.Long |
recuperarQuantidadeItensAteste(java.lang.Long sequenciaAteste) |
void |
salvarQuantidade(AtesteItem entidade) |
void |
salvarSemCommit(AtesteItem entidade) |
private static final long serialVersionUID
@Autowired private AtesteItemDao atesteItemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AtesteItemVo> getDao()
public void inserirSemCommit(AtesteItem entidade) throws br.inf.thema.erp.infra.exception.ErpException
br.inf.thema.erp.infra.exception.ErpException
public void salvarSemCommit(AtesteItem entidade) 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 salvarQuantidade(AtesteItem entidade) throws br.inf.thema.erp.infra.exception.ErpException
br.inf.thema.erp.infra.exception.ErpException
public java.lang.Long recuperarQuantidadeItensAteste(java.lang.Long sequenciaAteste) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void dadosItemContrato(AtesteItemVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException