@Service
public class RepresentanteFornecedorService
extends br.inf.thema.erp.infra.service.ManutencaoService<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo>
Modifier and Type | Field and Description |
---|---|
private RepresentanteFornecedorDao |
representanteFornecedorDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
RepresentanteFornecedorService() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCountFornecedoresRepresentante(java.lang.Long inscricaoFornecedor,
java.lang.Long inscricaoRepresentante) |
br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> |
getDao() |
java.lang.Long |
getProximaSequenciaPorInscricao(java.lang.Long inscricao) |
java.util.List<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> |
recuperarListaPreposto(java.lang.Long contratado,
java.lang.Long tipoRepresentante) |
java.util.List<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> |
representantesPorDestinatario(java.lang.Long destinatario) |
private static final long serialVersionUID
@Autowired private RepresentanteFornecedorDao representanteFornecedorDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> getDao()
public java.util.List<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> representantesPorDestinatario(java.lang.Long destinatario) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<br.inf.thema.erp.integracao.materiais.vo.compras.RepresentanteFornecedorVo> recuperarListaPreposto(java.lang.Long contratado, java.lang.Long tipoRepresentante) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long getCountFornecedoresRepresentante(java.lang.Long inscricaoFornecedor, java.lang.Long inscricaoRepresentante) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long getProximaSequenciaPorInscricao(java.lang.Long inscricao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException