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