Java 类ims.ocrr.vo.ImportResultsConfigVoCollection 实例源码

项目:AvoinApotti    文件:ImportResultsCategoryImpl.java   
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;
}
项目:openMAXIMS    文件:ImportResultsCategoryImpl.java   
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;
}
项目:openMAXIMS    文件:ImportResultsCategoryImpl.java   
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;
}
项目:openmaxims-linux    文件:ImportResultsCategoryImpl.java   
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;
}