Java 类ims.ocrr.vo.domain.InvestigationVoAssembler 实例源码

项目:AvoinApotti    文件:TestEditImpl.java   
public InvestigationVo getInvestigation(Integer idInvestigation)
{
    DomainFactory factory = getDomainFactory();
    return InvestigationVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}
项目:openMAXIMS    文件:TestEditImpl.java   
public InvestigationVo getInvestigation(Integer idInvestigation)
{
    DomainFactory factory = getDomainFactory();
    return InvestigationVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}
项目:openMAXIMS    文件:TestEditImpl.java   
public InvestigationVo getInvestigation(Integer idInvestigation)
{
    DomainFactory factory = getDomainFactory();
    return InvestigationVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}
项目:openmaxims-linux    文件:TestEditImpl.java   
public InvestigationVo getInvestigation(Integer idInvestigation)
{
    DomainFactory factory = getDomainFactory();
    return InvestigationVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}