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

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


  /**
   * @see de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeJob#createHBCIJobs()
   */
  public AbstractHBCIJob[] createHBCIJobs() throws RemoteException, ApplicationException
  {
    return new AbstractHBCIJob[]{new HBCIAuslandsUeberweisungJob((AuslandsUeberweisung) this.getContext(CTX_ENTITY))};
  }
View Full Code Here

TOP

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

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.