Package com.stimulsoft.report.helpers
Class StiUniversalDataLoader
java.lang.Object
com.stimulsoft.report.helpers.StiUniversalDataLoader
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<StiDataLoaderHelper.Data> loadMutiple(StiReport report, String path, String filter) static StiDataLoaderHelper.DataloadSingle(StiReport report, String path) static StiDataLoaderHelper.Data
-
Constructor Details
-
StiUniversalDataLoader
public StiUniversalDataLoader()
-
-
Method Details
-
loadMutiple
public static List<StiDataLoaderHelper.Data> loadMutiple(StiReport report, String path, String filter) throws IOException - Throws:
IOException
-
loadSingle
- Throws:
IOException
-
loadSingle
public static StiDataLoaderHelper.Data loadSingle(StiReport report, String path, Map<String, String> headers) throws IOException- Throws:
IOException
-