public CareContextSmallVo getCareContextWithHistory(CareContextRefVo refVo) { if (refVo == null) return null; DomainFactory factory = getDomainFactory(); return CareContextSmallVoAssembler.create((CareContext) factory.getDomainObject(CareContext.class, refVo.getID_CareContext())); }
public CareContextSmallVo getCareContextWithHistory(CareContextRefVo refVo) { if(refVo == null) return null; DomainFactory factory = getDomainFactory(); return CareContextSmallVoAssembler.create((CareContext)factory.getDomainObject(CareContext.class, refVo.getID_CareContext())); }