public class PrintingOfficeDao extends Dao<PrintingOffice>
baseSelect, dbName| Constructor and Description |
|---|
PrintingOfficeDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
deactivate(int id) |
PrintingOffice |
get(int id) |
protected void |
insert(PrintingOffice printingoffice) |
List<PrintingOffice> |
listActive() |
protected PrintingOffice |
load(ResultSet rs) |
void |
save(PrintingOffice po) |
protected void |
update(PrintingOffice printingoffice) |
check, convenienceExists, convenienceMove, convenienceMove, convenienceRename, count, deactivate_, deactivate_, deactivate2_, deactivate2_, get0, get0, get1, get1, getn, idExists, loadAll, remove_, savepublic void deactivate(int id)
public PrintingOffice get(int id)
protected void insert(PrintingOffice printingoffice)
insert in class Dao<PrintingOffice>public List<PrintingOffice> listActive()
protected PrintingOffice load(ResultSet rs)
load in class Dao<PrintingOffice>public void save(PrintingOffice po)
protected void update(PrintingOffice printingoffice)
update in class Dao<PrintingOffice>Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.