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

项目:AvoinApotti    文件:SelectandOrderImpl.java   
public InvestigationQuestionsSelectOrderVo getQuestions(SelectedComponentFromSelectOrderVo component) 
{
    return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation)getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue()));
}
项目:openMAXIMS    文件:SelectandOrderImpl.java   
public InvestigationQuestionsSelectOrderVo getQuestions(SelectedComponentFromSelectOrderVo component) 
{
    return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation)getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue()));
}
项目:openMAXIMS    文件:SelectandOrderImpl.java   
public InvestigationQuestionsSelectOrderVo getQuestions(SelectedComponentFromSelectOrderVo component) 
{
    return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation)getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue()));
}
项目:openmaxims-linux    文件:SelectandOrderImpl.java   
public InvestigationQuestionsSelectOrderVo getQuestions(SelectedComponentFromSelectOrderVo component) 
{
    return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation)getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue()));
}