Interface OrderActionService
public interface OrderActionService
-
Method Summary
Modifier and TypeMethodDescriptioncheckForAddress
(EntityExplorerActionSelection selection, @Nullable Map<String, String> params) checkForUser
(EntityExplorerActionSelection selection, @Nullable Map<String, String> params) @Nullable String
getDefaultOutputLanguage
(EntityExplorerActionSelection selection, String path) void
saveInvoice
(EntityExplorerActionSelection selection, RebindValue[] values, @Nullable Map<String, String> params, boolean mergePositions, boolean mergeAddresses)
-
Method Details
-
saveInvoice
void saveInvoice(EntityExplorerActionSelection selection, RebindValue[] values, @Nullable @Nullable Map<String, String> params, boolean mergePositions, boolean mergeAddresses) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException, RpcExecutionException -
checkForAddress
List<String> checkForAddress(EntityExplorerActionSelection selection, @Nullable @Nullable Map<String, String> params) throws PersistException, RpcExecutionException -
checkForBillingPositions
Integer checkForBillingPositions(EntityExplorerActionSelection selection) throws PersistException, RpcExecutionException -
getDefaultOutputLanguage
@Nullable @Nullable String getDefaultOutputLanguage(EntityExplorerActionSelection selection, String path) throws PersistException, RpcExecutionException, NoEntityToLoadException -
checkForUser
List<String> checkForUser(EntityExplorerActionSelection selection, @Nullable @Nullable Map<String, String> params) throws RpcExecutionException, PersistException
-