@Service public class AgendaLicitacaoExternoService extends br.inf.thema.erp.infra.service.ManutencaoService<AgendaLicitacaoMatVo>
Modifier and Type | Field and Description |
---|---|
private AgendaLicitacaoMatDao |
agendaLicitacaoMatDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AgendaLicitacaoExternoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<AgendaLicitacaoMatVo> |
getDao() |
java.util.List<AgendaLicitacaoMatVo> |
localizar(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<AgendaLicitacaoMatVo> |
localizar(java.util.Map<java.lang.String,java.lang.Object> where,
int rows) |
private static final long serialVersionUID
@Autowired private AgendaLicitacaoMatDao agendaLicitacaoMatDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AgendaLicitacaoMatVo> getDao()
public java.util.List<AgendaLicitacaoMatVo> localizar(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.exception.ErpException
localizar
in interface br.inf.thema.erp.infra.Manutencao<AgendaLicitacaoMatVo>
localizar
in class br.inf.thema.erp.infra.service.ManutencaoService<AgendaLicitacaoMatVo>
br.inf.thema.erp.infra.exception.ErpException
public java.util.List<AgendaLicitacaoMatVo> localizar(java.util.Map<java.lang.String,java.lang.Object> where, int rows) throws br.inf.thema.erp.infra.exception.ErpException
localizar
in interface br.inf.thema.erp.infra.Manutencao<AgendaLicitacaoMatVo>
localizar
in class br.inf.thema.erp.infra.service.ManutencaoService<AgendaLicitacaoMatVo>
br.inf.thema.erp.infra.exception.ErpException