Class ConfirmationBuilder
java.lang.Object
ch.tocco.nice2.dms.impl.entitydocs.template.ConfirmationBuilder
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionConfirmationBuilder(DefaultDisplayService defaultDisplayService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAvailableFolders(Entity entity, Iterable<EntityFolderTemplateService.EntityFolderTemplate> entityFolderTemplates) Deprecated.Adds available entity folder templates for a specific entityDeprecated.booleanisEmpty()Deprecated.
-
Constructor Details
-
ConfirmationBuilder
Deprecated.
-
-
Method Details
-
addAvailableFolders
public void addAvailableFolders(Entity entity, Iterable<EntityFolderTemplateService.EntityFolderTemplate> entityFolderTemplates) Deprecated.Adds available entity folder templates for a specific entity- Parameters:
entity- the entity that has available templatesentityFolderTemplates- the available templates
-
getCreatedEntityInformation
public Map<String, Collection<ConfirmationBuilder.CreatedEntityInformation>> getCreatedEntityInformation()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated.
-