Class SettlementActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.subvention.impl.actions.SettlementActionServiceImpl
- All Implemented Interfaces:
SettlementActionService
-
Constructor Summary
ConstructorDescriptionSettlementActionServiceImpl
(EntityExplorerActionSelectionService selectionService, EntityDefaultValueService entityDefaultValueService, DefaultDisplayService defaultDisplayService, QueryProviderService queryProviderService, QueryBuilderFactory queryBuilderFactory, RebindService rebindService, TextResources textResources, Context ctx) -
Method Summary
Modifier and TypeMethodDescriptiondoPerform
(EntityExplorerActionSelection selection, RebindValue[] values, String[] contributionKeys)
-
Constructor Details
-
SettlementActionServiceImpl
public SettlementActionServiceImpl(EntityExplorerActionSelectionService selectionService, EntityDefaultValueService entityDefaultValueService, DefaultDisplayService defaultDisplayService, QueryProviderService queryProviderService, QueryBuilderFactory queryBuilderFactory, RebindService rebindService, TextResources textResources, Context ctx)
-
-
Method Details
-
doPerform
public String doPerform(EntityExplorerActionSelection selection, RebindValue[] values, String[] contributionKeys) throws RpcExecutionException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException - Specified by:
doPerform
in interfaceSettlementActionService
- Throws:
RpcExecutionException
UnresolvableUriException
UriStoreException
RebindException
URISyntaxException
-