public static ProcessorUCDCollectorDAO getProcessorUCDCollectorDAO(Connection connection) throws DBException {
return new ProcessorUCDCollectorDAO(connection);
}
public static ProcessorUCDCollectorDAO getProcessorUCDCollectorDAO() throws DBException {
return new ProcessorUCDCollectorDAO(DBUtil.getConnection());
}