// get app info
String appInfo = consoleWebPlugin.getAppInfo(appId, version);
map.put("appInfo", appInfo);
// verify app license
String page = consoleWebPlugin.verifyAppVersion(appId, version);
//LogUtil.debug(getClass().getName(), "App info: " + consoleWebPlugin.getAppInfo(appId, version));
return page;
}
protected Collection<String> validateEmploymentDate (String employeeStartDate, String employeeEndDate) {