Interface EntityFolderTemplateService
- All Known Implementing Classes:
EntityFolderTemplateServiceImpl
public interface EntityFolderTemplateService
-
Method Summary
Modifier and TypeMethodDescriptiongetTemplateFolders(Iterable<Entity> entities) Get the Entity_folder_template'sFolderNodes for the provided entities.
-
Method Details
-
getTemplateFolders
Get the Entity_folder_template'sFolderNodes for the provided entities.- Parameters:
entities- entities to find matching Entity_folder_templates for- Returns:
- a map mapping the provided
Entitys to theEntityFolderTemplates to be merged into theEntity's folder.
-