Package org.pocui.example.actions.stammdatenladen

Examples of org.pocui.example.actions.stammdatenladen.LadeStammdatenActionSelectionOut


          in.setSelektierterKunde(pvSelection.getSelektierterKunde());
          action.setInSelection(in);
         
          try {
            action.performAction(null);
            LadeStammdatenActionSelectionOut out = action.getOutSelection();
           
            newSelection.setBundeslaender(out.getBundeslaender());
            newSelection.setHausnummer(out.getHausnummer());
            newSelection.setPostleitzahl(out.getPostleitzahl());
            newSelection.setProdukte(out.getProdukte());
            newSelection.setSelektiertesBundesland(out.getSelektiertesBundesland());
            newSelection.setZusatzInfos(out.getZusatzInfos());
            newSelection.setWohnort(out.getWohnort());
            newSelection.setStrasse(out.getStrasse());
            newSelection.setVertragsbeginn(out.getVertragsbeginn());
            newSelection.setVertragsende(out.getVertragsende());
            newSelection.setSelektiertesProdukt(out.getSelektiertesProdukt());
            newSelection.setSelektierterKunde(pvSelection.getSelektierterKunde());
           
          } catch (InvocationTargetException e) {
            //logging           
          }         
View Full Code Here

TOP

Related Classes of org.pocui.example.actions.stammdatenladen.LadeStammdatenActionSelectionOut

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.