Example #1
0
 public ResponseResultSet getServerList(InterlockingServerMgtVO input, ResponseResultSet result) {
   result.setDataset(this.commonDao.queryForList("ca.ui.loginfomgt.select_list_server", input));
   return result;
 }
Example #2
0
 public ResponseResultSet getList(LogInfoVO input, ResponseResultSet result) {
   result.setDataset(
       this.commonDao.queryForList("ca.ui.loginfomgt.select_list_loginfo_paging", input));
   return result;
 }