public class TipoRepresentantePublicService
extends java.lang.Object
implements br.inf.thema.erp.integracao.materiais.service.compras.TipoRepresentantePublicService
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TipoRepresentanteDao |
tipoRepresentanteDao |
Constructor and Description |
---|
TipoRepresentantePublicService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<br.inf.thema.erp.integracao.materiais.entidade.compras.TipoRepresentante> |
localizar(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<br.inf.thema.erp.integracao.materiais.entidade.compras.TipoRepresentante> |
retornarTodos() |
private static final long serialVersionUID
@Autowired private TipoRepresentanteDao tipoRepresentanteDao
public java.util.List<br.inf.thema.erp.integracao.materiais.entidade.compras.TipoRepresentante> localizar(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
localizar
in interface br.inf.thema.erp.integracao.materiais.service.compras.TipoRepresentantePublicService
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<br.inf.thema.erp.integracao.materiais.entidade.compras.TipoRepresentante> retornarTodos() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
retornarTodos
in interface br.inf.thema.erp.integracao.materiais.service.compras.TipoRepresentantePublicService
br.inf.thema.erp.infra.service.exception.ErpServiceException