public final Response executeCommand(Object inputPar,UserSessionParameters userSessionPars,HttpServletRequest request, HttpServletResponse response,HttpSession userSession,ServletContext context) {
try {
Map treePars = (Map)inputPar;
BigDecimal progressiveHIE04 = (BigDecimal)treePars.get(ApplicationConsts.PROGRESSIVE_HIE04);
Response answer = new VOResponse( HierarchyUtil.loadHierarchy(progressiveHIE04,((JAIOUserSessionParameters)userSessionPars).getServerLanguageId(),userSessionPars.getUsername()) );
return answer;
}
catch (Throwable ex) {
Logger.error(userSessionPars.getUsername(),this.getClass().getName(),"executeCommand","Error while processing request",ex);