Examples of Konto


Examples of de.willuhn.jameica.hbci.rmi.Konto

        org.kapott.hbci.structures.Konto[] konten = pcr.passport.getAccounts();
        if (konten != null && konten.length > 0)
        {
          for (org.kapott.hbci.structures.Konto konto:konten)
          {
            Konto k = Converter.HBCIKonto2HibiscusKonto(konto, PassportImpl.class);
            if (!k.isNewObject())
            {
              if (changeCustId)
              {
                Logger.info("updating customerid in account ID " + k.getID());
                k.setKundennummer(pcr.custId);
                k.store();
               
                k.addToProtokoll(i18n.tr("Ge�nderte Kundenkennung - neu: {0}, alt: {1}",pcr.custId,custOld),Protokoll.TYP_SUCCESS);
                count++;
              }

              // Wenn nur die Benutzerkennung geaendert wurde, protokollieren
              // wir das wenigstens im Konto, auch wenn das Konto selbst dabei
              // nicht angefasst wurde
              if (changeUserId)
                k.addToProtokoll(i18n.tr("Ge�nderte Benutzerkennung - neu: {0}, alt: {1}",pcr.userId,userOld),Protokoll.TYP_SUCCESS);
            }
          }
        }
        Logger.info("updated customerId in " + count + " accounts");
      }
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

        Logger.error("error while showing confirm dialog",e);
        Application.getMessagingFactory().sendMessage(new StatusBarMessage(i18n.tr("Fehler beim Ausf�hren der �berweisung"),StatusBarMessage.TYPE_ERROR));
        return;
      }

      Konto konto = u.getKonto();
      Class<SynchronizeJobSepaUeberweisung> type = SynchronizeJobSepaUeberweisung.class;

      BeanService bs = Application.getBootLoader().getBootable(BeanService.class);
      SynchronizeEngine engine   = bs.get(SynchronizeEngine.class);
      SynchronizeBackend backend = engine.getBackend(type,konto);
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

   */
  public String getName() throws ApplicationException
  {
    try
    {
      Konto kt = (Konto) this.getContext(CTX_ENTITY);
      return i18n.tr("{0}: SEPA-Dauerauftr�ge abrufen",kt.getLongName());
    }
    catch (RemoteException re)
    {
      Logger.error("unable to determine job name",re);
      throw new ApplicationException(i18n.tr("Auftragsbezeichnung nicht ermittelbar: {0}",re.getMessage()));
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

  public String getName() throws ApplicationException
  {
    try
    {
      SepaSammelLastschrift last = (SepaSammelLastschrift) this.getContext(CTX_ENTITY);
      Konto k = last.getKonto();
      return i18n.tr("{0}: ({1}) {2} {3} als SEPA-Sammellastschrift einziehen",k.getLongName(),last.getBezeichnung(),HBCI.DECIMALFORMAT.format(last.getSumme()),k.getWaehrung());
    }
    catch (RemoteException re)
    {
      Logger.error("unable to determine job name",re);
      throw new ApplicationException(i18n.tr("Auftragsbezeichnung nicht ermittelbar: {0}",re.getMessage()));
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

  public String getName() throws ApplicationException
  {
    try
    {
      AuslandsUeberweisung ueb = (AuslandsUeberweisung) this.getContext(CTX_ENTITY);
      Konto k = ueb.getKonto();
     
      if (ueb.isTerminUeberweisung())
        return i18n.tr("{0}: ({1}) {2} {3} per {4} an {5} �berweisen",k.getLongName(),ueb.getZweck(),HBCI.DECIMALFORMAT.format(ueb.getBetrag()),k.getWaehrung(),HBCI.DATEFORMAT.format(ueb.getTermin()),ueb.getGegenkontoName());
     
      return i18n.tr("{0}: ({1}) {2} {3} an {4} �berweisen",k.getLongName(),ueb.getZweck(),HBCI.DECIMALFORMAT.format(ueb.getBetrag()),k.getWaehrung(),ueb.getGegenkontoName());
    }
    catch (RemoteException re)
    {
      Logger.error("unable to determine job name",re);
      throw new ApplicationException(i18n.tr("Auftragsbezeichnung nicht ermittelbar: {0}",re.getMessage()));
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

  public String getName() throws ApplicationException
  {
    try
    {
      SepaSammelUeberweisung r = (SepaSammelUeberweisung) this.getContext(CTX_ENTITY);
      Konto k = r.getKonto();
      return i18n.tr("{0}: ({1}) {2} {3} als SEPA-Sammel�berweisung absenden",k.getLongName(),r.getBezeichnung(),HBCI.DECIMALFORMAT.format(r.getSumme()),k.getWaehrung());
    }
    catch (RemoteException re)
    {
      Logger.error("unable to determine job name",re);
      throw new ApplicationException(i18n.tr("Auftragsbezeichnung nicht ermittelbar: {0}",re.getMessage()));
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

   */
  public void bind() throws Exception {


    // BUGZILLA 38 http://www.willuhn.de/bugzilla/show_bug.cgi?id=38
    Konto k = control.getKonto();

    String s1 = k.getBezeichnung();
    if (s1 == null) s1 = "";

    String s2 = k.getKontonummer();
   
    double d = k.getSaldo();
    String s3 = null;
    if (k.getSaldoDatum() != null)
      s3 = HBCI.DECIMALFORMAT.format(d) + " " + k.getWaehrung(); // Saldo wurde schonmal abgerufen

    if (s3 == null)
      GUI.getView().setTitle(i18n.tr("Ums�tze: {0} [Kto.-Nr.: {1}]",new String[]{s1,s2}));
    else
      GUI.getView().setTitle(i18n.tr("Ums�tze: {0} [Kto.-Nr.: {1}, Saldo: {2}]",new String[]{s1,s2,s3}));
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

  public void handleAction(Object context) throws ApplicationException
  {
    if (context == null || !(context instanceof Konto))
      throw new ApplicationException(i18n.tr("Bitte w�hlen Sie ein Konto aus"));

    final Konto k = (Konto) context;
    try {
      if (!k.hasFlag(Konto.FLAG_OFFLINE))
        throw new ApplicationException(i18n.tr("Bitte w�hlen Sie ein Offline-Konto aus"));

      if (k.isNewObject())
        k.store();
    }
    catch (RemoteException e)
    {
      Logger.error("error while syncing konto",e);
      GUI.getStatusBar().setErrorText(i18n.tr("Fehler beim Synchronisieren des Kontos"));
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

        Logger.error("error while showing confirm dialog",e);
        GUI.getStatusBar().setErrorText(i18n.tr("Fehler beim Ausf�hren des Auftrages"));
        return;
      }

      Konto konto = u.getKonto();
      Class<SynchronizeJobSepaLastschrift> type = SynchronizeJobSepaLastschrift.class;

      BeanService bs = Application.getBootLoader().getBootable(BeanService.class);
      SynchronizeEngine engine   = bs.get(SynchronizeEngine.class);
      SynchronizeBackend backend = engine.getBackend(type,konto);
View Full Code Here

Examples of de.willuhn.jameica.hbci.rmi.Konto

    try
    {
      // Checken, ob wir ein Konto ausgewaehlt haben
      Object selection = getKontoListe().getSelection();
      Konto k = null;
      if (selection != null && (selection instanceof Konto))
        k = (Konto) selection;
      PassportAuswahlDialog d = new PassportAuswahlDialog(k,PassportAuswahlDialog.POSITION_CENTER);
      Passport p = (Passport) d.open();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.