Example #1
0
 public String getFuncGroupsBySystem() {
   if (systemId != null) {
     page = functionGroupManager.getFuncGroupsBySystem(page, systemId);
   }
   return SUCCESS;
 }