try {
Map treePars = (Map)inputPar;
String companyCodeSys01 = (String)treePars.get(ApplicationConsts.COMPANY_CODE_SYS01);
BigDecimal progressiveHIE02 = (BigDecimal)treePars.get(ApplicationConsts.PROGRESSIVE_HIE02);
Response answer = new VOResponse( CompanyHierarchyUtil.loadHierarchy(companyCodeSys01,progressiveHIE02,((JAIOUserSessionParameters)userSessionPars).getServerLanguageId(),userSessionPars.getUsername()) );
return answer;
}
catch (Throwable ex) {
Logger.error(userSessionPars.getUsername(),this.getClass().getName(),"executeCommand","Error while processing request",ex);