Search in sources :

Example 1 with PaymentLineDownloadManager

use of org.estatio.module.capex.app.paymentline.PaymentLineDownloadManager in project estatio by estatio.

the class InvoicesInMenu method downloadPayments.

@Action(semantics = SemanticsOf.SAFE)
public PaymentLineDownloadManager downloadPayments() {
    final PaymentLineDownloadManager incomingInvoiceDownloadManager = new PaymentLineDownloadManager(LocalDate.now().withDayOfMonth(1));
    serviceRegistry2.injectServicesInto(incomingInvoiceDownloadManager);
    return incomingInvoiceDownloadManager.init();
}
Also used : PaymentLineDownloadManager(org.estatio.module.capex.app.paymentline.PaymentLineDownloadManager) Action(org.apache.isis.applib.annotation.Action)

Aggregations

Action (org.apache.isis.applib.annotation.Action)1 PaymentLineDownloadManager (org.estatio.module.capex.app.paymentline.PaymentLineDownloadManager)1