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 SummaryConstructorsConstructorDescriptionBookIncomingPaymentServiceImpl(CommandExecutor executor, VoucherService voucherService, Context context, IncomingPaymentHandlerService incomingPaymentHandlerService, BusinessUnitManager businessUnitManager) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbookIncomingPayments(Iterable<Entity> incomingPayments) booleanisAutomaticBookingEnabled(Entity entity) booleanisIncomingPaymentBookable(Entity incomingPayment) 
- 
Constructor Details- 
BookIncomingPaymentServiceImplpublic BookIncomingPaymentServiceImpl(CommandExecutor executor, VoucherService voucherService, Context context, IncomingPaymentHandlerService incomingPaymentHandlerService, BusinessUnitManager businessUnitManager) 
 
- 
- 
Method Details- 
bookIncomingPayments- Specified by:
- bookIncomingPaymentsin interface- BookIncomingPaymentService
 
- 
isIncomingPaymentBookable- Specified by:
- isIncomingPaymentBookablein interface- BookIncomingPaymentService
 
- 
isAutomaticBookingEnabled- Specified by:
- isAutomaticBookingEnabledin interface- BookIncomingPaymentService
 
 
-