Package | Description |
---|---|
br.ufscar.saci.job | |
br.ufscar.saci.sector |
Modifier and Type | Method and Description |
---|---|
Job |
JobDao.get(int id) |
Job |
JobFacade.get(Integer id) |
protected Job |
JobDao.load(ResultSet rs) |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobDao.list() |
List<Job> |
JobFacade.list() |
List<Job> |
JobDao.listByRequest(int requestId) |
List<Job> |
JobDao.listBySectorAndRequest(int sectorId,
int requestId) |
Modifier and Type | Method and Description |
---|---|
protected void |
JobDao.insert(Job job) |
void |
JobDao.save(Job job) |
void |
JobFacade.save(Job job) |
protected void |
JobDao.update(Job job) |
Modifier and Type | Method and Description |
---|---|
List<Job> |
Sector.getJobs() |
Modifier and Type | Method and Description |
---|---|
void |
Sector.setJobs(List<Job> jobs) |
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.