Package org.jallinone.items.spareparts.java

Examples of org.jallinone.items.spareparts.java.SubsheetVO


  }


  public final Response executeCommand(Object inputPar,UserSessionParameters userSessionPars,HttpServletRequest request, HttpServletResponse response,HttpSession userSession,ServletContext context) {
    try {
      SubsheetVO vo = (SubsheetVO)inputPar;

      ItemSheets bean = (ItemSheets)JAIOBeanFactory.getInstance().getBean(ItemSheets.class);
      Response answer = bean.updateSubsheet(vo,((JAIOUserSessionParameters)userSessionPars).getServerLanguageId(),userSessionPars.getUsername());

    return answer;
View Full Code Here

TOP

Related Classes of org.jallinone.items.spareparts.java.SubsheetVO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.