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