Interface ModelExportService
- All Known Implementing Classes:
ModelExportServiceImpl
public interface ModelExportService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportEntityModels
(ModelTreeNode[] nodes) Deprecated.void
exportFormModels
(FormModelTreeNode[] nodes, boolean withoutHiddenFields, String modulesToDisplay) Exports the form models attached to the given nodes to the repository as one xls file.getModulesFromForms
(FormModelTreeNode[] nodes)
-
Method Details
-
exportEntityModels
Deprecated.Exports the entity models attached to the given nodes to the repository as one xls file. -
exportFormModels
void exportFormModels(FormModelTreeNode[] nodes, boolean withoutHiddenFields, String modulesToDisplay) Exports the form models attached to the given nodes to the repository as one xls file. -
getModulesFromForms
-