public OrderInvestigationChartVo getOrderInvestigation(OrderInvestigationRefVo orderInvestigationRef) { if(orderInvestigationRef == null) return null; return OrderInvestigationChartVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(orderInvestigationRef)); }