/** * Gets the site research staffs. * * @return the site research staffs */ @Transient public List<SiteResearchStaff> getSiteResearchStaffs() { return lazyListHelper.getLazyList(SiteResearchStaff.class); }
/** * Gets the investigator groups. * * @return the investigator groups */ @Transient public List<InvestigatorGroup> getInvestigatorGroups() { return lazyListHelper.getLazyList(InvestigatorGroup.class); }