@Service
public class CadastroCompletoCredorFornecedorService
extends br.inf.thema.erp.infra.service.ManutencaoService<br.inf.thema.erp.basico.entidades.cadastrogeral.CadastroGeral>
Modifier and Type | Field and Description |
---|---|
private br.inf.thema.erp.basico.dao.cadastrogeral.CadastroGeralDao |
cadastroGeralDao |
private br.inf.thema.erp.padrao.dao.ChavePrimariaDao |
chavePrimariaDao |
private ClasseInfoCredorDao |
classeInfoCredorDao |
private DocumentoFornecedorDao |
documentoFornecedorDao |
private br.inf.thema.erp.integracao.contabilidade.service.InfoCredorContasPublicService |
infoCredorContasPublicService |
private br.inf.thema.erp.basico.dao.funcionario.InfoCredorDao |
infoCredorDao |
private RepresentanteFornecedorDao |
representanteFornecedorDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
CadastroCompletoCredorFornecedorService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.basico.entidades.cadastrogeral.CadastroGeral> |
getDao() |
void |
inserirCadastroCompleto(br.inf.thema.erp.basico.entidades.cadastrogeral.CadastroGeral cadastroGeral,
br.inf.thema.erp.basico.vo.funcionario.InfoCredorVo infoCredor,
br.inf.thema.erp.integracao.contabilidade.entidade.infocredor.InfoCredorContas infoCredorContas,
java.util.List<java.lang.String> classeCredorInserir,
java.lang.String indicaInteresse,
java.util.List<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> representantesFornecedores,
java.util.List<DocumentoFornecedorVo> documentosExternos,
java.lang.Boolean contaPadrao) |
private static final long serialVersionUID
@Autowired private br.inf.thema.erp.basico.dao.cadastrogeral.CadastroGeralDao cadastroGeralDao
@Autowired private ClasseInfoCredorDao classeInfoCredorDao
@Autowired private RepresentanteFornecedorDao representanteFornecedorDao
@Autowired private br.inf.thema.erp.basico.dao.funcionario.InfoCredorDao infoCredorDao
@Autowired private DocumentoFornecedorDao documentoFornecedorDao
@Autowired private br.inf.thema.erp.padrao.dao.ChavePrimariaDao chavePrimariaDao
@Autowired @Lazy private br.inf.thema.erp.integracao.contabilidade.service.InfoCredorContasPublicService infoCredorContasPublicService
public CadastroCompletoCredorFornecedorService()
public br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.basico.entidades.cadastrogeral.CadastroGeral> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void inserirCadastroCompleto(br.inf.thema.erp.basico.entidades.cadastrogeral.CadastroGeral cadastroGeral, br.inf.thema.erp.basico.vo.funcionario.InfoCredorVo infoCredor, br.inf.thema.erp.integracao.contabilidade.entidade.infocredor.InfoCredorContas infoCredorContas, java.util.List<java.lang.String> classeCredorInserir, java.lang.String indicaInteresse, java.util.List<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> representantesFornecedores, java.util.List<DocumentoFornecedorVo> documentosExternos, java.lang.Boolean contaPadrao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException