Interface DisplayAccountingsActionService
- All Known Implementing Classes:
DisplayAccountingsActionServiceImpl
Deprecated.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetAccountings
(EntityExplorerActionSelection selection) Deprecated.Returns a list of Accounting Beans which can be displayed on the client.
-
Method Details
-
getAccountings
List<DisplayAccountingsActionService.AccountingDisplay> getAccountings(EntityExplorerActionSelection selection) Deprecated.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.
-