コード例 #1
0
 /**
  * Get the list of projections that this manager manages
  *
  * @return list of projections
  */
 public List getProjections() {
   return projTable.getProjections();
 }