@Service public class PropostaCompostaService extends br.inf.thema.erp.infra.service.ManutencaoService<PropostaCompostaVo>
Modifier and Type | Field and Description |
---|---|
private PropostaCompostaDao |
propostaCompostaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
PropostaCompostaService() |
Modifier and Type | Method and Description |
---|---|
void |
excluiItensCompostos(ParametrosPropostaCompostaVo parametros)
Método que exclui os produtos compostos do item da proposta
|
br.inf.thema.erp.infra.dao.ManutencaoDao<PropostaCompostaVo> |
getDao() |
void |
incluiItensCompostos(ParametrosPropostaCompostaVo parametros)
Método que inclui os produtos compostos para o item da proposta
|
private static final long serialVersionUID
@Autowired private PropostaCompostaDao propostaCompostaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<PropostaCompostaVo> getDao()
public void incluiItensCompostos(ParametrosPropostaCompostaVo parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
Bean
- de parametros: ParametrosPropostaCompostaVo (proposta)ErpDaoException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void excluiItensCompostos(ParametrosPropostaCompostaVo parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
Bean
- de parametros: ParametrosPropostaCompostaVo (proposta)ErpDaoException
br.inf.thema.erp.infra.service.exception.ErpServiceException