/** * 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())); }
public InvestigationQuestionsSelectOrderVo getQuestions(SelectedComponentFromSelectOrderVo component) { return InvestigationQuestionsSelectOrderVoAssembler.create((Investigation)getDomainFactory().getDomainObject(Investigation.class, component.getID().intValue())); }