public ims.ocrr.vo.ImportResultsConfigVo getImportResultsConfig() { DomainFactory factory = getDomainFactory(); String hql = "from ImportResultsConfig res "; ImportResultsConfigVoCollection coll = ImportResultsConfigVoAssembler.createImportResultsConfigVoCollectionFromImportResultsConfig(factory.find(hql)).sort(); if(coll!=null && coll.size()>0) return coll.get(0); return null; }