Class BookIncomingPaymentServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.util.BookIncomingPaymentServiceImpl
- All Implemented Interfaces:
BookIncomingPaymentService
@Component
public class BookIncomingPaymentServiceImpl
extends Object
implements BookIncomingPaymentService
-
Constructor Summary
ConstructorDescriptionBookIncomingPaymentServiceImpl
(CommandExecutor executor, VoucherService voucherService, Context context, IncomingPaymentHandlerService incomingPaymentHandlerService, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bookIncomingPayments
(Iterable<Entity> incomingPayments) boolean
isAutomaticBookingEnabled
(Entity entity) boolean
isIncomingPaymentBookable
(Entity incomingPayment)
-
Constructor Details
-
BookIncomingPaymentServiceImpl
public BookIncomingPaymentServiceImpl(CommandExecutor executor, VoucherService voucherService, Context context, IncomingPaymentHandlerService incomingPaymentHandlerService, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
bookIncomingPayments
- Specified by:
bookIncomingPayments
in interfaceBookIncomingPaymentService
-
isIncomingPaymentBookable
- Specified by:
isIncomingPaymentBookable
in interfaceBookIncomingPaymentService
-
isAutomaticBookingEnabled
- Specified by:
isAutomaticBookingEnabled
in interfaceBookIncomingPaymentService
-