Package de.willuhn.jameica.hbci.server.hbci

Examples of de.willuhn.jameica.hbci.server.hbci.HBCISepaDauerauftragDeleteJob


    HBCISepaDauerauftragListJob list = new HBCISepaDauerauftragListJob(this.getKonto());
    list.setExclusive(true);
   
    // Das eigentliche Loeschen
    Date date = (Date) this.getContext(CTX_DATE);
    HBCISepaDauerauftragDeleteJob delete = new HBCISepaDauerauftragDeleteJob((SepaDauerauftrag)getContext(CTX_ENTITY),date);
   
    return new AbstractHBCIJob[] {list,delete};
  }
View Full Code Here

TOP

Related Classes of de.willuhn.jameica.hbci.server.hbci.HBCISepaDauerauftragDeleteJob

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.