Interface EntityFolderTemplateConfirmationService
- All Known Implementing Classes:
EntityFolderTemplateConfirmationServiceImpl
public interface EntityFolderTemplateConfirmationService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply the configuration as recieved from the clientvoid
askConfirmation
(ConfirmationBuilder confirmationBuilder, Optional<RemoteContext> remoteContextOptional) Asks the current client for confirmation for the provided entity folder templates if the request came from a web client.
-
Method Details
-
getConfirmationBuilder
ConfirmationBuilder getConfirmationBuilder() -
askConfirmation
void askConfirmation(ConfirmationBuilder confirmationBuilder, Optional<RemoteContext> remoteContextOptional) Asks the current client for confirmation for the provided entity folder templates if the request came from a web client.- Parameters:
confirmationBuilder
- aConfirmationBuilder
containing available entity folder templates for created entities.remoteContextOptional
- the optionalRemoteContext
from which the request was created.
-
apply
Apply the configuration as recieved from the client- Parameters:
configuration
- a map containing entity identifiers in the form "Entity_model_name[PK]" as keys and a comma separated list of unique_ids of selected Entity_folder_templates
-