* @see de.willuhn.jameica.hbci.synchronize.jobs.AbstractSynchronizeJob#configure()
*/
public void configure() throws ApplicationException
{
// Ueberschrieben, weil wir hier stattdessen die _Liste_ der Dauerauftraege anzeigen wollen
new SepaDauerauftragList().handleAction(this.getContext(CTX_ENTITY));
}