Interface ModelExportService
- All Known Implementing Classes:
 ModelExportServiceImpl
public interface ModelExportService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexportEntityModels(ModelTreeNode[] nodes) Deprecated.voidexportFormModels(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
 
 -