Class BalanceDebitorActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.BalanceDebitorActionServiceImpl
- All Implemented Interfaces:
BalanceDebitorActionService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.debitor.impl.action.BalanceDebitorActionService
BalanceDebitorActionService.VoucherInformation
-
Constructor Summary
ConstructorDescriptionBalanceDebitorActionServiceImpl
(EntityExplorerActionSelectionService selectionService, Context context, UriResolver uriResolver, TextResources textResources, VoucherService voucherService, SecurityManager securityManager, ActiveVatRateService activeVatRateService, VatReverseCalculationService vatReverseCalculationService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(EntityExplorerActionSelection selectedDebitors, Map<String, String> fieldData, org.joda.time.LocalDate date) Balance unbalanced debitors (e.g field balance_open != 0).
-
Constructor Details
-
BalanceDebitorActionServiceImpl
public BalanceDebitorActionServiceImpl(EntityExplorerActionSelectionService selectionService, Context context, UriResolver uriResolver, TextResources textResources, VoucherService voucherService, SecurityManager securityManager, ActiveVatRateService activeVatRateService, VatReverseCalculationService vatReverseCalculationService)
-
-
Method Details
-
save
public void save(EntityExplorerActionSelection selectedDebitors, Map<String, String> fieldData, org.joda.time.LocalDate date) throws UnresolvableUriException, UriStoreException, URISyntaxExceptionDescription copied from interface:BalanceDebitorActionService
Balance unbalanced debitors (e.g field balance_open != 0). Ignore balanced debitors.- Specified by:
save
in interfaceBalanceDebitorActionService
- Parameters:
selectedDebitors
- selected debitorsfieldData
- values selected on formdate
- date selected on form- Throws:
UnresolvableUriException
UriStoreException
URISyntaxException
-