@Service public class AtendeMaterialBemService extends br.inf.thema.erp.infra.service.ManutencaoService<AtendeMaterialBemVo>
Modifier and Type | Field and Description |
---|---|
private AtendeMaterialBemDao |
atendeMaterialBemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtendeMaterialBemService() |
Modifier and Type | Method and Description |
---|---|
void |
atualizaItensAtendimento(java.util.Map<java.lang.String,java.lang.Object> param) |
java.util.List<RetornoConsultaAtendimentoWSVo> |
consultaAtendimentoWS(ConsultaAtendimentoWSParameterBean parametros) |
br.inf.thema.erp.infra.dao.ManutencaoDao<AtendeMaterialBemVo> |
getDao() |
private static final long serialVersionUID
@Autowired private AtendeMaterialBemDao atendeMaterialBemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AtendeMaterialBemVo> getDao()
public java.util.List<RetornoConsultaAtendimentoWSVo> consultaAtendimentoWS(ConsultaAtendimentoWSParameterBean parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void atualizaItensAtendimento(java.util.Map<java.lang.String,java.lang.Object> param) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException