Uses of Class
model.FileModel
Packages that use FileModel
-
Uses of FileModel in component.button
Methods in component.button that return FileModel -
Uses of FileModel in rpc
Modifier and TypeMethodDescriptionGridRpcService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) FilePreviewRpcService.loadData()
-
Uses of FileModel in rpc.field
-
Uses of FileModel in service
Modifier and TypeMethodDescriptiondefault FileModel
GridService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) GridServiceImpl.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfos) protected FileModel
GridServiceImpl.getFileModelWithContent
(String[] columnIdsToExport, GridDataExportFormat exportFormat, GridRows gridRows) FilePreviewService.loadData()
FilePreviewServiceImpl.loadData()
protected FileModel
protected FileModel[]
FilePreviewServiceImpl.mapRawRows
(List<TableRow> rawRows) -
Uses of FileModel in service.field
Methods in service.field that return FileModelModifier and TypeMethodDescriptionFileUploadService.loadDataByKeyValue
(Object keyValue) FileUploadServiceImpl.loadDataByKeyValue
(Object keyValue) Methods in service.field with parameters of type FileModelModifier and TypeMethodDescriptionvoid
FileUploadServiceImpl.saveSimple
(Object mainTableId, FileModel fileModel) Method parameters in service.field with type arguments of type FileModelModifier and TypeMethodDescriptionvoid
FileUploadServiceImpl.saveMultiple
(Object mainTableId, List<FileModel> fileModels)