Class EntityTemplateConfirmationBuilder
java.lang.Object
ch.tocco.nice2.dms.impl.entitydocs.template.EntityTemplateConfirmationBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionEntityTemplateConfirmationBuilder(DefaultDisplayService defaultDisplayService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAvailableFolders(Entity entity, List<EntityFolderTemplateService.EntityFolderTemplate> entityFolderTemplates) Adds available entity folder templates for a specific entity
-
Constructor Details
-
EntityTemplateConfirmationBuilder
-
-
Method Details
-
addAvailableFolders
public void addAvailableFolders(Entity entity, List<EntityFolderTemplateService.EntityFolderTemplate> entityFolderTemplates) Adds available entity folder templates for a specific entity- Parameters:
entity- the entity that has available templatesentityFolderTemplates- the available templates
-
getCreatedEntityInformation
public Map<EntityModel, Collection<EntityTemplateConfirmationBuilder.CreatedEntityInformation>> getCreatedEntityInformation()
-