Search in sources :

Example 1 with PaymentBatchManager

use of org.estatio.module.capex.app.paymentbatch.PaymentBatchManager in project estatio by estatio.

the class PaymentBatchMenu method preparePaymentBatches.

@Action(semantics = SemanticsOf.SAFE)
@ActionLayout(cssClassFa = "fa-magic")
@MemberOrder(sequence = "300.10")
public PaymentBatchManager preparePaymentBatches() {
    final PaymentBatchManager paymentBatchManager = new PaymentBatchManager();
    serviceRegistry2.injectServicesInto(paymentBatchManager);
    return new PaymentBatchManager();
}
Also used : PaymentBatchManager(org.estatio.module.capex.app.paymentbatch.PaymentBatchManager) Action(org.apache.isis.applib.annotation.Action) MemberOrder(org.apache.isis.applib.annotation.MemberOrder) ActionLayout(org.apache.isis.applib.annotation.ActionLayout)

Aggregations

Action (org.apache.isis.applib.annotation.Action)1 ActionLayout (org.apache.isis.applib.annotation.ActionLayout)1 MemberOrder (org.apache.isis.applib.annotation.MemberOrder)1 PaymentBatchManager (org.estatio.module.capex.app.paymentbatch.PaymentBatchManager)1