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