public final Response executeCommand(Object inputPar,UserSessionParameters userSessionPars,HttpServletRequest request, HttpServletResponse response,HttpSession userSession,ServletContext context) {
GridParams gridPars = (GridParams)inputPar;
try {
String companyCodeSys01 = (String)gridPars.getOtherGridParams().get(ApplicationConsts.COMPANY_CODE_SYS01);
VariantDescriptionsVO vo = (VariantDescriptionsVO)((JAIOUserSessionParameters)userSessionPars).getVariantDescriptionsVO().get(companyCodeSys01);
Inventories bean = (Inventories)JAIOBeanFactory.getInstance().getBean(Inventories.class);
Response answer = bean.loadInventoryItems(
vo.getVariant1Descriptions(),
vo.getVariant2Descriptions(),
vo.getVariant3Descriptions(),
vo.getVariant4Descriptions(),
vo.getVariant5Descriptions(),
gridPars,
( (JAIOUserSessionParameters) userSessionPars).getServerLanguageId(),
userSessionPars.getUsername()
);