Java 类ims.admin.vo.domain.ReportSeedVoAssembler 实例源码

项目:AvoinApotti    文件:FormReportsImpl.java   
@SuppressWarnings("unchecked")
public ReportSeedVoCollection getReportSeeds(ReportVo reportVo) 
{
    DomainFactory factory = getDomainFactory();
    ReportBo rep = (ReportBo)factory.getDomainObject(ReportBo.class, reportVo.getID_ReportBo());

    if (rep != null)
    {
        Set seeds = rep.getSeeds();
        return ReportSeedVoAssembler.createReportSeedVoCollectionFromReportSeedBo(seeds);

    }
    return null;
}
项目:openMAXIMS    文件:FormReportsImpl.java   
@SuppressWarnings("unchecked")
public ReportSeedVoCollection getReportSeeds(ReportVo reportVo) 
{
    DomainFactory factory = getDomainFactory();
    ReportBo rep = (ReportBo)factory.getDomainObject(ReportBo.class, reportVo.getID_ReportBo());

    if (rep != null)
    {
        Set seeds = rep.getSeeds();
        return ReportSeedVoAssembler.createReportSeedVoCollectionFromReportSeedBo(seeds);

    }
    return null;
}
项目:openMAXIMS    文件:FormReportsImpl.java   
@SuppressWarnings("unchecked")
public ReportSeedVoCollection getReportSeeds(ReportVo reportVo) 
{
    DomainFactory factory = getDomainFactory();
    ReportBo rep = (ReportBo)factory.getDomainObject(ReportBo.class, reportVo.getID_ReportBo());

    if (rep != null)
    {
        Set seeds = rep.getSeeds();
        return ReportSeedVoAssembler.createReportSeedVoCollectionFromReportSeedBo(seeds);

    }
    return null;
}
项目:openmaxims-linux    文件:FormReportsImpl.java   
@SuppressWarnings("unchecked")
public ReportSeedVoCollection getReportSeeds(ReportVo reportVo) 
{
    DomainFactory factory = getDomainFactory();
    ReportBo rep = (ReportBo)factory.getDomainObject(ReportBo.class, reportVo.getID_ReportBo());

    if (rep != null)
    {
        Set seeds = rep.getSeeds();
        return ReportSeedVoAssembler.createReportSeedVoCollectionFromReportSeedBo(seeds);

    }
    return null;
}