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

项目:AvoinApotti    文件:MyOrderImpl.java   
/**
 * Returns a list of questions
 */
public ims.ocrr.vo.InvestigationQuestionsSelectOrderVo getQuestions(ims.ocrr.vo.MyOrderComponentVo component)
{
    return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation) getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue()));
}
项目:AvoinApotti    文件:SelectandOrderImpl.java   
public InvestigationQuestionsSelectOrderVo getQuestions(SelectedComponentFromSelectOrderVo component) 
{
    return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation)getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue()));
}
项目:openMAXIMS    文件:MyOrderImpl.java   
/**
 * Returns a list of questions
 */
public ims.ocrr.vo.InvestigationQuestionsSelectOrderVo getQuestions(ims.ocrr.vo.MyOrderComponentVo 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    文件:MyOrderImpl.java   
/**
 * Returns a list of questions
 */
public ims.ocrr.vo.InvestigationQuestionsSelectOrderVo getQuestions(ims.ocrr.vo.MyOrderComponentVo 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    文件:MyOrderImpl.java   
/**
 * Returns a list of questions
 */
public ims.ocrr.vo.InvestigationQuestionsSelectOrderVo getQuestions(ims.ocrr.vo.MyOrderComponentVo 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()));
}