Class DisplayAccountingsActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.DisplayAccountingsActionServiceImpl
- All Implemented Interfaces:
DisplayAccountingsActionService
@Deprecated
public class DisplayAccountingsActionServiceImpl
extends Object
implements DisplayAccountingsActionService
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.finance.impl.action.DisplayAccountingsActionService
DisplayAccountingsActionService.AccountingDisplay
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDisplayAccountingsActionServiceImpl
(EntityExplorerActionSelectionService selectionService, AccountingService accountingService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetAccountings
(EntityExplorerActionSelection selection) Deprecated.Returns a list of Accounting Beans which can be displayed on the client.
-
Field Details
-
DEFAULT_LABEL_CURRENCY
Deprecated.- See Also:
-
-
Constructor Details
-
DisplayAccountingsActionServiceImpl
public DisplayAccountingsActionServiceImpl(EntityExplorerActionSelectionService selectionService, AccountingService accountingService) Deprecated.
-
-
Method Details
-
getAccountings
public List<DisplayAccountingsActionService.AccountingDisplay> getAccountings(EntityExplorerActionSelection selection) Deprecated.Description copied from interface:DisplayAccountingsActionService
Returns a list of Accounting Beans which can be displayed on the client. It doesn't create the Accountings. It only shows, how the accountings would look like.- Specified by:
getAccountings
in interfaceDisplayAccountingsActionService
-